Home
last modified time | relevance | path

Searched refs:typeInfo (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm-project/flang/runtime/
Dderived.cpp15 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 …]
Ddescriptor.h30 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 …]
Dderived.h12 namespace Fortran::runtime::typeInfo {
18 void Destroy(const Descriptor &, bool finalize, const typeInfo::DerivedType &);
Dallocatable.h16 namespace Fortran::runtime::typeInfo {
36 Descriptor &, const typeInfo::DerivedType &, int rank = 0, int corank = 0);
Ddescriptor.cpp59 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()
Dtype-info.h20 namespace Fortran::runtime::typeInfo {
Dallocatable.cpp32 const typeInfo::DerivedType &derivedType, int rank, int corank) { in RTNAME()
Dtransformational.cpp93 const typeInfo::DerivedType *sourceDerivedType{ in RESHAPE()
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs67 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/
DResourceIdGenerator.java11 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/
DCustomOptions.cs278 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/
DUniform.cpp43 : 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 =()
DUniform.h65 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/
DInstrumentingClassWriter.java36 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/
DAtomicFUTransformer.kt115 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/
DStackMap.java195 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/
Dinjector_storage.cpp111 void* InjectorStorage::getMultibindings(TypeId typeInfo) { in getMultibindings() argument
112 NormalizedMultibindingSet* multibinding_set = getNormalizedMultibindingSet(typeInfo); in getMultibindings()
/external/llvm-project/llvm/bindings/go/llvm/
Dir_test.go112 typeInfo := d.CreateSubroutineType(DISubroutineType{
122 Type: typeInfo,
/external/doclava/src/com/google/doclava/apicheck/
DApiFile.java172 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()
DXmlApiFile.java121 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ; in startElement() local
122 mCurrentClass.setTypeInfo(typeInfo); in startElement()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp153 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/
DProgramVk.cpp429 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/
DClassInfo.java61 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/
DProgramD3D.cpp289 : 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/
DDialect.h200 void addType(TypeID typeID, AbstractType &&typeInfo);

12