/external/llvm/include/llvm/ADT/ |
D | PostOrderIterator.h | 54 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 …]
|
D | DepthFirstIterator.h | 47 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; 64 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, 68 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/gptfdisk/ |
D | bsd.cc | 310 guid.SetType(0xa502); break; in AsGPT() 312 guid.SetType(0xa503); break; in AsGPT() 314 guid.SetType(0x0700); break; in AsGPT() 316 guid.SetType(0xa903); break; in AsGPT() 318 guid.SetType(0xa501); break; in AsGPT() 320 guid.SetType(0xa505); break; in AsGPT() 322 guid.SetType(0xa903); break; in AsGPT() 324 guid.SetType(0xa504); break; in AsGPT() 326 guid.SetType(0xa503); break; in AsGPT()
|
D | gptpart.h | 74 void SetType(PartType t); 75 void SetType(uint16_t hex) {partitionType = hex;} in SetType() function
|
D | mbr.cc | 61 partitions[0].SetType(UINT8_C(0xEE)); in MakeProtectiveMBR() 157 newPart.SetType(((uint16_t) origType) * 0x0100); in AsGPT()
|
D | mbrpart.h | 85 int SetType(uint8_t typeCode, int isExtended = 0);
|
/external/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 114 MCELF::SetType(SD, ELF::STT_TLS); in EmitLabel() 150 MCELF::SetType(Asm.getSymbolData(*SectionSymbol), ELF::STT_SECTION); in ChangeSection() 221 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), ELF::STT_OBJECT)); in EmitSymbolAttribute() 247 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute() 252 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute() 257 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute() 262 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute() 268 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute() 273 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute() 302 MCELF::SetType(SD, ELF::STT_OBJECT); in EmitCommonSymbol() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | unknown_field_set.cc | 107 field.SetType(UnknownField::TYPE_VARINT); in AddVarint() 116 field.SetType(UnknownField::TYPE_FIXED32); in AddFixed32() 125 field.SetType(UnknownField::TYPE_FIXED64); in AddFixed64() 134 field.SetType(UnknownField::TYPE_LENGTH_DELIMITED); in AddLengthDelimited() 145 field.SetType(UnknownField::TYPE_GROUP); in AddGroup()
|
D | unknown_field_set.h | 206 inline void SetType(Type type); 310 inline void UnknownField::SetType(Type type) { in SetType() function
|
/external/openfst/src/include/fst/ |
D | add-on.h | 151 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()
|
D | complement.h | 50 using FstImpl<A>::SetType; 64 SetType("complement"); in ComplementFstImpl() 73 SetType("complement"); in ComplementFstImpl()
|
D | relabel.h | 192 using FstImpl<A>::SetType; 220 SetType("relabel"); in RelabelFstImpl() 247 SetType("relabel"); in RelabelFstImpl() 283 SetType("relabel"); in RelabelFstImpl()
|
D | rational.h | 54 using FstImpl<A>::SetType; 69 SetType("rational"); in RationalFstImpl() 79 SetType("rational"); in RationalFstImpl()
|
D | synchronize.h | 51 using FstImpl<A>::SetType; 87 SetType("synchronize"); in SynchronizeFstImpl() 98 SetType("synchronize"); in SynchronizeFstImpl()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTreeAdaptor.cs | 90 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
|
D | ITreeAdaptor.cs | 261 void SetType( object t, int type ); in SetType() method
|
/external/llvm/include/llvm/MC/ |
D | MCELF.h | 27 static void SetType(MCSymbolData &SD, unsigned Type);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 168 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/ |
D | DebugTreeAdaptor.cs | 219 public virtual void SetType( object t, int type ) in SetType() method in Antlr.Runtime.Debug.DebugTreeAdaptor 221 adaptor.SetType( t, type ); in SetType()
|
/external/lldb/include/lldb/Core/ |
D | RegisterValue.h | 127 SetType (RegisterValue::Type type) in SetType() function 133 SetType (const RegisterInfo *reg_info);
|
D | Event.h | 164 SetType (uint32_t new_type) in SetType() function
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITreeAdaptor.cs | 241 void SetType(object t, int type); in SetType() method
|
/external/lldb/include/lldb/Breakpoint/ |
D | BreakpointSite.h | 253 SetType (BreakpointSite::Type type) in SetType() function
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 229 void SetType(T t, int type); in SetType() method
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCExpr.cpp | 125 MCELF::SetType(SD, ELF::STT_TLS); in fixELFSymbolsInTLSFixupsImpl()
|