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

References

tools/clang/lib/Analysis/CFG.cpp
 4738         bothKnownTrue(Context.KnownExecuted, RHSExecuted));
 4807   addSuccessor(Decision, Block, !Context.KnownExecuted.isFalse());
 4809                !Context.KnownExecuted.isTrue());
 4824       bothKnownTrue(Context.KnownExecuted, ConditionVal));
 4831       bothKnownTrue(Context.KnownExecuted, NegatedVal));