Home
last modified time | relevance | path

Searched refs:Sentinel (Results 1 – 25 of 41) sorted by relevance

12

/external/v8/test/mjsunit/es6/
Dgenerators-iteration.js89 function Sentinel() {} class
90 assertThrows(function () { iter.throw(new Sentinel); }, Sentinel);
414 function Sentinel() {} class in TestTryCatch
425 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
432 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
440 var exn = new Sentinel;
450 var exn = new Sentinel;
453 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
461 var exn = new Sentinel;
463 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
[all …]
/external/llvm/tools/dsymutil/
DNonRelocatableStringpool.h30 : CurrentEndOffset(0), Sentinel(0), Last(&Sentinel) { in NonRelocatableStringpool()
49 return getNextEntry(&Sentinel); in getFirstEntry()
63 MapTy::MapEntryTy Sentinel, *Last; variable
/external/llvm/include/llvm/Transforms/Utils/
DSymbolRewriter.h116 mutable ilist_half_node<SymbolRewriter::RewriteDescriptor> Sentinel;
131 return static_cast<SymbolRewriter::RewriteDescriptor *>(&Sentinel);
/external/llvm/include/llvm/Analysis/
DIVUsers.h108 return static_cast<IVStrideUse*>(&Sentinel);
117 mutable ilist_node<IVStrideUse> Sentinel;
/external/clang/test/FixIt/
Dfixit-objc.m62 @interface Sentinel interface
66 void sentinel_test(Sentinel *a) {
/external/llvm/include/llvm/ADT/
Dilist.h102 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) { in noteHead()
103 ilist_traits<NodeTy>::setPrev(NewHead, Sentinel); in noteHead()
123 return static_cast<NodeTy *>(&Sentinel); in createSentinel()
132 mutable ilist_node<NodeTy> Sentinel;
142 return static_cast<NodeTy *>(&Sentinel); in createSentinel()
151 mutable ilist_half_node<NodeTy> Sentinel;
DSparseBitVector.h252 Element *createSentinel() const { return static_cast<Element *>(&Sentinel); }
260 mutable ilist_half_node<Element> Sentinel;
/external/llvm/include/llvm/IR/
DModule.h43 return static_cast<NamedMDNode*>(&Sentinel);
54 mutable ilist_node<NamedMDNode> Sentinel;
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h51 mutable ilist_half_node<MachineBasicBlock> Sentinel;
54 return static_cast<MachineBasicBlock*>(&Sentinel);
DSlotIndexes.h75 mutable ilist_half_node<IndexListEntry> Sentinel;
78 return static_cast<IndexListEntry*>(&Sentinel);
DMachineBasicBlock.h42 mutable ilist_half_node<MachineInstr> Sentinel;
50 return static_cast<MachineInstr*>(&Sentinel);
DSelectionDAG.h85 mutable ilist_half_node<SDNode> Sentinel;
88 return static_cast<SDNode*>(&Sentinel);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h321 return static_cast<clang::ento::BugReport *>(&Sentinel);
332 mutable ilist_half_node<clang::ento::BugReport> Sentinel;
/external/llvm/include/llvm/Option/
DOptParser.td22 bit Sentinel = sentinel;
/external/llvm/lib/AsmParser/
DLLParser.cpp2430 Value *Sentinel = FI->second.first; in SetInstName() local
2431 if (Sentinel->getType() != Inst->getType()) in SetInstName()
2435 Sentinel->replaceAllUsesWith(Inst); in SetInstName()
2436 delete Sentinel; in SetInstName()
2447 Value *Sentinel = FI->second.first; in SetInstName() local
2448 if (Sentinel->getType() != Inst->getType()) in SetInstName()
2452 Sentinel->replaceAllUsesWith(Inst); in SetInstName()
2453 delete Sentinel; in SetInstName()
/external/llvm/lib/Support/
DYAMLParser.cpp154 return &Sentinel; in createSentinel()
163 mutable Token Sentinel; member
/external/clang/include/clang/Basic/
DAttr.td1321 def Sentinel : InheritableAttr {
1323 let Args = [DefaultIntArgument<"Sentinel", 0>,
DDiagnosticGroups.td331 def Sentinel : DiagGroup<"sentinel">;
DDiagnosticSemaKinds.td4110 InGroup<Sentinel>;
4113 InGroup<Sentinel>;
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2107 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local
2108 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
/external/cmockery/cmockery_0_1_2/
Daclocal.m43791 # Sentinel used to keep track of whether or not we are before
/external/google-tv-pairing-protocol/cpp/m4/
Dlibtool.m46423 # Sentinel used to keep track of whether or not we are before
/external/google-breakpad/m4/
Dlibtool.m46423 # Sentinel used to keep track of whether or not we are before
/external/libmtp/m4/
Dlibtool.m46406 # Sentinel used to keep track of whether or not we are before
/external/libusb-compat/m4/
Dlibtool.m46416 # Sentinel used to keep track of whether or not we are before

12