Searched defs:CheckRemainderOperands (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp6987 QualType Sema::CheckRemainderOperands( function in class:Sema
9359 ResultTy = CheckRemainderOperands(LHS, RHS, OpLoc);
9400 CompResultTy = CheckRemainderOperands(LHS, RHS, OpLoc, true);

Completed in 1113 milliseconds