/external/python/pyasn1/pyasn1/type/ |
D | char.py | 172 typeId = AbstractCharacterString.getTypeId() 187 typeId = AbstractCharacterString.getTypeId() 202 typeId = AbstractCharacterString.getTypeId() 209 typeId = AbstractCharacterString.getTypeId() 224 typeId = AbstractCharacterString.getTypeId() 239 typeId = AbstractCharacterString.getTypeId() 254 typeId = AbstractCharacterString.getTypeId() 269 typeId = AbstractCharacterString.getTypeId() 276 typeId = AbstractCharacterString.getTypeId() 290 typeId = AbstractCharacterString.getTypeId() [all …]
|
D | useful.py | 31 typeId = char.GraphicString.getTypeId() 169 typeId = char.VideotexString.getTypeId() 186 typeId = char.VideotexString.getTypeId()
|
/external/google-fruit/include/fruit/impl/component_storage/ |
D | component_storage_entry.defn.h | 108 return fruit::impl::getTypeId<Component (*)(Args...)>(); in getFunTypeId() 116 result.type_id = getTypeId<Component (*)(Args...)>(); in create() 134 result.type_id = getTypeId<Component (*)(Args...)>(); in createReplacedComponentEntry() 146 result.type_id = getTypeId<Component (*)(Args...)>(); in createReplacementComponentEntry() 180 result.type_id = getTypeId<Component (*)()>(); in create() 198 result.type_id = getTypeId<Component (*)()>(); in createReplacedComponentEntry() 210 result.type_id = getTypeId<Component (*)()>(); in createReplacementComponentEntry()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeArray.cpp | 32 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump() 57 Session.getSymbolCache().getNativeSymbolById(getTypeId()); in getCount() 61 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId() function in NativeTypeArray
|
D | NativeSymbolEnumerator.cpp | 38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 58 SymIndexId NativeSymbolEnumerator::getTypeId() const { in getTypeId() function in NativeSymbolEnumerator 59 return Parent.getTypeId(); in getTypeId()
|
D | NativeTypeTypedef.cpp | 19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 27 SymIndexId NativeTypeTypedef::getTypeId() const { in getTypeId() function in NativeTypeTypedef
|
D | NativeTypeFunctionSig.cpp | 37 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 41 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId() function in __anon2733a3160111::NativeTypeFunctionArg 120 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 160 SymIndexId NativeTypeFunctionSig::getTypeId() const { in getTypeId() function in NativeTypeFunctionSig
|
D | NativeTypeEnum.cpp | 139 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 340 SymIndexId NativeTypeEnum::getTypeId() const { in getTypeId() function in NativeTypeEnum 342 return UnmodifiedType->getTypeId(); in getTypeId() 380 getTypeId()); in getUnderlyingBuiltinType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeArray.cpp | 32 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump() 57 Session.getSymbolCache().getNativeSymbolById(getTypeId()); in getCount() 61 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId() function in NativeTypeArray
|
D | NativeTypeTypedef.cpp | 19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 25 SymIndexId NativeTypeTypedef::getTypeId() const { in getTypeId() function in NativeTypeTypedef
|
D | NativeSymbolEnumerator.cpp | 38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 56 SymIndexId NativeSymbolEnumerator::getTypeId() const { in getTypeId() function in NativeSymbolEnumerator 57 return Parent.getTypeId(); in getTypeId()
|
D | NativeTypeFunctionSig.cpp | 37 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 41 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId() function in __anon1dcc878a0111::NativeTypeFunctionArg 120 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 160 SymIndexId NativeTypeFunctionSig::getTypeId() const { in getTypeId() function in NativeTypeFunctionSig
|
D | NativeTypeEnum.cpp | 139 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 340 SymIndexId NativeTypeEnum::getTypeId() const { in getTypeId() function in NativeTypeEnum 342 return UnmodifiedType->getTypeId(); in getTypeId() 380 getTypeId()); in getUnderlyingBuiltinType()
|
/external/google-fruit/include/fruit/impl/injector/ |
D | injector_storage.defn.h | 248 return lazyGetPtr(getTypeId<AnnotatedC>()); 257 FruitAssert(bindings.find(getTypeId<AnnotatedC>()) == Graph::const_node_iterator(itr)); 274 const void* p = unsafeGetPtr(getTypeId<AnnotatedC>()); 294 void* p = getMultibindings(getTypeId<AnnotatedC>()); 323 TypeId type = getTypeId<AnnotatedC>(); 376 result.type_id = getTypeId<AnnotatedI>(); 395 result.type_id = getTypeId<AnnotatedI>(); 409 result.type_id = getTypeId<AnnotatedC>(); 422 result.type_id = getTypeId<AnnotatedC>(); 465 …InjectorStorage::fatal("attempting to get an instance for the type " + std::string(getTypeId<Annot… [all …]
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.cpp | 46 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex() 53 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext() 74 return Session.getSymbolById(getTypeId()); in getReturnType()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 191 Id getTypeId(Id resultId) const { return module.getTypeId(resultId); } in getTypeId() function 196 int getNumComponents(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); } in getNumComponents() 206 bool isPointer(Id resultId) const { return isPointerType(getTypeId(resultId)); } in isPointer() 207 bool isScalar(Id resultId) const { return isScalarType(getTypeId(resultId)); } in isScalar() 208 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId)); } in isVector() 209 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix() 210 …bool isCooperativeMatrix(Id resultId)const { return isCooperativeMatrixType(getTypeId(resultId)); } in isCooperativeMatrix() 211 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() 212 bool isSampledImage(Id resultId) const { return isSampledImageType(getTypeId(resultId)); } in isSampledImage() 249 …StorageClass getStorageClass(Id resultId) const { return getTypeStorageClass(getTypeId(resultId));… in getStorageClass() [all …]
|
D | SpvPostProcess.cpp | 238 Id typeId = base->getTypeId(); in postProcess() 312 if (inst.getTypeId() != NoType) in postProcess() 313 postProcessType(inst, inst.getTypeId()); in postProcess() 318 if (getTypeId(inst.getIdOperand(op)) != NoType) in postProcess() 319 postProcessType(inst, getTypeId(inst.getIdOperand(op))); in postProcess()
|
D | spvIR.h | 148 Id getTypeId() const { return typeId; } in getTypeId() function 339 Id getParamType(int p) const { return parameterInstructions[p]->getTypeId(); } in getParamType() 355 Id getReturnType() const { return functionInstruction.getTypeId(); } in getReturnType() 431 spv::Id getTypeId(Id resultId) const { in getTypeId() function 432 … return idToInstruction[resultId] == nullptr ? NoType : idToInstruction[resultId]->getTypeId(); in getTypeId()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvBuilder.h | 191 Id getTypeId(Id resultId) const { return module.getTypeId(resultId); } in getTypeId() function 196 int getNumComponents(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); } in getNumComponents() 206 bool isPointer(Id resultId) const { return isPointerType(getTypeId(resultId)); } in isPointer() 207 bool isScalar(Id resultId) const { return isScalarType(getTypeId(resultId)); } in isScalar() 208 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId)); } in isVector() 209 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix() 210 …bool isCooperativeMatrix(Id resultId)const { return isCooperativeMatrixType(getTypeId(resultId)); } in isCooperativeMatrix() 211 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() 212 bool isSampledImage(Id resultId) const { return isSampledImageType(getTypeId(resultId)); } in isSampledImage() 249 …StorageClass getStorageClass(Id resultId) const { return getTypeStorageClass(getTypeId(resultId));… in getStorageClass() [all …]
|
D | spvIR.h | 148 Id getTypeId() const { return typeId; } in getTypeId() function 339 Id getParamType(int p) const { return parameterInstructions[p]->getTypeId(); } in getParamType() 355 Id getReturnType() const { return functionInstruction.getTypeId(); } in getReturnType() 431 spv::Id getTypeId(Id resultId) const { in getTypeId() function 432 … return idToInstruction[resultId] == nullptr ? NoType : idToInstruction[resultId]->getTypeId(); in getTypeId()
|
D | SpvPostProcess.cpp | 238 Id typeId = base->getTypeId(); in postProcess() 312 if (inst.getTypeId() != NoType) in postProcess() 313 postProcessType(inst, inst.getTypeId()); in postProcess() 318 if (getTypeId(inst.getIdOperand(op)) != NoType) in postProcess() 319 postProcessType(inst, getTypeId(inst.getIdOperand(op))); in postProcess()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.cpp | 46 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex() 53 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.cpp | 46 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex() 53 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
|
/external/llvm/tools/llvm-pdbdump/ |
D | TypedefDumper.cpp | 32 uint32_t TargetId = Symbol.getTypeId(); in start() 56 uint32_t PointeeId = Symbol.getTypeId(); in dump()
|
D | FunctionDumper.cpp | 198 uint32_t ElementTypeId = Symbol.getTypeId(); in dump() 222 uint32_t TypeId = Symbol.getTypeId(); in dump() 235 uint32_t PointeeId = Symbol.getTypeId(); in dump()
|