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 | 94 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0; 99 Loc lhs, Loc rhs, QualType resultTy) = 0; 105 Loc lhs, NonLoc rhs, QualType resultTy) = 0; 113 NonLoc lhs, NonLoc rhs, QualType resultTy);
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2139 QualType resultTy = property->getType(); in ProcessPropertyDecl() local 2142 QualType modifiedTy = resultTy; in ProcessPropertyDecl() 2145 resultTy = Context.getAttributedType(AttributedType::attr_nonnull, in ProcessPropertyDecl() 2152 resultTy, nullptr, CD, in ProcessPropertyDecl()
|
D | SemaOverload.cpp | 1476 QualType resultTy; in IsStandardConversion() local 1479 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()
|