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

/external/chromium_org/v8/test/mjsunit/es6/
H A Dgenerators-iteration.js92 function Sentinel() {}
93 assertThrows(function () { iter.throw(new Sentinel); }, Sentinel);
451 function Sentinel() {}
462 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
469 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
477 var exn = new Sentinel;
487 var exn = new Sentinel;
[all...]
/external/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
/external/llvm/include/llvm/IR/
H A DModule.h44 return static_cast<Function*>(&Sentinel);
53 mutable ilist_node<Function> Sentinel; member in struct:llvm::ilist_traits
60 return static_cast<GlobalVariable*>(&Sentinel);
68 mutable ilist_node<GlobalVariable> Sentinel; member in struct:llvm::ilist_traits
75 return static_cast<GlobalAlias*>(&Sentinel);
83 mutable ilist_node<GlobalAlias> Sentinel; member in struct:llvm::ilist_traits
91 return static_cast<NamedMDNode*>(&Sentinel);
101 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.h41 return static_cast<BasicBlock*>(&Sentinel);
51 mutable ilist_half_node<BasicBlock> Sentinel; member in struct:llvm::ilist_traits
58 return static_cast<Argument*>(&Sentinel);
68 mutable ilist_half_node<Argument> Sentinel; member in struct:llvm::ilist_traits
/external/llvm/include/llvm/Support/
H A DRecycler.h46 mutable RecyclerStruct Sentinel; member in struct:llvm::ilist_traits
48 return &Sentinel;
/external/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.h81 mutable ilist_half_node<SDNode> Sentinel; member in struct:llvm::ilist_traits
84 return static_cast<SDNode*>(&Sentinel);
/external/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
/external/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.h271 Element *createSentinel() const { return static_cast<Element *>(&Sentinel); }
279 mutable ilist_half_node<Element> Sentinel;
/external/llvm/lib/Support/
H A DYAMLParser.cpp148 return &Sentinel;
157 mutable Token Sentinel; member in struct:llvm::ilist_sentinel_traits
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2092 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>())
2093 if (Sentinel->getSentinel() == 0) {

Completed in 278 milliseconds