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

Declarations

tools/clang/lib/AST/ExprConstant.cpp
 1744 static bool EvaluateFixedPointOrInteger(const Expr *E, APFixedPoint &Result,

References

tools/clang/lib/AST/ExprConstant.cpp
11474     bool LHSOK = EvaluateFixedPointOrInteger(E->getLHS(), LHSFX, Info);
11477     if (!EvaluateFixedPointOrInteger(E->getRHS(), RHSFX, Info) || !LHSOK)
12345   if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info))
12348   if (!EvaluateFixedPointOrInteger(RHS, RHSFX, Info))