Home
last modified time | relevance | path

Searched defs:baseType (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DType.cpp45 const llvm::Record *baseType = def; in getBuilderCall() local
/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve104.f9029 type baseType(baseParam) type
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertType.cpp144 mlir::Type baseType; in genExprType() local
H A DConvertExpr.cpp1951 mlir::Type baseType = in genCoordinateOp() local
6124 mlir::Type baseType = fir::unwrapRefType(base.getType()); in genOptionalArrayFetch() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1905 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit()
2052 QualType &baseType, in emitArrayLength()
2120 llvm::Type *baseType = ConvertType(eltType); in emitArrayLength() local
H A DCGExprConstant.cpp2271 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
2310 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
2326 llvm::Type *baseType, in EmitNullConstantForBase()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp611 QualType baseType = Context.getBaseType(); in ProcessCodeCompleteResults() local
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp1601 ParsedType baseType, in parseObjCTypeArgsOrProtocolQualifiers()
1781 ParsedType baseType, in parseObjCTypeArgsAndProtocolQualifiers()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp785 SPIRVTypeConverter &typeConverter, MemRefType baseType, Value basePtr, in getElementPtr()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp812 QualType baseType(splitBaseType.Ty, 0); in stripObjCKindOfTypeAndQuals() local
1195 QualType baseType = recurse(T->getBaseType()); in VisitObjCObjectType() local
1473 QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx); in VisitObjCObjectType() local
H A DASTContext.cpp3009 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { in getExtQualType() argument
5251 QualType baseType, in getObjCObjectType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp298 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
H A DSemaDeclObjC.cpp1414 ParsedType baseType, in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaDecl.cpp13665 QualType baseType = Context.getBaseElementType(type); in CheckCompleteVariableDeclaration() local
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp2372 MemRefType baseType = getSourceType(); in verify() local
2725 auto baseType = getOperand(0).getType().cast<MemRefType>(); in verify() local
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp1040 mlir::Type baseType = load.getMemref().getType(); in allocateArrayTemp() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp1975 const std::optional<DynamicType> &baseType, const Symbol &component) { in GetBindingResolution()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6485 QualType baseType = Record.readQualType(); in readTypeRecord() local