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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  820       ValEx = ValEx->IgnoreParens();
  820       ValEx = ValEx->IgnoreParens();
  829       if (ValEx == L->IgnoreParens() || ValEx == R->IgnoreParens()) {
  829       if (ValEx == L->IgnoreParens() || ValEx == R->IgnoreParens()) {
  831         V = SrcState->getSVal(ValEx, LCtx);