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

Declarations

tools/clang/include/clang/Sema/Sema.h
10398   QualType CheckSubtractionOperands( // C99 6.5.6

References

tools/clang/lib/Sema/SemaExpr.cpp
12924     ResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc);
12982     CompResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc, &CompLHSTy);