Searched refs:resultTy (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 73 NonLoc lhs, NonLoc rhs, QualType resultTy) override; 75 Loc lhs, Loc rhs, QualType resultTy) override; 77 Loc lhs, NonLoc rhs, QualType resultTy) override; 97 const llvm::APSInt &RHS, QualType resultTy); 131 QualType resultTy) { in MakeSymIntVal() argument 142 return makeIntVal(0, resultTy); in MakeSymIntVal() 160 return makeIntVal(0, resultTy); in MakeSymIntVal() 174 return makeIntVal(0, resultTy); in MakeSymIntVal() 183 return nonloc::ConcreteInt(BasicVals.Convert(resultTy, RHS)); in MakeSymIntVal() 192 return evalCast(nonloc::SymbolVal(LHS), resultTy, QualType{}); in MakeSymIntVal() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRAttrs.cpp | 251 mlir::FailureOr<Type> resultTy; in parse() local 272 resultTy = type; in parse() 274 resultTy = FieldParser<Type>::parse(parser); in parse() 275 if (failed(resultTy)) { in parse() 285 resultTy = ta.getType(); in parse() 286 if (mlir::isa<mlir::NoneType>(*resultTy)) { in parse() 297 mlir::cast<cir::ArrayType>(resultTy.value()).getSize(); in parse() 313 parser.getCurrentLocation(), parser.getContext(), resultTy.value(), in parse()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 97 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0; 102 Loc lhs, Loc rhs, QualType resultTy) = 0; 108 Loc lhs, NonLoc rhs, QualType resultTy) = 0; 133 NonLoc lhs, NonLoc rhs, QualType resultTy);
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/ |
| H A D | CIRBaseBuilder.h | 207 cir::GetMemberOp createGetMember(mlir::Location loc, mlir::Type resultTy, in createGetMember() argument 210 return create<cir::GetMemberOp>(loc, resultTy, base, name, index); in createGetMember()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 762 const mlir::Type resultTy = tc->convertType(ptrStrideOp.getType()); in matchAndRewrite() local 812 ptrStrideOp, resultTy, elementTy, adaptor.getBase(), index); in matchAndRewrite() 856 mlir::Type resultTy = in matchAndRewrite() local 863 op, resultTy, elementTy, size, op.getAlignmentAttr().getInt()); in matchAndRewrite() 2577 mlir::Type resultTy = getTypeConverter()->convertType(op.getType()); in matchAndRewrite() local 2590 mlir::cast<mlir::IntegerType>(resultTy), in matchAndRewrite()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 2464 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl() local 2469 QualType modifiedTy = resultTy; in ProcessPropertyDecl() 2472 resultTy = Context.getAttributedType(NullabilityKind::NonNull, in ProcessPropertyDecl() 2478 Context, Loc, Loc, property->getGetterName(), resultTy, nullptr, CD, in ProcessPropertyDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1437 QualType resultTy = Ctx.getObjCObjectType( in VisitObjCTypeParamType() local 1442 return Ctx.getObjCObjectPointerType(resultTy); in VisitObjCTypeParamType()
|