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

123

/external/llvm/include/llvm/ADT/
H A DPostOrderIterator.h39 // - By providing a custom SetType class, unwanted graph nodes can be excluded
53 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) {}
88 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
93 public po_iterator_storage<SetType, ExtStorage> {
120 inline po_iterator(NodeType *BB, SetType
[all...]
H A 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) {}
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)
89 : df_iterator_storage<SetType, ExtStorag
[all...]
/external/llvm/lib/MC/
H A DMCELF.h27 static void SetType(MCSymbolData &SD, unsigned Type);
H A DMCELFStreamer.cpp173 MCELF::SetType(SD, ELF::STT_TLS);
283 MCELF::SetType(SD, ELF::STT_FUNC);
287 MCELF::SetType(SD, ELF::STT_GNU_IFUNC);
291 MCELF::SetType(SD, ELF::STT_OBJECT);
295 MCELF::SetType(SD, ELF::STT_TLS);
299 MCELF::SetType(SD, ELF::STT_COMMON);
303 MCELF::SetType(SD, ELF::STT_NOTYPE);
329 MCELF::SetType(SD, ELF::STT_OBJECT);
450 MCELF::SetType(SD, ELF::STT_TLS);
H A DMCELF.cpp36 void MCELF::SetType(MCSymbolData &SD, unsigned Type) { function in class:llvm::MCELF
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver.cc88 response.SetType(STUN_BINDING_RESPONSE);
140 err_msg.SetType(GetStunErrorResponseType(msg.type()));
H A Dstun.h127 void SetType(StunMessageType type) { type_ = type; } function in class:cricket::StunMessage
310 void SetType(int index, uint16 value);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeAdaptor.cs241 void SetType(object t, int type); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBaseTreeAdaptor.cs227 public virtual void SetType(object t, int type) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeAdaptor.cs261 void SetType( object t, int type ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBaseTreeAdaptor.cs90 SetType(t, type);
104 SetType(t, type);
289 public virtual void SetType( object t, int type ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
/external/chromium/chrome/browser/autofill/
H A Daddress_field.h30 void SetType(AddressType address_type) { type_ = address_type; } function in class:AddressField
H A Dform_field.cc294 addresses[0]->SetType(addresses[0]->FindType());
302 addresses[0]->SetType(reversed ? kShippingAddress : kBillingAddress);
303 addresses[1]->SetType(reversed ? kBillingAddress : kShippingAddress);
/external/openfst/src/include/fst/
H A Dadd-on.h151 using FstImpl<Arc>::SetType;
158 SetType(type);
167 SetType(type);
175 SetType(impl.Type());
285 SetType(type);
H A Dcomplement.h50 using FstImpl<A>::SetType;
64 SetType("complement");
73 SetType("complement");
H A Drational.h54 using FstImpl<A>::SetType;
69 SetType("rational");
79 SetType("rational");
H A Drelabel.h188 using FstImpl<A>::SetType;
216 SetType("relabel");
243 SetType("relabel");
279 SetType("relabel");
H A Dconst-fst.h48 using FstImpl<A>::SetType;
65 SetType(type);
162 SetType(type);
H A Dfactor-weight.h156 using FstImpl<A>::SetType;
191 SetType("factor_weight");
210 SetType("factor_weight");
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs229 void SetType(T t, int type); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsort.h73 using FstImpl<A>::SetType;
93 SetType("arcsort");
102 SetType("arcsort");
H A Dconst-fst.h35 using FstImpl<A>::SetType;
45 SetType("const");
119 SetType("const");
H A Dcomplement.h44 using FstImpl<A>::SetType;
58 SetType("complement");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs168 public virtual void SetType(object t, int type) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
169 adaptor.SetType(t, type);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs219 public virtual void SetType( object t, int type ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
221 adaptor.SetType( t, type );

Completed in 277 milliseconds

123