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

/external/clang/lib/Sema/
H A DSemaExpr.cpp6273 QualType Sema::CheckRemainderOperands( function in class:Sema
8451 ResultTy = CheckRemainderOperands(LHS, RHS, OpLoc);
8491 CompResultTy = CheckRemainderOperands(LHS, RHS, OpLoc, true);
/external/clang/include/clang/Sema/
H A DSema.h6845 QualType CheckRemainderOperands( // C99 6.5.5

Completed in 105 milliseconds