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

/external/webkit/Source/JavaScriptCore/wtf/
H A DSentinelLinkedList.h42 enum SentinelTag { Sentinel }; enumerator in enum:WTF::SentinelTag
62 : m_headSentinel(Sentinel)
63 , m_tailSentinel(Sentinel)
/external/llvm/include/llvm/Analysis/
H A DIVUsers.h108 return static_cast<IVStrideUse*>(&Sentinel);
117 mutable ilist_node<IVStrideUse> Sentinel; member in struct:llvm::ilist_traits
/external/llvm/include/llvm/Support/
H A DRecycler.h45 mutable RecyclerStruct Sentinel; member in struct:llvm::ilist_traits
47 return &Sentinel;
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A Dmock.py72 class Sentinel(object): class in inherits:object
80 sentinel = Sentinel()
/external/llvm/include/llvm/
H A DBasicBlock.h45 return static_cast<Instruction*>(&Sentinel);
53 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
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
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h46 mutable ilist_half_node<MachineBasicBlock> Sentinel; member in struct:llvm::ilist_traits
49 return static_cast<MachineBasicBlock*>(&Sentinel);
H A DSlotIndexes.h60 mutable ilist_half_node<IndexListEntry> Sentinel; member in struct:llvm::ilist_traits
63 return static_cast<IndexListEntry*>(&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 DSelectionDAG.h42 mutable ilist_half_node<SDNode> Sentinel; member in struct:llvm::ilist_traits
45 return static_cast<SDNode*>(&Sentinel);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h265 return static_cast<clang::ento::BugReport *>(&Sentinel);
276 mutable ilist_half_node<clang::ento::BugReport> Sentinel; member in struct:llvm::ilist_traits
/external/llvm/include/llvm/ADT/
H A Dilist.h101 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) { argument
102 ilist_traits<NodeTy>::setPrev(NewHead, Sentinel);
/external/llvm/lib/Support/
H A DYAMLParser.cpp140 return &Sentinel;
149 mutable Token Sentinel; member in struct:llvm::ilist_sentinel_traits

Completed in 431 milliseconds