Searched refs:CheckRemainderOperands (Results 1 - 2 of 2) 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);
/external/clang/include/clang/Sema/
H A DSema.h7745 QualType CheckRemainderOperands( // C99 6.5.5

Completed in 164 milliseconds