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

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DModule.h41 return static_cast<Function*>(&Sentinel);
50 mutable ilist_node<Function> Sentinel; member in struct:llvm::ilist_traits
57 return static_cast<GlobalVariable*>(&Sentinel);
65 mutable ilist_node<GlobalVariable> Sentinel; member in struct:llvm::ilist_traits
72 return static_cast<GlobalAlias*>(&Sentinel);
80 mutable ilist_node<GlobalAlias> Sentinel; member in struct:llvm::ilist_traits
88 return static_cast<NamedMDNode*>(&Sentinel);
98 mutable ilist_node<NamedMDNode> Sentinel; member in struct:llvm::ilist_traits
H A DBasicBlock.h46 return static_cast<Instruction*>(&Sentinel);
54 mutable ilist_half_node<Instruction> Sentinel; member in struct:llvm::ilist_traits
H A DFunction.h40 return static_cast<BasicBlock*>(&Sentinel);
50 mutable ilist_half_node<BasicBlock> Sentinel; member in struct:llvm::ilist_traits
57 return static_cast<Argument*>(&Sentinel);
67 mutable ilist_half_node<Argument> Sentinel; member in struct:llvm::ilist_traits
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DIVUsers.h107 return static_cast<IVStrideUse*>(&Sentinel);
116 mutable ilist_node<IVStrideUse> Sentinel; member in struct:llvm::ilist_traits
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DRecycler.h47 mutable RecyclerStruct Sentinel; member in struct:llvm::ilist_traits
49 return &Sentinel;
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h47 mutable ilist_half_node<MachineBasicBlock> Sentinel; member in struct:llvm::ilist_traits
50 return static_cast<MachineBasicBlock*>(&Sentinel);
H A DMachineBasicBlock.h36 mutable ilist_half_node<MachineInstr> Sentinel; member in struct:llvm::ilist_traits
44 return static_cast<MachineInstr*>(&Sentinel);
H A DSlotIndexes.h75 mutable ilist_half_node<IndexListEntry> Sentinel; member in struct:llvm::ilist_traits
78 return static_cast<IndexListEntry*>(&Sentinel);
H A DSelectionDAG.h82 mutable ilist_half_node<SDNode> Sentinel; member in struct:llvm::ilist_traits
85 return static_cast<SDNode*>(&Sentinel);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h321 return static_cast<clang::ento::BugReport *>(&Sentinel);
332 mutable ilist_half_node<clang::ento::BugReport> Sentinel; member in struct:llvm::ilist_traits
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A Dilist.h102 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) { argument
103 ilist_traits<NodeTy>::setPrev(NewHead, Sentinel);
H A DSparseBitVector.h270 Element *createSentinel() const { return static_cast<Element *>(&Sentinel); }
278 mutable ilist_half_node<Element> Sentinel;
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DYAMLParser.cpp148 return &Sentinel;
157 mutable Token Sentinel; member in struct:llvm::ilist_sentinel_traits
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp2096 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>())
2097 if (Sentinel->getSentinel() == 0) {

Completed in 144 milliseconds