OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sentinel
(Results
26 - 50
of
60
) sorted by null
1
2
3
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc
192
PARSED_ATTR(
Sentinel
)
AttrTemplateInstantiate.inc
864
case attr::
Sentinel
: {
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc
192
PARSED_ATTR(
Sentinel
)
AttrTemplateInstantiate.inc
864
case attr::
Sentinel
: {
[
all
...]
/external/swiftshader/third_party/subzero/src/
IceOperand.h
466
/// RegNumT is for holding target-specific register numbers, plus the
sentinel
541
static constexpr int
Sentinel
= -1;
554
assert(Current !=
Sentinel
);
558
assert(Current !=
Sentinel
);
573
Iterator end() { return Iterator(V,
Sentinel
); }
[
all
...]
IceInst.h
[
all
...]
/external/llvm/include/llvm/ADT/
SparseBitVector.h
252
Element *createSentinel() const { return static_cast<Element *>(&
Sentinel
); }
260
mutable ilist_half_node<Element>
Sentinel
;
/external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
44
mutable ilist_half_node<MachineInstr>
Sentinel
;
52
return static_cast<MachineInstr*>(&
Sentinel
);
[
all
...]
SlotIndexes.h
74
mutable ilist_half_node<IndexListEntry>
Sentinel
;
77
return static_cast<IndexListEntry*>(&
Sentinel
);
SelectionDAG.h
86
mutable ilist_half_node<SDNode>
Sentinel
;
89
return static_cast<SDNode*>(&
Sentinel
);
[
all
...]
/external/llvm/include/llvm/IR/
Module.h
45
return static_cast<NamedMDNode*>(&
Sentinel
);
56
mutable ilist_node<NamedMDNode>
Sentinel
;
[
all
...]
/external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h
179
return static_cast<MemoryAccess *>(&
Sentinel
);
189
mutable ilist_half_node<MemoryAccess>
Sentinel
;
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
ilist.h
69
/// that provides default
sentinel
implementations for common operations.
71
/// ilist_sentinel_traits implements a lazy dynamic
sentinel
allocation
72
/// strategy. The
sentinel
is stored in the prev field of ilist's Head.
76
/// createSentinel - create the dynamic
sentinel
79
/// destroySentinel - deallocate the dynamic
sentinel
88
/// initialized or assigned a fresh
sentinel
89
/// @return the
sentinel
100
/// noteHead - stash the
sentinel
into its default location
101
static void noteHead(NodeTy *NewHead, NodeTy *
Sentinel
) {
102
ilist_traits<NodeTy>::setPrev(NewHead,
Sentinel
);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc
194
INHERITABLE_ATTR(
Sentinel
)
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc
194
INHERITABLE_ATTR(
Sentinel
)
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h
42
mutable ilist_half_node<SDNode>
Sentinel
;
45
return static_cast<SDNode*>(&
Sentinel
);
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/llvm/lib/Support/
YAMLParser.cpp
154
return &
Sentinel
;
163
mutable Token
Sentinel
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc
956
case attr::
Sentinel
: {
Attrs.inc
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc
956
case attr::
Sentinel
: {
Attrs.inc
[
all
...]
/prebuilts/go/darwin-x86/src/net/http/
client.go
563
//
Sentinel
error to let users select the
/prebuilts/go/linux-x86/src/net/http/
client.go
563
//
Sentinel
error to let users select the
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
AttrPCHWrite.inc
[
all
...]
Completed in 1057 milliseconds
1
2
3