HomeSort by relevance Sort by last modified time
    Searched refs:resultTy (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ObjCMessage.cpp 22 QualType resultTy;
26 resultTy = Msg.getResultType(ctx);
29 resultTy = Ctor->getType();
36 resultTy = FD->getResultType();
38 resultTy = FunctionCall->getType();
42 resultTy = ctx.getPointerType(resultTy);
44 return resultTy;
SimpleSValBuilder.cpp 36 NonLoc lhs, NonLoc rhs, QualType resultTy);
38 Loc lhs, Loc rhs, QualType resultTy);
40 Loc lhs, NonLoc rhs, QualType resultTy);
47 const llvm::APSInt &RHS, QualType resultTy);
210 QualType resultTy) {
221 return makeIntVal(0, resultTy);
239 return makeIntVal(0, resultTy);
253 return makeIntVal(0, resultTy);
262 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
272 return evalCastFromNonLoc(nonloc::SymbolVal(LHS), resultTy);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 93 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
98 Loc lhs, Loc rhs, QualType resultTy) = 0;
104 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
115 NonLoc lhs, NonLoc rhs, QualType resultTy);
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 256 milliseconds