/external/llvm-project/flang/runtime/ |
D | derived.cpp | 15 static const typeInfo::SpecialBinding *FindFinal( in FindFinal() 16 const typeInfo::DerivedType &derived, int rank) { in FindFinal() 17 const typeInfo::SpecialBinding *elemental{nullptr}; in FindFinal() 22 *specialDesc.ZeroBasedIndexedElement<typeInfo::SpecialBinding>(j)}; in FindFinal() 24 case typeInfo::SpecialBinding::Which::Final: in FindFinal() 29 case typeInfo::SpecialBinding::Which::ElementalFinal: in FindFinal() 32 case typeInfo::SpecialBinding::Which::AssumedRankFinal: in FindFinal() 41 const Descriptor &descriptor, const typeInfo::DerivedType &derived) { in CallFinalSubroutine() 43 if (special->which == typeInfo::SpecialBinding::Which::ElementalFinal) { in CallFinalSubroutine() 63 const typeInfo::Value &value, const Descriptor &descriptor) { in GetValue() [all …]
|
D | descriptor.h | 30 namespace Fortran::runtime::typeInfo { 81 const typeInfo::DerivedType *dt = nullptr, std::uint64_t flags = 0) 84 const typeInfo::DerivedType *derivedType() const { return derivedType_; } in derivedType() 85 DescriptorAddendum &set_derivedType(const typeInfo::DerivedType *dt) { in set_derivedType() 94 typeInfo::TypeParameterValue LenParameterValue(int which) const { in LenParameterValue() 98 return sizeof(DescriptorAddendum) - sizeof(typeInfo::TypeParameterValue) + in SizeInBytes() 99 lenParameters * sizeof(typeInfo::TypeParameterValue); in SizeInBytes() 103 void SetLenParameterValue(int which, typeInfo::TypeParameterValue x) { in SetLenParameterValue() 110 const typeInfo::DerivedType *derivedType_; 112 typeInfo::TypeParameterValue len_[1]; // must be the last component [all …]
|
D | derived.h | 12 namespace Fortran::runtime::typeInfo { 18 void Destroy(const Descriptor &, bool finalize, const typeInfo::DerivedType &);
|
D | allocatable.h | 16 namespace Fortran::runtime::typeInfo { 36 Descriptor &, const typeInfo::DerivedType &, int rank = 0, int corank = 0);
|
D | descriptor.cpp | 59 void Descriptor::Establish(const typeInfo::DerivedType &dt, void *p, int rank, in Establish() 92 OwningPtr<Descriptor> Descriptor::Create(const typeInfo::DerivedType &dt, in Create() 149 if (const typeInfo::DerivedType * dt{addendum->derivedType()}) { in Destroy()
|
D | type-info.h | 20 namespace Fortran::runtime::typeInfo {
|
D | allocatable.cpp | 32 const typeInfo::DerivedType &derivedType, int rank, int corank) { in RTNAME()
|
D | transformational.cpp | 93 const typeInfo::DerivedType *sourceDerivedType{ in RESHAPE()
|
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | TypeExtensions.cs | 67 var typeInfo = target.GetTypeInfo(); in GetProperty() 68 var ret = typeInfo.GetDeclaredProperty(name); in GetProperty() 73 target = typeInfo.BaseType; in GetProperty() 94 var typeInfo = target.GetTypeInfo(); in GetMethod() 95 var ret = typeInfo.GetDeclaredMethod(name); in GetMethod() 100 target = typeInfo.BaseType; in GetMethod()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/ |
D | ResourceIdGenerator.java | 11 private final Map<String, TypeTracker> typeInfo = new HashMap<>(); field in ResourceIdGenerator 40 TypeTracker typeTracker = typeInfo.get(type); in record() 43 typeInfo.put(type, typeTracker); in record() 49 TypeTracker typeTracker = typeInfo.get(type); in generate() 52 typeInfo.put(type, typeTracker); in generate() 59 for (TypeTracker typeTracker : typeInfo.values()) { in getNextFreeTypeIdentifier()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | CustomOptions.cs | 278 var typeInfo = type.GetTypeInfo(); in TryGetPrimitiveValue() 279 var typeArgs = typeInfo.GenericTypeArguments; in TryGetPrimitiveValue() 282 …if ((bool)typeInfo.GetDeclaredProperty(nameof(ExtensionValue<T>.HasValue)).GetValue(extensionValue… in TryGetPrimitiveValue() 284 …value = (T)typeInfo.GetDeclaredMethod(nameof(ExtensionValue<T>.GetValue)).Invoke(extensionValue, E… in TryGetPrimitiveValue() 291 var typeInfo = type.GetTypeInfo(); in TryGetPrimitiveValue() 292 var typeArgs = typeInfo.GenericTypeArguments; in TryGetPrimitiveValue() 295 …var values = (IList)typeInfo.GetDeclaredMethod(nameof(RepeatedExtensionValue<T>.GetValue)).Invoke(… in TryGetPrimitiveValue()
|
/external/angle/src/libANGLE/ |
D | Uniform.cpp | 43 : typeInfo(nullptr), bufferIndex(-1), blockInfo(sh::kDefaultBlockMemberInfo) in LinkedUniform() 55 : typeInfo(&GetUniformTypeInfo(typeIn)), bufferIndex(bufferIndexIn), blockInfo(blockInfoIn) in LinkedUniform() 70 typeInfo(&GetUniformTypeInfo(type)), in LinkedUniform() 81 typeInfo(uniform.typeInfo), in LinkedUniform() 91 typeInfo = uniform.typeInfo; in operator =()
|
D | Uniform.h | 65 bool isSampler() const { return typeInfo->isSampler; } in isSampler() 66 bool isImage() const { return typeInfo->isImageType; } in isImage() 70 size_t getElementSize() const { return typeInfo->externalSize; } in getElementSize() 71 size_t getElementComponents() const { return typeInfo->componentCount; } in getElementComponents() 73 const UniformTypeInfo *typeInfo; member
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | InstrumentingClassWriter.java | 36 ClassNode info1 = typeInfo(type1); in getCommonSuperClass() 37 ClassNode info2 = typeInfo(type2); in getCommonSuperClass() 89 info = typeInfo(type); in typeAncestors() 104 if (typeImplements(itf1, typeInfo(itf1), itf)) { in typeImplements() 109 info = typeInfo(type); in typeImplements() 114 private ClassNode typeInfo(final String type) throws ClassNotFoundException { in typeInfo() method in InstrumentingClassWriter
|
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/ |
D | AtomicFUTransformer.kt | 115 val typeInfo = AFU_CLASSES.getValue(fieldType.internalName) in toString() constant in kotlinx.atomicfu.transformer.FieldInfo 116 val fuType = typeInfo.fuType in toString() 117 val isArray = typeInfo.originalType.sort == ARRAY in toString() 135 …fun getPrimitiveType(vh: Boolean): Type = if (vh) typeInfo.originalType else typeInfo.transformedT… in toString() 634 val typeInfo = if (onArrayElement) f.typeInfo else AFU_CLASSES.getValue(iv.owner) in fixupInvokeVirtual() constant 661 if (f.typeInfo.originalType != f.typeInfo.transformedType && !vh) { in fixupInvokeVirtual() 662 val ret = f.typeInfo.transformedType.elementType in fixupInvokeVirtual() 698 vhOperation(iv, typeInfo, f) in fixupInvokeVirtual() 700 fuOperation(iv, typeInfo, f) in fixupInvokeVirtual() 725 private fun vhOperation(iv: MethodInsnNode, typeInfo: TypeInfo, f: FieldInfo) { in vhOperation() [all …]
|
/external/javassist/src/main/javassist/bytecode/ |
D | StackMap.java | 195 typeInfo(pos, tag); in typeInfoArray2() 207 public void typeInfo(int pos, byte tag) {} in typeInfo() method in StackMap.Walker 254 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.Copier 331 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.SimpleCopy 506 typeInfo(pos, tag); in stackTypeInfoArray()
|
/external/google-fruit/src/ |
D | injector_storage.cpp | 111 void* InjectorStorage::getMultibindings(TypeId typeInfo) { in getMultibindings() argument 112 NormalizedMultibindingSet* multibinding_set = getNormalizedMultibindingSet(typeInfo); in getMultibindings()
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir_test.go | 112 typeInfo := d.CreateSubroutineType(DISubroutineType{ 122 Type: typeInfo,
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | ApiFile.java | 172 final TypeInfo typeInfo = Converter.obtainTypeFromString(qname); in parseClass() local 179 fin, false/*isIncluded*/, simpleTypeInfo.qualifiedTypeName(), typeInfo.qualifiedTypeName(), in parseClass() 181 cl.setTypeInfo(typeInfo); in parseClass() 568 TypeInfo typeInfo = Converter.obtainTypeFromString(type); in parseParameterList() local 569 if (typeParameters.contains(typeInfo.qualifiedTypeName())) { in parseParameterList() 570 typeInfo.setIsTypeVariable(true); in parseParameterList() 573 typeInfo, in parseParameterList()
|
D | XmlApiFile.java | 121 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ; in startElement() local 122 mCurrentClass.setTypeInfo(typeInfo); in startElement()
|
/external/pdfium/fxbarcode/qrcode/ |
D | BC_QRCoderMatrixUtil.cpp | 153 int32_t typeInfo = (ecLevel->GetBits() << 3) | maskPattern; in MakeTypeInfoBits() local 154 bits->AppendBits(typeInfo, 5); in MakeTypeInfoBits() 155 int32_t bchCode = CalculateBCHCode(typeInfo, TYPE_INFO_POLY); in MakeTypeInfoBits()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.cpp | 429 if (linkedUniform.typeInfo->type == entryPointType) in setUniformImpl() 442 const GLint componentCount = linkedUniform.typeInfo->componentCount; in setUniformImpl() 461 const GLint componentCount = linkedUniform.typeInfo->componentCount; in setUniformImpl() 463 ASSERT(linkedUniform.typeInfo->type == gl::VariableBoolVectorType(entryPointType)); in setUniformImpl() 499 ASSERT(linkedUniform.typeInfo->componentType == entryPointType || in getUniformImpl() 500 linkedUniform.typeInfo->componentType == gl::VariableBoolVectorType(entryPointType)); in getUniformImpl() 510 ReadFromDefaultUniformBlock(linkedUniform.typeInfo->componentCount, locationInfo.arrayIndex, in getUniformImpl()
|
/external/doclava/src/com/google/doclava/ |
D | ClassInfo.java | 61 public TypeInfo typeInfo() { in typeInfo() method in ClassInfo.ClassTypePair 66 return TypeInfo.getTypeArgumentMapping(classInfo(), typeInfo()); in getTypeArgumentMapping() 145 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, in init() argument 152 mTypeInfo = typeInfo; in init() 441 if (!visited.contains(ctp.typeInfo().fullName())) { in allInterfacesWithTypes() 443 visited.add(ctp.typeInfo().fullName()); in allInterfacesWithTypes() 1346 ctp.typeInfo().makeQualifiedHDF(data, "class.inheritance." + i + ".class"); in makeHDF() 1347 ctp.typeInfo().makeHDF(data, "class.inheritance." + i + ".short_class"); in makeHDF() 1350 t.typeInfo().makeHDF(data, "class.inheritance." + i + ".interfaces." + j); in makeHDF() 2400 public void setTypeInfo(TypeInfo typeInfo) { in setTypeInfo() argument [all …]
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 289 : typeInfo(gl::GetUniformTypeInfo(type)), in D3DUniform() 305 registerCount = typeInfo.rowCount * getArraySizeProduct(); 326 return firstNonNullData() + (elementIndex > 0 ? (typeInfo.internalSize * elementIndex) : 0u); in getDataPtrToElement() 331 return typeInfo.isSampler; in isSampler() 336 return typeInfo.isImageType; in isImage() 341 return gl::IsImage2DType(typeInfo.type); in isImage2D() 2672 const int components = targetUniform->typeInfo.componentCount; in setUniformImpl() 2676 if (targetUniform->typeInfo.type == uniformType) in setUniformImpl() 2697 ASSERT(targetUniform->typeInfo.type == gl::VariableBoolVectorType(uniformType)); in setUniformImpl() 2719 if (targetUniform->typeInfo.isSampler) in setUniformInternal() [all …]
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Dialect.h | 200 void addType(TypeID typeID, AbstractType &&typeInfo);
|