|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/DepthFirstIterator.h 131 NodeRef Next = *(*Opt)++;
include/llvm/ADT/SCCIterator.h 159 NodeRef childN = *VisitStack.back().NextChild++;
219 if (*CI == N)
include/llvm/ADT/STLExtras.h 1350 *ContIt++ = *ValIt++;
include/llvm/ADT/SmallVector.h 628 *J = *From;
include/llvm/ADT/iterator.h 169 PointerT operator->() { return &static_cast<DerivedT *>(this)->operator*(); }
include/llvm/Support/GraphWriter.h 156 for (const auto Node : nodes<GraphType>(G))
231 if (!DTraits.isNodeHidden(*EI))
234 if (!DTraits.isNodeHidden(*EI))
239 if (NodeRef TargetNode = *EI) {
lib/Analysis/MemorySSAUpdater.cpp 752 for (const ValueToValueMapTy *VMap : make_range(ValuesBegin, ValuesEnd))
lib/Bitcode/Writer/BitcodeWriter.cpp 2824 for (const BasicBlock *CatchPadBB : CatchSwitch.handlers())
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 1664 for (const BasicBlock *CatchPadBB : CatchSwitch->handlers()) {
1718 for (const BasicBlock *CatchPadBB : CatchSwitch->handlers()) {
lib/CodeGen/WasmEHPrepare.cpp 367 EHInfo.setEHPadUnwindDest(&BB, *CatchSwitch->handlers().begin());
lib/CodeGen/WinEHPrepare.cpp 246 for (const BasicBlock *CatchPadBB : CatchSwitch->handlers()) {
352 cast<CatchPadInst>((*CatchSwitch->handler_begin())->getFirstNonPHI());
lib/IR/AsmWriter.cpp 3800 for (const BasicBlock *PadBB : CatchSwitch->handlers()) {
lib/IR/Core.cpp 3235 *Handlers++ = wrap(*I);
lib/IR/Verifier.cpp 3956 for (BasicBlock *Handler : CatchSwitch.handlers()) {
lib/Transforms/Scalar/NewGVN.cpp 3050 const auto *AllSameValue = *MappedBegin;
lib/Transforms/Utils/CodeExtractor.cpp 140 for (auto *HBB : CSI->handlers())
lib/Transforms/Utils/InlineFunction.cpp 253 BasicBlock *HandlerBlock = *HI;
487 for (BasicBlock *HandlerBlock : CatchSwitch->handlers()) {
729 for (BasicBlock *PadBB : CatchSwitch->handlers())
lib/Transforms/Utils/Local.cpp 2156 BasicBlock *HandlerBB = *I;
2193 for (BasicBlock *PadBB : CatchSwitch->handlers())
lib/Transforms/Utils/SimplifyCFG.cpp 4271 if (*I == BB) {
tools/clang/lib/AST/DeclObjC.cpp 1053 QualType ArgT = (*it);
1060 ArgT = (*it);
tools/clang/lib/CodeGen/CodeGenFunction.h 4268 ((*I)->isVariablyModifiedType() ||
4269 (*I).getNonReferenceType()->isObjCRetainableType() ||
4271 .getCanonicalType((*I).getNonReferenceType())
4277 ArgTypes.push_back(*I);
tools/clang/lib/Sema/SemaOverload.cpp 9159 DeclAccessPair FoundDecl = DeclAccessPair::make(*I, AS_none);
9161 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(*I)) {
9172 cast<FunctionTemplateDecl>(*I), FoundDecl, ExplicitTemplateArgs, Args,
tools/clang/lib/Serialization/MultiOnDiskHashTable.h 121 for (auto *T : tables())
152 for (auto *ODT : tables()) {
248 for (auto *ODT : tables()) {
273 for (auto *ODT : tables()) {
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp 147 if (Condition(*I))
281 if (isPointerToConst(*I))
tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp 366 for (const DefinedAtom *atom : mergedFile.defined()) {
432 for (const DefinedAtom *ehFrameAtom : mergedFile.defined()) {
460 for (const DefinedAtom *atom : mergedFile.defined()) {
tools/lld/lib/ReaderWriter/MachO/GOTPass.cpp 102 for (const DefinedAtom *atom : mergedFile.defined()) {
tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp 137 for (const DefinedAtom *atom : atomRange) {
340 for (const DefinedAtom *ai : range) {
406 for (const DefinedAtom *ai : range) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp 400 for (const DefinedAtom *atom : atomFile.defined()) {
1116 for (const UndefinedAtom *atom : atomFile.undefined()) {
1120 for (const SharedLibraryAtom *atom : atomFile.sharedLibrary()) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp 697 for (auto *atom : file.defined())
1549 for (const DefinedAtom* defAtom : file->defined()) {
tools/lld/lib/ReaderWriter/MachO/ShimPass.cpp 51 for (const DefinedAtom *atom : mergedFile.defined()) {
tools/lld/lib/ReaderWriter/MachO/StubsPass.cpp 223 for (const DefinedAtom *atom : mergedFile.defined()) {
279 addReference(helperBinderNLPAtom, _stubInfo.nonLazyPointerReferenceToBinder, *I);
tools/lld/lib/ReaderWriter/MachO/TLVPass.cpp 77 for (const DefinedAtom *atom : mergedFile.defined()) {
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp 78 for (const lld::DefinedAtom *atom : file.defined()) {
101 for (const lld::UndefinedAtom *undefAtom : file.undefined()) {
104 for (const lld::SharedLibraryAtom *shlibAtom : file.sharedLibrary()) {
107 for (const lld::AbsoluteAtom *absAtom : file.absolute()) {
609 for (const lld::DefinedAtom *atom : member._content->defined())
1223 for (const lld::DefinedAtom *a : file->defined()) {
1231 for (const lld::UndefinedAtom *a : file->undefined())
1234 for (const lld::SharedLibraryAtom *a : file->sharedLibrary())
1238 for (const lld::AbsoluteAtom *a : file->absolute()) {
1254 for (const lld::DefinedAtom *a : this->defined()) {
tools/lld/unittests/MachOTests/MachONormalizedFileToAtomsTests.cpp 75 const lld::DefinedAtom *atom1 = *it;
77 const lld::DefinedAtom *atom2 = *it;
79 const lld::DefinedAtom *atom3 = *it;
80 const lld::UndefinedAtom *atom4 = *file.undefined().begin();
tools/llvm-lipo/llvm-lipo.cpp 601 for (auto &Slice : Slices) {
tools/llvm-xray/xray-stacks.cpp 512 for (const auto &RootNodeRange :
unittests/ADT/MappedIteratorTest.cpp 21 EXPECT_EQ(*I, 1) << "should have applied function in dereference";
45 *I = 42;
unittests/Analysis/CallGraphTest.cpp 26 static_assert(std::is_same<decltype(*I), NodeRef>::value,
28 static_assert(std::is_same<decltype(*X), NodeRef>::value,
30 static_assert(std::is_same<decltype(*E), NodeRef>::value,
39 static_assert(std::is_same<decltype(*S), NodeRef>::value,
41 static_assert(std::is_same<decltype(*F), NodeRef>::value,
usr/include/c++/7.4.0/bits/predefined_ops.h 283 { return bool(_M_pred(*__it)); }
351 { return !bool(_M_pred(*__it)); }
usr/include/c++/7.4.0/bits/stl_algobase.h 294 *__result = *__first;
324 *__result = *__first;
usr/include/c++/7.4.0/bits/stl_uninitialized.h 83 std::_Construct(std::__addressof(*__cur), *__first);