Searched refs:resultTy (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleSValBuilder.cpp | 37 NonLoc lhs, NonLoc rhs, QualType resultTy) override; 39 Loc lhs, Loc rhs, QualType resultTy) override; 41 Loc lhs, NonLoc rhs, QualType resultTy) override; 48 const llvm::APSInt &RHS, QualType resultTy); 212 QualType resultTy) { in MakeSymIntVal() argument 223 return makeIntVal(0, resultTy); in MakeSymIntVal() 241 return makeIntVal(0, resultTy); in MakeSymIntVal() 255 return makeIntVal(0, resultTy); in MakeSymIntVal() 264 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS); in MakeSymIntVal() 274 return evalCastFromNonLoc(nonloc::SymbolVal(LHS), resultTy); in MakeSymIntVal() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SValBuilder.h | 99 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0; 104 Loc lhs, Loc rhs, QualType resultTy) = 0; 110 Loc lhs, NonLoc rhs, QualType resultTy) = 0; 118 NonLoc lhs, NonLoc rhs, QualType resultTy);
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2211 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl() local 2216 QualType modifiedTy = resultTy; in ProcessPropertyDecl() 2219 resultTy = Context.getAttributedType(AttributedType::attr_nonnull, in ProcessPropertyDecl() 2226 resultTy, nullptr, CD, in ProcessPropertyDecl()
|
D | SemaOverload.cpp | 1528 QualType resultTy; in IsStandardConversion() local 1531 S.ExtractUnqualifiedFunctionType(ToType), resultTy)) in IsStandardConversion()
|
/external/clang/lib/AST/ |
D | Type.cpp | 1106 QualType resultTy = ctx.getObjCObjectType(obj->getBaseType(), in substObjCTypeArgs() local 1112 resultTy = ctx.getObjCObjectPointerType(resultTy); in substObjCTypeArgs() 1113 return ctx.getQualifiedType(resultTy, splitType.Quals); in substObjCTypeArgs()
|