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

References

tools/clang/lib/Sema/SemaExpr.cpp
11246   if (LeftSideValue == 2 && RightSideIntValue >= 0) {
11252       if (RightSideIntValue < 64)
11256       else if (RightSideIntValue == 64)
11265                  ExprRange, (RightSideIntValue == 0) ? "1" : SuggestedExpr);
11270     std::string SuggestedValue = "1e" + std::to_string(RightSideIntValue);