Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPostOrderIterator.h26 template<class SetType, bool External> // Non-external set
29 SetType Visited;
34 template<class SetType>
37 typename SetType::iterator::value_type, SetType &) {} in finishPostorder()
40 template<class SetType>
41 class po_iterator_storage<SetType, true> {
43 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
45 SetType &Visited;
49 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
54 public po_iterator_storage<SetType, ExtStorage> {
[all …]
DDepthFirstIterator.h46 template<class SetType, bool External> // Non-external set
49 SetType Visited;
52 template<class SetType>
53 class df_iterator_storage<SetType, true> {
55 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage()
57 SetType &Visited;
63 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
67 public df_iterator_storage<SetType, ExtStorage> {
88 inline df_iterator(NodeType *Node, SetType &S) in df_iterator()
89 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
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 =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S) in po_iterator()
116 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
[all …]
DDepthFirstIterator.h50 template<class SetType, bool External> // Non-external set
53 SetType Visited;
56 template<class SetType>
57 class df_iterator_storage<SetType, true> {
59 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage()
62 SetType &Visited;
83 class SetType =
88 public df_iterator_storage<SetType, ExtStorage> {
109 inline df_iterator(NodeRef Node, SetType &S) in df_iterator()
110 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()
[all …]
DBreadthFirstIterator.h34 template <class SetType> class bf_iterator_storage {
36 SetType Visited;
45 class SetType =
50 public bf_iterator_storage<SetType> {
/external/llvm/include/llvm/ADT/
DPostOrderIterator.h54 template<class SetType, bool External>
56 SetType Visited;
70 template<class SetType>
71 class po_iterator_storage<SetType, true> {
72 SetType &Visited;
74 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
90 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
95 public po_iterator_storage<SetType, ExtStorage> {
122 po_iterator(NodeType *BB, SetType &S) in po_iterator()
123 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
[all …]
DDepthFirstIterator.h47 template<class SetType, bool External> // Non-external set
50 SetType Visited;
53 template<class SetType>
54 class df_iterator_storage<SetType, true> {
56 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage()
58 SetType &Visited;
63 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
67 public df_iterator_storage<SetType, ExtStorage> {
89 inline df_iterator(NodeType *Node, SetType &S) in df_iterator()
90 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()
[all …]
/external/image_io/src/base/
Ddata_scanner.cc92 result->SetType(DataMatchResult::kError); in SetInternalError()
101 result->SetType(DataMatchResult::kError); in SetSyntaxError()
121 result.SetType(token_length == literal_or_sentinels_.length() in ScanLiteral()
150 result.SetType(DataMatchResult::kFull); in ScanName()
152 result.SetType(DataMatchResult::kFull); in ScanName()
154 result.SetType(DataMatchResult::kPartialOutOfData); in ScanName()
189 result.SetType(DataMatchResult::kPartialOutOfData); in ScanQuotedString()
191 result.SetType(DataMatchResult::kFull); in ScanQuotedString()
212 result.SetBytesConsumed(1).SetType(DataMatchResult::kFull); in ScanSentinel()
241 result.SetType(DataMatchResult::kPartialOutOfData); in ScanThroughLiteral()
[all …]
/external/gptfdisk/
Dbsd.cc312 guid.SetType(0xa502); break; in AsGPT()
314 guid.SetType(0xa503); break; in AsGPT()
316 guid.SetType(0x0700); break; in AsGPT()
318 guid.SetType(0xa903); break; in AsGPT()
320 guid.SetType(0xa501); break; in AsGPT()
322 guid.SetType(0xa505); break; in AsGPT()
324 guid.SetType(0xa903); break; in AsGPT()
326 guid.SetType(0xa504); break; in AsGPT()
328 guid.SetType(0xa503); break; in AsGPT()
Dgptpart.h74 void SetType(PartType t);
75 void SetType(uint16_t hex) {partitionType = hex;} in SetType() function
Dmbr.cc63 partitions[0].SetType(UINT8_C(0xEE)); in MakeProtectiveMBR()
159 newPart.SetType(((uint16_t) origType) * 0x0100); in AsGPT()
Dgptcl.cc501 newPart.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100)); in BuildMBR()
505 newPart.SetType(typeRaw[origPartNum]); in BuildMBR()
517 newPart.SetType(0xEE); in BuildMBR()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCELFStreamer.cpp50 MCELF::SetType(SD, ELF::STT_TLS); in EmitLabel()
162 MCELF::SetType(SD, ELF::STT_FUNC); in EmitSymbolAttribute()
166 MCELF::SetType(SD, ELF::STT_OBJECT); in EmitSymbolAttribute()
170 MCELF::SetType(SD, ELF::STT_TLS); in EmitSymbolAttribute()
174 MCELF::SetType(SD, ELF::STT_COMMON); in EmitSymbolAttribute()
178 MCELF::SetType(SD, ELF::STT_NOTYPE); in EmitSymbolAttribute()
204 MCELF::SetType(SD, ELF::STT_OBJECT); in EmitCommonSymbol()
314 MCELF::SetType(SD, ELF::STT_TLS); in fixSymbolsInTLSFixups()
DMCELF.h27 static void SetType(MCSymbolData &SD, unsigned Type);
/external/protobuf/src/google/protobuf/
Dunknown_field_set.cc163 field.SetType(UnknownField::TYPE_VARINT); in AddVarint()
172 field.SetType(UnknownField::TYPE_FIXED32); in AddFixed32()
181 field.SetType(UnknownField::TYPE_FIXED64); in AddFixed64()
190 field.SetType(UnknownField::TYPE_LENGTH_DELIMITED); in AddLengthDelimited()
201 field.SetType(UnknownField::TYPE_GROUP); in AddGroup()
Dunknown_field_set.h224 inline void SetType(Type type);
332 inline void UnknownField::SetType(Type type) { in SetType() function
/external/v8/src/compiler/
Descape-analysis-reducer.cc62 NodeProperties::SetType( in ReplaceNode()
87 NodeProperties::SetType(node, Type::Object()); in ObjectIdNode()
263 NodeProperties::SetType(arguments_length_state, in Finalize()
313 NodeProperties::SetType(arguments_elements_state, Type::OtherInternal()); in Finalize()
337 NodeProperties::SetType(offset, in Finalize()
390 NodeProperties::SetType(tmp_, type); in Constructor()
432 NodeProperties::SetType(tmp_, NodeProperties::GetType(from_)); in MutableNode()
Ddead-code-elimination.cc25 NodeProperties::SetType(dead_, Type::None()); in DeadCodeElimination()
276 NodeProperties::SetType(unreachable, Type::None()); in ReduceEffectNode()
295 NodeProperties::SetType(effect, Type::None()); in ReduceDeoptimizeOrReturnOrTerminate()
349 NodeProperties::SetType(dead_value, Type::None()); in DeadValue()
/external/webrtc/webrtc/p2p/base/
Dstunserver.cc62 err_msg.SetType(GetStunErrorResponseType(msg.type())); in SendErrorResponse()
85 response->SetType(STUN_BINDING_RESPONSE); in GetStunBindReqponse()
Dstun_unittest.cc864 msg.SetType(STUN_BINDING_REQUEST); in TEST_F()
893 msg.SetType(STUN_BINDING_RESPONSE); in TEST_F()
922 msg.SetType(STUN_BINDING_RESPONSE); in TEST_F()
952 msg.SetType(STUN_BINDING_RESPONSE); in TEST_F()
1053 msg.SetType(STUN_BINDING_ERROR_RESPONSE); in TEST_F()
1075 msg.SetType(STUN_BINDING_REQUEST); in TEST_F()
1099 msg.SetType(STUN_BINDING_REQUEST); in TEST_F()
1341 msg2.SetType(STUN_BINDING_REQUEST); in TEST_F()
Dstunrequest_unittest.cc50 msg->SetType(type); in CreateStunMessage()
93 request->SetType(STUN_BINDING_REQUEST); in Prepare()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h191 using SetType = MachineValueTypeSet; member
201 SetType &getOrCreate(unsigned Mode) { in getOrCreate()
204 return Map.insert({Mode,SetType()}).first->second; in getOrCreate()
235 static void writeToStream(const SetType &S, raw_ostream &OS);
245 bool intersect(SetType &Out, const SetType &In);
322 void expandOverloads(TypeSetByHwMode::SetType &Out,
323 const TypeSetByHwMode::SetType &Legal);
357 TypeSetByHwMode::SetType LegalCache = {};
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTreeAdaptor.cs90 SetType(t, type); in DupNode()
104 SetType(t, type); in DupNode()
289 public virtual void SetType( object t, int type ) in SetType() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs168 public virtual void SetType(object t, int type) { in SetType() method in Antlr.Runtime.Debug.DebugTreeAdaptor
169 adaptor.SetType(t, type); in SetType()
/external/pdfium/core/fxcrt/css/
Dcfx_cssselector.h35 void SetType(CFX_CSSSelectorType eType) { m_eType = eType; } in SetType() function

1234