Searched refs:varType (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/OpenACC/ |
| H A D | CIROpenACCTypeInterfaces.h | 30 mlir::Type varType) const;
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdVariantChecker.cpp | 100 getNthTemplateTypeArgFromVariant(const Type *varType, unsigned i) { in getNthTemplateTypeArgFromVariant() argument 102 getTemplateArgsFromVariant(varType); in getNthTemplateTypeArgFromVariant()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/OpenACC/ |
| H A D | CIROpenACCTypeInterfaces.cpp | 45 mlir::Type varType) const { in getPointeeTypeCategory()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 1343 QualType varType = varDecl->getType(); in ProcessAutomaticObjDtor() local 1351 if (varType->isReferenceType()) { in ProcessAutomaticObjDtor() 1361 varType = cast<TypedValueRegion>(Region)->getValueType(); in ProcessAutomaticObjDtor() 1365 if (isa<ArrayType>(varType)) { in ProcessAutomaticObjDtor() 1368 state, Region, varType, LCtx, &ElementCount); in ProcessAutomaticObjDtor() 1390 Region = makeElementRegion(state, loc::MemRegionVal(Region), varType, in ProcessAutomaticObjDtor() 1406 VisitCXXDestructor(varType, Region, Dtor.getTriggerStmt(), in ProcessAutomaticObjDtor()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.cpp | 997 QualType varType = vd->getType(); in isVarDeclStrongDefinition() local 998 if (astContext.isAlignmentRequired(varType)) in isVarDeclStrongDefinition() 1001 if (const auto *rt = varType->getAs<RecordType>()) { in isVarDeclStrongDefinition()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 3004 llvm::Type *varType = CGF.ConvertType(var->getType()); in emitArgumentDemotion() local 3008 if (value->getType() == varType) in emitArgumentDemotion() 3011 assert((varType->isIntegerTy() || varType->isFloatingPointTy()) && in emitArgumentDemotion() 3014 if (isa<llvm::IntegerType>(varType)) in emitArgumentDemotion() 3015 return CGF.Builder.CreateTrunc(value, varType, "arg.unpromote"); in emitArgumentDemotion() 3017 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote"); in emitArgumentDemotion()
|
| H A D | CGBlocks.cpp | 2007 QualType varType = CI.getVariable()->getType(); in GenerateCopyHelperFunction() local 2008 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction() 2009 MakeAddrLValue(srcField, varType)); in GenerateCopyHelperFunction()
|