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);
186 QualType resultTy) {
197 return makeIntVal(0, resultTy);
215 return makeIntVal(0, resultTy);
229 return makeIntVal(0, resultTy);
238 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
248 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 786 llvm::Type *resultTy = CGM.getTypes().ConvertTypeForMem(valueType);
787 if (isa<llvm::IntegerType>(resultTy)) {
788 assert(result->getType() == resultTy);
790 } else if (isa<llvm::PointerType>(resultTy)) {
791 result = Builder.CreateIntToPtr(result, resultTy);
793 result = Builder.CreateBitCast(result, resultTy);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 83 milliseconds