Searched refs:resultTy (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp37 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);
183 MakeSymIntVal(const SymExpr *LHS, BinaryOperator::Opcode op, const llvm::APSInt &RHS, QualType resultTy) argument
278 evalBinOpNN(ProgramStateRef state, BinaryOperator::Opcode op, NonLoc lhs, NonLoc rhs, QualType resultTy) argument
510 evalBinOpFieldRegionFieldRegion(const FieldRegion *LeftFR, const FieldRegion *RightFR, BinaryOperator::Opcode op, QualType resultTy, SimpleSValBuilder &SVB) argument
558 evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op, Loc lhs, Loc rhs, QualType resultTy) argument
837 evalBinOpLN(ProgramStateRef state, BinaryOperator::Opcode op, Loc lhs, NonLoc rhs, QualType resultTy) argument
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h94 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/
H A DCGAtomic.cpp786 llvm::Type *resultTy = CGM.getTypes().ConvertTypeForMem(valueType); local
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);
/external/clang/lib/Sema/
H A DSemaOverload.cpp1441 QualType resultTy; local
1444 S.ExtractUnqualifiedFunctionType(ToType), resultTy))

Completed in 486 milliseconds