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

  /external/clang/lib/StaticAnalyzer/Core/
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) {
223 return makeIntVal(0, resultTy);
241 return makeIntVal(0, resultTy);
255 return makeIntVal(0, resultTy);
264 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
274 return evalCastFromNonLoc(nonloc::SymbolVal(LHS), resultTy);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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/CodeGen/
CGAtomic.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 142 milliseconds