HomeSort by relevance Sort by last modified time
    Searched refs:createSentinel (Results 1 - 13 of 13) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
GCFactoryListTraits.h 38 DataType *createSentinel() const
44 { return createSentinel(); }
47 { return createSentinel(); }
  /external/llvm/include/llvm/
Module.h 38 // createSentinel is used to get hold of the node that marks the end of the
40 Function *createSentinel() const {
45 Function *provideInitialHead() const { return createSentinel(); }
46 Function *ensureHead(Function*) const { return createSentinel(); }
55 // createSentinel is used to create a node that marks the end of the list.
56 GlobalVariable *createSentinel() const {
61 GlobalVariable *provideInitialHead() const { return createSentinel(); }
62 GlobalVariable *ensureHead(GlobalVariable*) const { return createSentinel(); }
70 // createSentinel is used to create a node that marks the end of the list.
71 GlobalAlias *createSentinel() const
    [all...]
Function.h 37 // createSentinel is used to get hold of the node that marks the end of the
39 BasicBlock *createSentinel() const {
44 BasicBlock *provideInitialHead() const { return createSentinel(); }
45 BasicBlock *ensureHead(BasicBlock*) const { return createSentinel(); }
56 Argument *createSentinel() const {
61 Argument *provideInitialHead() const { return createSentinel(); }
62 Argument *ensureHead(Argument*) const { return createSentinel(); }
BasicBlock.h 32 // createSentinel is used to get hold of a node that marks the end of
36 Instruction *createSentinel() const {
49 Instruction *provideInitialHead() const { return createSentinel(); }
50 Instruction *ensureHead(Instruction*) const { return createSentinel(); }
  /external/llvm/include/llvm/Support/
Recycler.h 46 RecyclerStruct *createSentinel() const {
51 RecyclerStruct *provideInitialHead() const { return createSentinel(); }
52 RecyclerStruct *ensureHead(RecyclerStruct*) const { return createSentinel(); }
  /external/llvm/include/llvm/Analysis/
IVUsers.h 95 // createSentinel is used to get hold of a node that marks the end of
99 IVStrideUse *createSentinel() const {
112 IVStrideUse *provideInitialHead() const { return createSentinel(); }
113 IVStrideUse *ensureHead(IVStrideUse*) const { return createSentinel(); }
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 264 clang::ento::BugReport *createSentinel() const {
270 return createSentinel();
273 return createSentinel();
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 48 MachineBasicBlock *createSentinel() const {
53 MachineBasicBlock *provideInitialHead() const { return createSentinel(); }
55 return createSentinel();
SlotIndexes.h 62 IndexListEntry *createSentinel() const {
67 IndexListEntry *provideInitialHead() const { return createSentinel(); }
68 IndexListEntry *ensureHead(IndexListEntry*) const { return createSentinel(); }
MachineBasicBlock.h 43 MachineInstr *createSentinel() const {
48 MachineInstr *provideInitialHead() const { return createSentinel(); }
49 MachineInstr *ensureHead(MachineInstr*) const { return createSentinel(); }
SelectionDAG.h 44 SDNode *createSentinel() const {
49 SDNode *provideInitialHead() const { return createSentinel(); }
50 SDNode *ensureHead(SDNode*) const { return createSentinel(); }
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 25 // created (using ilist_traits<>::createSentinel()). This tail node is
76 /// createSentinel - create the dynamic sentinel
77 static NodeTy *createSentinel() { return new NodeTy(); }
92 Head = ilist_traits<NodeTy>::createSentinel();
301 /// sentinel is created by the Traits::createSentinel method and is a link
  /external/llvm/lib/Support/
YAMLParser.cpp 139 Token *createSentinel() const {
144 Token *provideInitialHead() const { return createSentinel(); }
145 Token *ensureHead(Token*) const { return createSentinel(); }
    [all...]

Completed in 1863 milliseconds