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

References

tools/clang/lib/Sema/SemaChecking.cpp
 6207   if (SemaBuiltinConstantArg(TheCall, ArgNum, Result))
 6210   if (Result.getSExtValue() < Low || Result.getSExtValue() > High) {
 6210   if (Result.getSExtValue() < Low || Result.getSExtValue() > High) {
 6213              << Result.toString(10) << Low << High << Arg->getSourceRange();
 6219                               << Result.toString(10) << Low << High