Searched defs:CheckAdditionOperands (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp7254 QualType Sema::CheckAdditionOperands( // C99 6.5.6 function in class:Sema
9362 ResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc);
9406 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy);

Completed in 131 milliseconds