Searched refs:provideInitialHead (Results 1 - 13 of 13) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DIVUsers.h111 IVStrideUse *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
/external/llvm/include/llvm/IR/
H A DModule.h48 Function *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
64 GlobalVariable *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
79 GlobalAlias *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
95 NamedMDNode *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
H A DBasicBlock.h50 Instruction *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
H A DFunction.h45 BasicBlock *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
62 Argument *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
/external/llvm/include/llvm/Support/
H A DRecycler.h52 RecyclerStruct *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
/external/llvm/include/llvm/ADT/
H A Dilist.h83 /// provideInitialHead - when constructing an ilist, provide a starting
86 static NodeTy *provideInitialHead() { return nullptr; } function in struct:llvm::ilist_sentinel_traits
351 iplist() : Head(this->provideInitialHead()) {}
H A DSparseBitVector.h274 Element *provideInitialHead() const { return createSentinel(); }
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h54 MachineBasicBlock *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
H A DMachineBasicBlock.h48 MachineInstr *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
H A DSlotIndexes.h82 IndexListEntry *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
H A DSelectionDAG.h88 SDNode *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_traits
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h325 clang::ento::BugReport *provideInitialHead() const { function in struct:llvm::ilist_traits
/external/llvm/lib/Support/
H A DYAMLParser.cpp152 Token *provideInitialHead() const { return createSentinel(); } function in struct:llvm::ilist_sentinel_traits

Completed in 271 milliseconds