Searched refs:CheckRemainderOperands (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 8068 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/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 10206 QualType Sema::CheckRemainderOperands( in CheckRemainderOperands() function in Sema 13944 ResultTy = CheckRemainderOperands(LHS, RHS, OpLoc); in CreateBuiltinBinOp() 13997 CompResultTy = CheckRemainderOperands(LHS, RHS, OpLoc, true); in CreateBuiltinBinOp()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8764 QualType CheckRemainderOperands( // C99 6.5.5
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 11360 QualType CheckRemainderOperands( // C99 6.5.5
|