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);
39 Loc lhs, Loc rhs, QualType resultTy);
41 Loc lhs, NonLoc rhs, QualType resultTy);
48 const llvm::APSInt &RHS, QualType resultTy);
213 QualType resultTy) {
224 return makeIntVal(0, resultTy);
242 return makeIntVal(0, resultTy);
256 return makeIntVal(0, resultTy);
265 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
275 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;
112 NonLoc lhs, NonLoc rhs, QualType resultTy);
  /external/clang/lib/CodeGen/
CGAtomic.cpp 728 llvm::Type *resultTy = CGM.getTypes().ConvertTypeForMem(valueType);
729 if (isa<llvm::IntegerType>(resultTy)) {
730 assert(result->getType() == resultTy);
732 } else if (isa<llvm::PointerType>(resultTy)) {
733 result = Builder.CreateIntToPtr(result, resultTy);
735 result = Builder.CreateBitCast(result, resultTy);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 90 milliseconds