HomeSort by relevance Sort by last modified time
    Searched refs:SetType (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 40 // - By providing a custom SetType class, unwanted graph nodes can be excluded
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) {}
90 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
95 public po_iterator_storage<SetType, ExtStorage> {
122 po_iterator(NodeType *BB, SetType &S
    [all...]
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) {}
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)
90 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /external/llvm/include/llvm/MC/
MCELF.h 27 static void SetType(MCSymbolData &SD, unsigned Type);
  /external/gptfdisk/
bsd.cc 310 guid.SetType(0xa502); break;
312 guid.SetType(0xa503); break;
314 guid.SetType(0x0700); break;
316 guid.SetType(0xa903); break;
318 guid.SetType(0xa501); break;
320 guid.SetType(0xa505); break;
322 guid.SetType(0xa903); break;
324 guid.SetType(0xa504); break;
326 guid.SetType(0xa503); break;
gptpart.h 74 void SetType(PartType t);
75 void SetType(uint16_t hex) {partitionType = hex;}
mbr.cc 61 partitions[0].SetType(UINT8_C(0xEE));
157 newPart.SetType(((uint16_t) origType) * 0x0100);
mbrpart.h 85 int SetType(uint8_t typeCode, int isExtended = 0);
  /development/testrunner/coverage/
coverage_target.py 40 def SetType(self, buildtype):
coverage_targets.py 109 target.SetType(target_element.getAttribute(self._TYPE_ATTR))
  /external/openfst/src/include/fst/
add-on.h 151 using FstImpl<Arc>::SetType;
158 SetType(type);
167 SetType(type);
175 SetType(impl.Type());
285 SetType(type);
complement.h 50 using FstImpl<A>::SetType;
64 SetType("complement");
73 SetType("complement");
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 107 field.SetType(UnknownField::TYPE_VARINT);
116 field.SetType(UnknownField::TYPE_FIXED32);
125 field.SetType(UnknownField::TYPE_FIXED64);
134 field.SetType(UnknownField::TYPE_LENGTH_DELIMITED);
145 field.SetType(UnknownField::TYPE_GROUP);
  /external/llvm/lib/MC/
MCELFStreamer.cpp 114 MCELF::SetType(SD, ELF::STT_TLS);
150 MCELF::SetType(Asm.getSymbolData(*SectionSymbol), ELF::STT_SECTION);
221 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), ELF::STT_OBJECT));
247 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
252 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
257 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
262 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
268 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
273 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
302 MCELF::SetType(SD, ELF::STT_OBJECT)
    [all...]
MCELF.cpp 36 void MCELF::SetType(MCSymbolData &SD, unsigned Type) {
  /art/runtime/mirror/
field-inl.h 76 ret->SetType<kTransactionActive>(type.Get());
  /external/lldb/include/lldb/Breakpoint/
BreakpointSite.h 253 SetType (BreakpointSite::Type type)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 241 void SetType(object t, int type);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 229 void SetType(T t, int type);
  /external/lldb/include/lldb/Core/
Event.h 164 SetType (uint32_t new_type)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 90 SetType(t, type);
104 SetType(t, type);
289 public virtual void SetType( object t, int type )
ITreeAdaptor.cs 261 void SetType( object t, int type );
  /art/compiler/optimizing/
primitive_type_propagation.cc 51 phi->SetType(new_type);
  /external/lldb/include/lldb/Symbol/
Symbol.h 135 SetType (lldb::SymbolType type)
  /external/lldb/source/Plugins/SymbolVendor/ELF/
SymbolVendorELF.cpp 138 dsym_objfile_sp->SetType (ObjectFile::eTypeDebugInfo);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 125 MCELF::SetType(SD, ELF::STT_TLS);

Completed in 1500 milliseconds

1 2 3 4