Home
last modified time | relevance | path

Searched refs:CheckAdditionOperands (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp7681 QualType Sema::CheckAdditionOperands( // C99 6.5.6 in CheckAdditionOperands() function in Sema
10051 ResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc); in CreateBuiltinBinOp()
10095 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy); in CreateBuiltinBinOp()
/external/clang/include/clang/Sema/
DSema.h7976 QualType CheckAdditionOperands( // C99 6.5.6