Searched refs:createSentinel (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DIVUsers.h94 // createSentinel is used to get hold of a node that marks the end of
98 IVStrideUse *createSentinel() const { function in struct:llvm::ilist_traits
111 IVStrideUse *provideInitialHead() const { return createSentinel(); }
112 IVStrideUse *ensureHead(IVStrideUse*) const { return createSentinel(); }
/external/llvm/include/llvm/IR/
H A DModule.h41 // createSentinel is used to get hold of the node that marks the end of the
43 Function *createSentinel() const { function in struct:llvm::ilist_traits
48 Function *provideInitialHead() const { return createSentinel(); }
49 Function *ensureHead(Function*) const { return createSentinel(); }
58 // createSentinel is used to create a node that marks the end of the list.
59 GlobalVariable *createSentinel() const { function in struct:llvm::ilist_traits
64 GlobalVariable *provideInitialHead() const { return createSentinel(); }
65 GlobalVariable *ensureHead(GlobalVariable*) const { return createSentinel(); }
73 // createSentinel is used to create a node that marks the end of the list.
74 GlobalAlias *createSentinel() cons function in struct:llvm::ilist_traits
90 NamedMDNode *createSentinel() const { function in struct:llvm::ilist_traits
[all...]
H A DBasicBlock.h38 Instruction *createSentinel() const { function in struct:llvm::ilist_traits
50 Instruction *provideInitialHead() const { return createSentinel(); }
51 Instruction *ensureHead(Instruction*) const { return createSentinel(); }
H A DFunction.h38 // createSentinel is used to get hold of the node that marks the end of the
40 BasicBlock *createSentinel() const { function in struct:llvm::ilist_traits
45 BasicBlock *provideInitialHead() const { return createSentinel(); }
46 BasicBlock *ensureHead(BasicBlock*) const { return createSentinel(); }
57 Argument *createSentinel() const { function in struct:llvm::ilist_traits
62 Argument *provideInitialHead() const { return createSentinel(); }
63 Argument *ensureHead(Argument*) const { return createSentinel(); }
/external/llvm/include/llvm/Support/
H A DRecycler.h47 RecyclerStruct *createSentinel() const { function in struct:llvm::ilist_traits
52 RecyclerStruct *provideInitialHead() const { return createSentinel(); }
53 RecyclerStruct *ensureHead(RecyclerStruct*) const { return createSentinel(); }
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
H A Dtts.js58 cvox.TestTts.prototype.createSentinel = function() {
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h49 MachineBasicBlock *createSentinel() const { function in struct:llvm::ilist_traits
54 MachineBasicBlock *provideInitialHead() const { return createSentinel(); }
56 return createSentinel();
H A DMachineBasicBlock.h43 MachineInstr *createSentinel() const { function in struct:llvm::ilist_traits
48 MachineInstr *provideInitialHead() const { return createSentinel(); }
49 MachineInstr *ensureHead(MachineInstr*) const { return createSentinel(); }
H A DSlotIndexes.h77 IndexListEntry *createSentinel() const { function in struct:llvm::ilist_traits
82 IndexListEntry *provideInitialHead() const { return createSentinel(); }
83 IndexListEntry *ensureHead(IndexListEntry*) const { return createSentinel(); }
H A DSelectionDAG.h83 SDNode *createSentinel() const { function in struct:llvm::ilist_traits
88 SDNode *provideInitialHead() const { return createSentinel(); }
89 SDNode *ensureHead(SDNode*) const { return createSentinel(); }
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h320 clang::ento::BugReport *createSentinel() const { function in struct:llvm::ilist_traits
326 return createSentinel();
329 return createSentinel();
/external/llvm/include/llvm/ADT/
H A Dilist.h25 // created (using ilist_traits<>::createSentinel()). This tail node is
77 /// createSentinel - create the dynamic sentinel
78 static NodeTy *createSentinel() { return new NodeTy(); } function in struct:llvm::ilist_sentinel_traits
93 Head = ilist_traits<NodeTy>::createSentinel();
302 /// sentinel is created by the Traits::createSentinel method and is a link
H A DSparseBitVector.h271 Element *createSentinel() const { return static_cast<Element *>(&Sentinel); }
274 Element *provideInitialHead() const { return createSentinel(); }
275 Element *ensureHead(Element *) const { return createSentinel(); }
/external/llvm/lib/Support/
H A DYAMLParser.cpp147 Token *createSentinel() const { function in struct:llvm::ilist_sentinel_traits
152 Token *provideInitialHead() const { return createSentinel(); }
153 Token *ensureHead(Token*) const { return createSentinel(); }

Completed in 2408 milliseconds