Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7379 QualType Sema::CheckAdditionOperands( // C99 6.5.6 in CheckAdditionOperands() function in Sema
9544 ResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc); in CreateBuiltinBinOp()
9588 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy); in CreateBuiltinBinOp()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8041 QualType CheckAdditionOperands( // C99 6.5.6