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

References

tools/clang/lib/Sema/SemaChecking.cpp
10223       return GetExprRange(C, CE->getSubExpr(), MaxWidth, InConstantContext);
10234     IntRange SubRange = GetExprRange(C, CE->getSubExpr(),
10252       return GetExprRange(C,
10258         GetExprRange(C, CO->getTrueExpr(), MaxWidth, InConstantContext);
10260         GetExprRange(C, CO->getFalseExpr(), MaxWidth, InConstantContext);
10296       return GetExprRange(C, BO->getRHS(), MaxWidth, InConstantContext);
10307           GetExprRange(C, BO->getLHS(), MaxWidth, InConstantContext),
10308           GetExprRange(C, BO->getRHS(), MaxWidth, InConstantContext));
10329       IntRange L = GetExprRange(C, BO->getLHS(), MaxWidth, InConstantContext);
10348       return GetExprRange(C, BO->getRHS(), MaxWidth, InConstantContext);
10361       IntRange L = GetExprRange(C, BO->getLHS(), opWidth, InConstantContext);
10375       IntRange R = GetExprRange(C, BO->getRHS(), opWidth, InConstantContext);
10384       IntRange L = GetExprRange(C, BO->getLHS(), opWidth, InConstantContext);
10385       IntRange R = GetExprRange(C, BO->getRHS(), opWidth, InConstantContext);
10402     IntRange L = GetExprRange(C, BO->getLHS(), MaxWidth, InConstantContext);
10403     IntRange R = GetExprRange(C, BO->getRHS(), MaxWidth, InConstantContext);
10419       return GetExprRange(C, UO->getSubExpr(), MaxWidth, InConstantContext);
10424     return GetExprRange(C, OVE->getSourceExpr(), MaxWidth, InConstantContext);
10435   return GetExprRange(C, E, C.getIntWidth(GetExprType(E)), InConstantContext);