Home
last modified time | relevance | path

Searched refs:resultTy (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp34 NonLoc lhs, NonLoc rhs, QualType resultTy) override;
36 Loc lhs, Loc rhs, QualType resultTy) override;
38 Loc lhs, NonLoc rhs, QualType resultTy) override;
49 const llvm::APSInt &RHS, QualType resultTy);
88 QualType resultTy) { in MakeSymIntVal() argument
99 return makeIntVal(0, resultTy); in MakeSymIntVal()
117 return makeIntVal(0, resultTy); in MakeSymIntVal()
131 return makeIntVal(0, resultTy); in MakeSymIntVal()
140 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS); in MakeSymIntVal()
150 return evalCast(nonloc::SymbolVal(LHS), resultTy, QualType{}); in MakeSymIntVal()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h132 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
137 Loc lhs, Loc rhs, QualType resultTy) = 0;
143 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
156 NonLoc lhs, NonLoc rhs, QualType resultTy);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2477 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl() local
2482 QualType modifiedTy = resultTy; in ProcessPropertyDecl()
2485 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl()
2491 Context, Loc, Loc, property->getGetterName(), resultTy, nullptr, CD, in ProcessPropertyDecl()
H A DSemaOverload.cpp1723 QualType resultTy; in IsStandardConversion() local
1726 S.ExtractUnqualifiedFunctionType(ToType), resultTy)) in IsStandardConversion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1297 QualType resultTy = Ctx.getObjCObjectType( in VisitObjCTypeParamType() local
1302 return Ctx.getObjCObjectPointerType(resultTy); in VisitObjCTypeParamType()