Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7099 QualType Sema::CheckRemainderOperands( in CheckRemainderOperands() function in Sema
9541 ResultTy = CheckRemainderOperands(LHS, RHS, OpLoc); in CreateBuiltinBinOp()
9582 CompResultTy = CheckRemainderOperands(LHS, RHS, OpLoc, true); in CreateBuiltinBinOp()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8038 QualType CheckRemainderOperands( // C99 6.5.5