HomeSort by relevance Sort by last modified time
    Searched defs:Sentinel (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
SentinelLinkedList.h 42 enum SentinelTag { Sentinel };
62 : m_headSentinel(Sentinel)
63 , m_tailSentinel(Sentinel)
  /external/llvm/include/llvm/Support/
Recycler.h 45 mutable RecyclerStruct Sentinel;
47 return &Sentinel;
  /libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java 80 Sentinel sentinel = new Sentinel(); local
82 reference.zombie = sentinel;
84 sentinel.awaitFinalization();
95 private static class Sentinel {
  /external/llvm/include/llvm/Analysis/
IVUsers.h 97 // The sentinel is relative to this instance, so we use a non-static
105 // NodeTy, which becomes the sentinel. Dereferencing the sentinel is
108 return static_cast<IVStrideUse*>(&Sentinel);
117 mutable ilist_node<IVStrideUse> Sentinel;
  /external/llvm/include/llvm/
BasicBlock.h 34 // The sentinel is relative to this instance, so we use a non-static
42 // NodeTy, which becomes the sentinel. Dereferencing the sentinel is
45 return static_cast<Instruction*>(&Sentinel);
53 mutable ilist_half_node<Instruction> Sentinel;
Function.h 40 return static_cast<BasicBlock*>(&Sentinel);
50 mutable ilist_half_node<BasicBlock> Sentinel;
57 return static_cast<Argument*>(&Sentinel);
67 mutable ilist_half_node<Argument> Sentinel;
Module.h 41 return static_cast<Function*>(&Sentinel);
50 mutable ilist_node<Function> Sentinel;
57 return static_cast<GlobalVariable*>(&Sentinel);
65 mutable ilist_node<GlobalVariable> Sentinel;
72 return static_cast<GlobalAlias*>(&Sentinel);
80 mutable ilist_node<GlobalAlias> Sentinel;
88 return static_cast<NamedMDNode*>(&Sentinel);
98 mutable ilist_node<NamedMDNode> Sentinel;
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 58 'sentinel',
72 class Sentinel(object):
80 sentinel = Sentinel() variable
82 DEFAULT = sentinel.DEFAULT
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 46 mutable ilist_half_node<MachineBasicBlock> Sentinel;
49 return static_cast<MachineBasicBlock*>(&Sentinel);
MachineBasicBlock.h 36 mutable ilist_half_node<MachineInstr> Sentinel;
44 return static_cast<MachineInstr*>(&Sentinel);
SelectionDAG.h 42 mutable ilist_half_node<SDNode> Sentinel;
45 return static_cast<SDNode*>(&Sentinel);
    [all...]
SlotIndexes.h 60 mutable ilist_half_node<IndexListEntry> Sentinel;
63 return static_cast<IndexListEntry*>(&Sentinel);
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 229 return static_cast<clang::ento::BugReport *>(&Sentinel);
240 mutable ilist_half_node<clang::ento::BugReport> Sentinel;
  /external/llvm/lib/Support/
YAMLParser.cpp 140 return &Sentinel;
149 mutable Token Sentinel;
    [all...]

Completed in 434 milliseconds