HomeSort by relevance Sort by last modified time
    Searched refs:resultTy (Results 1 - 13 of 13) 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 99 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
104 Loc lhs, Loc rhs, QualType resultTy) = 0;
110 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
118 NonLoc lhs, NonLoc rhs, QualType resultTy);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 99 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
104 Loc lhs, Loc rhs, QualType resultTy) = 0;
110 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
118 NonLoc lhs, NonLoc rhs, QualType resultTy);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 99 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
104 Loc lhs, Loc rhs, QualType resultTy) = 0;
110 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
118 NonLoc lhs, NonLoc rhs, QualType resultTy);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 99 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
104 Loc lhs, Loc rhs, QualType resultTy) = 0;
110 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
118 NonLoc lhs, NonLoc rhs, QualType resultTy);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 99 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
104 Loc lhs, Loc rhs, QualType resultTy) = 0;
110 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
118 NonLoc lhs, NonLoc rhs, QualType resultTy);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 99 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
104 Loc lhs, Loc rhs, QualType resultTy) = 0;
110 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
118 NonLoc lhs, NonLoc rhs, QualType resultTy);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 99 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
104 Loc lhs, Loc rhs, QualType resultTy) = 0;
110 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
118 NonLoc lhs, NonLoc rhs, QualType resultTy);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 99 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
104 Loc lhs, Loc rhs, QualType resultTy) = 0;
110 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
118 NonLoc lhs, NonLoc rhs, QualType resultTy);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 99 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
104 Loc lhs, Loc rhs, QualType resultTy) = 0;
110 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
118 NonLoc lhs, NonLoc rhs, QualType resultTy);
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]

Completed in 281 milliseconds