Home
last modified time | relevance | path

Searched refs:SetType (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPostOrderIterator.h57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
93 class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 8>,
95 class po_iterator : public po_iterator_storage<SetType, ExtStorage> {
119 po_iterator(NodeRef BB, SetType &S) in po_iterator()
120 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
[all …]
H A DDepthFirstIterator.h49 template<class SetType, bool External> // Non-external set
52 SetType Visited;
55 template<class SetType>
56 class df_iterator_storage<SetType, true> {
58 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage()
61 SetType &Visited;
82 class SetType =
85 class df_iterator : public df_iterator_storage<SetType, ExtStorage> {
112 inline df_iterator(NodeRef Node, SetType &S) in df_iterator()
113 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()
[all …]
H A DBreadthFirstIterator.h33 template <class SetType> class bf_iterator_storage {
35 SetType Visited;
44 class SetType =
47 class bf_iterator : public bf_iterator_storage<SetType> {
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dlongdouble.d36 this.set(cast(SetType!T)r); in this()
50 this.set(cast(SetType!T)r);
131 private template SetType(T) in SetType() function
136 alias SetType = uint64_t; in SetType() local
138 alias SetType = int64_t; in SetType() local
141 alias SetType = T; in SetType() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h190 using SetType = MachineValueTypeSet; member
202 SetType &getOrCreate(unsigned Mode) { in getOrCreate()
243 static void writeToStream(const SetType &S, raw_ostream &OS);
254 bool intersect(SetType &Out, const SetType &In);
331 void expandOverloads(TypeSetByHwMode::SetType &Out,
332 const TypeSetByHwMode::SetType &Legal);
H A DCodeGenDAGPatterns.cpp149 SetType &S = I.second; in constrain()
172 SetType &S = getOrCreate(I.first); in assign_if()
200 void TypeSetByHwMode::writeToStream(const SetType &S, raw_ostream &OS) { in writeToStream()
266 bool TypeSetByHwMode::intersect(SetType &Out, const SetType &In) { in intersect()
293 SetType Diff; in intersect()
365 TypeSetByHwMode::SetType &S = I.second; in forceArbitrary()
476 TypeSetByHwMode::SetType &S = Small.get(M); in EnforceSmallerThan()
477 TypeSetByHwMode::SetType &B = Big.get(M); in EnforceSmallerThan()
526 TypeSetByHwMode::SetType &S = Small.get(M); in EnforceSmallerThan()
527 TypeSetByHwMode::SetType &B = Big.get(M); in EnforceSmallerThan()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1parse.y204 %type <type> SetType
349 | SetType
534 SetType : kw_SET '{' /* ComponentTypeLists */ ComponentTypeList '}'