Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp8068 QualType Sema::CheckRemainderOperands( in CheckRemainderOperands() function in Sema
10867 ResultTy = CheckRemainderOperands(LHS, RHS, OpLoc); in CreateBuiltinBinOp()
10908 CompResultTy = CheckRemainderOperands(LHS, RHS, OpLoc, true); in CreateBuiltinBinOp()
/external/clang/include/clang/Sema/
DSema.h8764 QualType CheckRemainderOperands( // C99 6.5.5