Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/ADT/
DPostOrderIterator.h53 template<class SetType, bool External>
55 SetType Visited;
69 template<class SetType>
70 class po_iterator_storage<SetType, true> {
71 SetType &Visited;
73 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
88 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
93 public po_iterator_storage<SetType, ExtStorage> {
120 inline po_iterator(NodeType *BB, SetType &S) : in po_iterator()
121 po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
[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/llvm/lib/MC/
DMCELFStreamer.cpp173 MCELF::SetType(SD, ELF::STT_TLS); in EmitLabel()
283 MCELF::SetType(SD, ELF::STT_FUNC); in EmitSymbolAttribute()
287 MCELF::SetType(SD, ELF::STT_GNU_IFUNC); in EmitSymbolAttribute()
291 MCELF::SetType(SD, ELF::STT_OBJECT); in EmitSymbolAttribute()
295 MCELF::SetType(SD, ELF::STT_TLS); in EmitSymbolAttribute()
299 MCELF::SetType(SD, ELF::STT_COMMON); in EmitSymbolAttribute()
303 MCELF::SetType(SD, ELF::STT_NOTYPE); in EmitSymbolAttribute()
329 MCELF::SetType(SD, ELF::STT_OBJECT); in EmitCommonSymbol()
450 MCELF::SetType(SD, ELF::STT_TLS); in fixSymbolsInTLSFixups()
DMCELF.h27 static void SetType(MCSymbolData &SD, unsigned Type);
DMCELF.cpp36 void MCELF::SetType(MCSymbolData &SD, unsigned Type) { in SetType() function in llvm::MCELF
/external/openfst/src/include/fst/
Dadd-on.h151 using FstImpl<Arc>::SetType;
158 SetType(type); in fst_()
167 SetType(type); in fst_()
175 SetType(impl.Type()); in AddOnImpl()
285 SetType(type); in AddOnImpl()
Dcomplement.h50 using FstImpl<A>::SetType;
64 SetType("complement"); in ComplementFstImpl()
73 SetType("complement"); in ComplementFstImpl()
Drational.h54 using FstImpl<A>::SetType;
69 SetType("rational"); in RationalFstImpl()
79 SetType("rational"); in RationalFstImpl()
Drelabel.h188 using FstImpl<A>::SetType;
216 SetType("relabel"); in RelabelFstImpl()
243 SetType("relabel"); in RelabelFstImpl()
279 SetType("relabel"); in RelabelFstImpl()
Dsynchronize.h51 using FstImpl<A>::SetType;
87 SetType("synchronize"); in SynchronizeFstImpl()
98 SetType("synchronize"); in SynchronizeFstImpl()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstunserver.cc88 response.SetType(STUN_BINDING_RESPONSE); in OnBindingRequest()
140 err_msg.SetType(GetStunErrorResponseType(msg.type())); in SendErrorResponse()
Dstun.h127 void SetType(StunMessageType type) { type_ = type; } in SetType() function
310 void SetType(int index, uint16 value);
Drelayserver.cc77 err_msg.SetType(GetStunErrorResponseType(msg.type())); in SendStunError()
436 response.SetType(STUN_ALLOCATE_RESPONSE); in HandleStunAllocate()
515 response.SetType(STUN_SEND_RESPONSE); in HandleStunSend()
623 msg.SetType(STUN_DATA_INDICATION); in Send()
/external/antlr/antlr-3.4/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
DITreeAdaptor.cs261 void SetType( object t, int type ); in SetType() method
/external/chromium/chrome/browser/autofill/
Dform_field.cc294 addresses[0]->SetType(addresses[0]->FindType()); in FormFieldSet()
302 addresses[0]->SetType(reversed ? kShippingAddress : kBillingAddress); in FormFieldSet()
303 addresses[1]->SetType(reversed ? kBillingAddress : kShippingAddress); in FormFieldSet()
Daddress_field.h30 void SetType(AddressType address_type) { type_ = address_type; } in SetType() function
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Darcsort.h73 using FstImpl<A>::SetType;
93 SetType("arcsort"); in ArcSortFstImpl()
102 SetType("arcsort"); in ArcSortFstImpl()
Dconst-fst.h35 using FstImpl<A>::SetType;
45 SetType("const"); in ConstFstImpl()
119 SetType("const"); in ConstFstImpl()
Dcomplement.h44 using FstImpl<A>::SetType;
58 SetType("complement"); in ComplementFstImpl()
Drelabel.h150 using FstImpl<A>::SetType;
172 SetType("relabel"); in RelabelFstImpl()
197 SetType("relabel"); in RelabelFstImpl()
/external/antlr/antlr-3.4/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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs219 public virtual void SetType( object t, int type ) in SetType() method in Antlr.Runtime.Debug.DebugTreeAdaptor
221 adaptor.SetType( t, type ); in SetType()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeAdaptor.cs241 void SetType(object t, int type); in SetType() method
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs229 void SetType(T t, int type); in SetType() method

123