/external/libcxx/test/support/ |
D | type_id.h | 27 struct TypeID { struct 28 friend bool operator==(TypeID const& LHS, TypeID const& RHS) 30 friend bool operator!=(TypeID const& LHS, TypeID const& RHS) 43 explicit constexpr TypeID(const char* xid) : m_id(xid) {} in TypeID() argument 45 TypeID(const TypeID&) = delete; 46 TypeID& operator=(TypeID const&) = delete; argument 49 template <class T> friend TypeID const& makeTypeIDImp(); argument 54 inline TypeID const& makeTypeIDImp() { in makeTypeIDImp() 55 static const TypeID id(typeid(T).name()); in makeTypeIDImp() 63 inline TypeID const& makeTypeID() { in makeTypeID() [all …]
|
D | container_test_types.h | 100 struct TypeID { struct 101 friend bool operator==(TypeID const& LHS, TypeID const& RHS) 103 friend bool operator!=(TypeID const& LHS, TypeID const& RHS) 106 explicit constexpr TypeID(const int* xid) : m_id(xid) {} in TypeID() argument 117 typedef TypeID ID; 137 inline constexpr TypeID const& makeTypeID() { return TypeInfo<T>::GetID(); } in makeTypeID() 145 inline constexpr TypeID const& makeArgumentID() { in makeArgumentID() 156 const detail::TypeID* m_expected_args; 169 bool check(detail::TypeID const& tid) { in check() 186 void expect(detail::TypeID const& tid) { in expect()
|
D | controlled_allocators.hpp | 88 TypeID const* last_construct_alloc = nullptr; 89 TypeID const* last_construct_type = nullptr; 90 TypeID const* last_construct_args = nullptr; 94 TypeID const* last_destroy_alloc = nullptr; 95 TypeID const* last_destroy_type = nullptr;
|
/external/llvm/include/llvm/Object/ |
D | Binary.h | 34 unsigned int TypeID; variable 87 unsigned int getType() const { return TypeID; } in getType() 91 return TypeID > ID_StartObjects && TypeID < ID_EndObjects; in isObject() 99 return TypeID == ID_Archive; in isArchive() 103 return TypeID == ID_MachOUniversalBinary; in isMachOUniversalBinary() 107 return TypeID >= ID_ELF32L && TypeID <= ID_ELF64B; in isELF() 111 return TypeID >= ID_MachO32L && TypeID <= ID_MachO64B; in isMachO() 115 return TypeID == ID_COFF; in isCOFF() 119 return TypeID == ID_COFFImportFile; in isCOFFImportFile() 123 return TypeID == ID_IR; in isIR() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | Binary.h | 34 unsigned int TypeID; 92 unsigned int getType() const { return TypeID; } in getType() 96 return TypeID > ID_StartObjects && TypeID < ID_EndObjects; in isObject() 102 return TypeID == ID_Archive; in isArchive() 106 return TypeID == ID_MachOUniversalBinary; in isMachOUniversalBinary() 110 return TypeID >= ID_ELF32L && TypeID <= ID_ELF64B; in isELF() 114 return TypeID >= ID_MachO32L && TypeID <= ID_MachO64B; in isMachO() 118 return TypeID == ID_COFF; in isCOFF() 121 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() 124 return TypeID == ID_COFFImportFile; in isCOFFImportFile() [all …]
|
D | WindowsResource.h | 65 support::ulittle16_t TypeID; member 71 TypeID = ID; in setType() 99 uint16_t getTypeID() const { return TypeID; } in getTypeID() 123 uint16_t TypeID; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | CFBundle.cpp | 153 auto PrintError = [&](CFTypeID TypeID) { in getBundleInfo() argument 154 CFString TypeIDCFStr(::CFCopyTypeIDDescription(TypeID)); in getBundleInfo() 166 CFTypeID TypeID = ::CFGetTypeID(TypeRef); in getBundleInfo() local 167 if (TypeID == ::CFStringGetTypeID()) in getBundleInfo() 170 PrintError(TypeID); in getBundleInfo() 174 CFTypeID TypeID = ::CFGetTypeID(TypeRef); in getBundleInfo() local 175 if (TypeID == ::CFStringGetTypeID()) in getBundleInfo() 178 PrintError(TypeID); in getBundleInfo()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSectionMachO.cpp | 229 unsigned TypeID; in ParseSectionSpecifier() local 230 for (TypeID = 0; TypeID !=MCSectionMachO::LAST_KNOWN_SECTION_TYPE+1; ++TypeID) in ParseSectionSpecifier() 231 if (SectionTypeDescriptors[TypeID].AssemblerName && in ParseSectionSpecifier() 232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName) in ParseSectionSpecifier() 236 if (TypeID > MCSectionMachO::LAST_KNOWN_SECTION_TYPE) in ParseSectionSpecifier() 240 TAA = TypeID; in ParseSectionSpecifier()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ARMException.cpp | 126 unsigned TypeID = *I; in emitTypeInfos() local 129 if (TypeID != 0) in emitTypeInfos() 133 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
|
D | EHStreamer.cpp | 133 int TypeID = TypeIds[J]; in computeActionsTable() local 134 assert(-1 - TypeID < (int)FilterOffsets.size() && "Unknown filter id!"); in computeActionsTable() 136 isFilterEHSelector(TypeID) ? FilterOffsets[-1 - TypeID] : TypeID; in computeActionsTable() 640 unsigned TypeID = *I; in emitTypeInfos() local 643 if (isFilterEHSelector(TypeID)) in emitTypeInfos() 647 Asm->EmitULEB128(TypeID); in emitTypeInfos()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | ARMException.cpp | 129 unsigned TypeID = *I; in emitTypeInfos() local 132 if (TypeID != 0) in emitTypeInfos() 136 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
|
D | EHStreamer.cpp | 122 int TypeID = TypeIds[J]; in computeActionsTable() local 123 assert(-1 - TypeID < (int)FilterOffsets.size() && "Unknown filter id!"); in computeActionsTable() 125 isFilterEHSelector(TypeID) ? FilterOffsets[-1 - TypeID] : TypeID; in computeActionsTable() 680 unsigned TypeID = *I; in emitTypeInfos() local 683 if (isFilterEHSelector(TypeID)) in emitTypeInfos() 687 Asm->EmitULEB128(TypeID); in emitTypeInfos()
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 54 enum TypeID { enum 82 TypeID ID : 8; // The current base type of this type. 87 explicit Type(LLVMContext &C, TypeID tid) in Type() 110 static bool isSequentialType(TypeID TyID) { in isSequentialType() 134 TypeID getTypeID() const { return ID; } in getTypeID() 361 static Type *getPrimitiveType(LLVMContext &C, TypeID IDNumber);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 54 enum TypeID { enum 82 TypeID ID : 8; // The current base type of this type. 89 explicit Type(LLVMContext &C, TypeID tid) in Type() 112 static bool isSequentialType(TypeID TyID) { in isSequentialType() 136 TypeID getTypeID() const { return ID; } in getTypeID() 372 static Type *getPrimitiveType(LLVMContext &C, TypeID IDNumber);
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Type.h | 47 enum TypeID { enum 77 TypeID ID : 8; // The current base type of this type. 82 explicit Type(LLVMContext &C, TypeID tid) in Type() 119 TypeID getTypeID() const { return ID; } in getTypeID() 302 static Type *getPrimitiveType(LLVMContext &C, TypeID IDNumber);
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 102 typedef Type::TypeID TypeID; typedef 103 const Type::TypeID FloatTyID = Type::FloatTyID; 104 const Type::TypeID DoubleTyID = Type::DoubleTyID; 111 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 122 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 123 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID(); in whichFPParamVariantNeeded()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 101 using TypeID = Type::TypeID; typedef 102 const Type::TypeID FloatTyID = Type::FloatTyID; 103 const Type::TypeID DoubleTyID = Type::DoubleTyID; 110 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 121 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 122 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID(); in whichFPParamVariantNeeded()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Type.h | 55 enum TypeID { enum 83 TypeID ID : 8; // The current base type of this type. 91 explicit Type(LLVMContext &C, TypeID tid) in Type() 113 static bool isSequentialType(TypeID TyID) { in isSequentialType() 138 TypeID getTypeID() const { return ID; } in getTypeID() 390 static Type *getPrimitiveType(LLVMContext &C, TypeID IDNumber);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfException.cpp | 150 int TypeID = TypeIds[J]; in ComputeActionsTable() local 151 assert(-1 - TypeID < (int)FilterOffsets.size() && "Unknown filter id!"); in ComputeActionsTable() 152 int ValueForTypeID = TypeID < 0 ? FilterOffsets[-1 - TypeID] : TypeID; in ComputeActionsTable() 706 unsigned TypeID = *I; in EmitExceptionTable() local 709 if (TypeID != 0) in EmitExceptionTable() 713 Asm->EmitULEB128(TypeID); in EmitExceptionTable()
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | Binary.h | 32 unsigned int TypeID; variable 57 unsigned int getType() const { return TypeID; } in getType()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 319 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType() local 322 if (*TypeID) in EnumerateType() 330 *TypeID = ~0U; in EnumerateType() 339 TypeID = &TypeMap[Ty]; in EnumerateType() 346 if (*TypeID && *TypeID != ~0U) in EnumerateType() 352 *TypeID = Types.size(); in EnumerateType()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITDwarfEmitter.cpp | 270 int TypeID = TypeIds[I]; in EmitExceptionTable() local 271 assert(-1-TypeID < (int)FilterOffsets.size() && "Unknown filter id!"); in EmitExceptionTable() 272 int ValueForTypeID = TypeID < 0 ? FilterOffsets[-1 - TypeID] : TypeID; in EmitExceptionTable() 472 unsigned TypeID = FilterIds[j]; in EmitExceptionTable() local 473 JCE->emitULEB128Bytes(TypeID); in EmitExceptionTable()
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
D | move_convert.pass.cpp | 98 TypeID const* reset() const { in reset() 99 TypeID const* tmp = arg_type; in reset() 104 mutable TypeID const* arg_type; 139 TypeID const* reset() const { in reset() 140 TypeID const* tmp = arg_type; in reset() 145 mutable TypeID const* arg_type;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelectorImpl.h | 214 const int64_t TypeID = TyI->second; in executeMatchTable() local 215 if (TypeID < LowerBound || UpperBound <= TypeID) { in executeMatchTable() 219 CurrentIdx = MatchTable[CurrentIdx + (TypeID - LowerBound)]; in executeMatchTable() 458 int64_t TypeID = MatchTable[CurrentIdx++]; in executeMatchTable() local 462 << "), TypeID=" << TypeID << ")\n"); in executeMatchTable() 466 MRI.getType(MO.getReg()) != ISelInfo.TypeObjects[TypeID]) { in executeMatchTable() 918 int64_t TypeID = MatchTable[CurrentIdx++]; in executeMatchTable() local 921 MRI.createGenericVirtualRegister(ISelInfo.TypeObjects[TypeID]); in executeMatchTable() 924 << "] = GIR_MakeTempReg(" << TypeID << ")\n"); in executeMatchTable()
|
/external/clang/include/clang/Serialization/ |
D | ASTBitCodes.h | 80 typedef uint32_t TypeID; typedef 90 TypeID asTypeID(unsigned FastQuals) const { in asTypeID() 92 return TypeID(-1); in asTypeID() 96 static TypeIdx fromTypeID(TypeID ID) { in fromTypeID() 97 if (ID == TypeID(-1)) in fromTypeID()
|