OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sentinel
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js
79
function
Sentinel
() {}
80
assertThrows(function () { iter.throw(new
Sentinel
); },
Sentinel
);
390
function
Sentinel
() {}
402
assertThrows(function() { iter.throw(new
Sentinel
); },
Sentinel
);
409
assertThrows(function() { iter.throw(new
Sentinel
); },
Sentinel
);
417
var exn = new
Sentinel
;
428
var exn = new
Sentinel
;
[
all
...]
/external/llvm/include/llvm/Support/
Recycler.h
47
mutable RecyclerStruct
Sentinel
;
49
return &
Sentinel
;
/external/chromium_org/third_party/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/Analysis/
IVUsers.h
96
// The
sentinel
is relative to this instance, so we use a non-static
104
// NodeTy, which becomes the
sentinel
. Dereferencing the
sentinel
is
107
return static_cast<IVStrideUse*>(&
Sentinel
);
116
mutable ilist_node<IVStrideUse>
Sentinel
;
/external/llvm/include/llvm/IR/
BasicBlock.h
36
/// The
sentinel
is relative to this instance, so we use a non-static
44
//
sentinel
. Dereferencing the
sentinel
is forbidden (save the
46
return static_cast<Instruction*>(&
Sentinel
);
54
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
;
/libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java
86
Sentinel
sentinel
= new
Sentinel
();
local
87
enqueueSentinelReference(
sentinel
);
88
sentinel
.awaitFinalization();
91
private static void enqueueSentinelReference(
Sentinel
sentinel
) {
97
if (r.referent ==
sentinel
) {
98
FinalizerReference<
Sentinel
> sentinelReference = (FinalizerReference<
Sentinel
>) r
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
47
mutable ilist_half_node<MachineBasicBlock>
Sentinel
;
50
return static_cast<MachineBasicBlock*>(&
Sentinel
);
SelectionDAG.h
43
mutable ilist_half_node<SDNode>
Sentinel
;
46
return static_cast<SDNode*>(&
Sentinel
);
[
all
...]
SlotIndexes.h
75
mutable ilist_half_node<IndexListEntry>
Sentinel
;
78
return static_cast<IndexListEntry*>(&
Sentinel
);
MachineBasicBlock.h
36
mutable ilist_half_node<MachineInstr>
Sentinel
;
44
return static_cast<MachineInstr*>(&
Sentinel
);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h
321
return static_cast<clang::ento::BugReport *>(&
Sentinel
);
332
mutable ilist_half_node<clang::ento::BugReport>
Sentinel
;
/external/llvm/lib/Support/
YAMLParser.cpp
139
return &
Sentinel
;
148
mutable Token
Sentinel
;
[
all
...]
Completed in 283 milliseconds