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

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

Completed in 65 milliseconds