Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11524 QualType Sema::CheckRemainderOperands( in CheckRemainderOperands() function in Sema
15704 ResultTy = CheckRemainderOperands(LHS, RHS, OpLoc); in CreateBuiltinBinOp()
15758 CompResultTy = CheckRemainderOperands(LHS, RHS, OpLoc, true); in CreateBuiltinBinOp()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12945 QualType CheckRemainderOperands( // C99 6.5.5