reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
10392   QualType CheckRemainderOperands( // C99 6.5.5

References

tools/clang/lib/Sema/SemaExpr.cpp
12916     ResultTy = CheckRemainderOperands(LHS, RHS, OpLoc);
12969     CompResultTy = CheckRemainderOperands(LHS, RHS, OpLoc, true);