|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/DirectedGraph.h 71 using const_iterator = typename EdgeListTy::const_iterator;
include/llvm/ADT/STLExtras.h 155 -> decltype(begin(std::forward<ContainerTy>(container))) {
163 -> decltype(end(std::forward<ContainerTy>(container))) {
179 -> decltype(adl_detail::adl_begin(std::forward<ContainerTy>(container))) {
185 -> decltype(adl_detail::adl_end(std::forward<ContainerTy>(container))) {
1193 auto find_if(R &&Range, UnaryPredicate P) -> decltype(adl_begin(Range)) {
include/llvm/ADT/SetVector.h 87 const_iterator begin() const {
97 const_iterator end() const {
248 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
261 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
include/llvm/CodeGen/MachinePipeliner.h 327 using iterator = SetVector<SUnit *>::const_iterator;
lib/CodeGen/LocalStackSlotAllocation.cpp 180 for (StackObjSet::const_iterator I = UnassignedObjs.begin(),
lib/CodeGen/PrologEpilogInserter.cpp 773 for (StackObjSet::const_iterator I = UnassignedObjs.begin(),
lib/Target/Hexagon/HexagonCommonGEP.cpp 293 for (UseSet::const_iterator J = Us.begin(), F = Us.end(); J != F; ++J) {
lib/Transforms/Scalar/LoopStrengthReduce.cpp 2677 for (SmallSetVector<const SCEV *, 4>::const_iterator
2679 for (SmallSetVector<const SCEV *, 4>::const_iterator NewStrideIter =
tools/clang/include/clang/Analysis/CallGraph.h 96 using const_nodes_iterator = llvm::SetVector<CallGraphNode *>::const_iterator;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h 480 using const_iterator = ImplTy::const_iterator;
tools/clang/lib/Serialization/ModuleManager.cpp 468 using ChildIteratorType = llvm::SetVector<ModuleFile *>::const_iterator;
tools/polly/include/polly/ScopDetection.h 560 using const_iterator = RegionSet::const_iterator;
tools/polly/include/polly/ScopInfo.h 2155 using const_array_iterator = ArrayInfoSetTy::const_iterator;
2157 using const_array_range = iterator_range<ArrayInfoSetTy::const_iterator>;
usr/include/c++/7.4.0/bits/range_access.h 48 begin(_Container& __cont) -> decltype(__cont.begin())
58 begin(const _Container& __cont) -> decltype(__cont.begin())
68 end(_Container& __cont) -> decltype(__cont.end())
78 end(const _Container& __cont) -> decltype(__cont.end())
utils/TableGen/FixedLenDecoderEmitter.cpp 1182 DecoderSet::const_iterator P = find(Decoders, Decoder.str());
1254 PredicateSet::const_iterator P = find(TableInfo.Predicates, Predicate);