Home
last modified time | relevance | path

Searched refs:RHSExecuted (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4532 TryResult RHSExecuted = tryEvaluateBool(E->getLHS()); in VisitBinaryOperatorForTemporaryDtors() local
4533 if (RHSExecuted.isKnown() && E->getOpcode() == BO_LOr) in VisitBinaryOperatorForTemporaryDtors()
4534 RHSExecuted.negate(); in VisitBinaryOperatorForTemporaryDtors()
4540 bothKnownTrue(Context.KnownExecuted, RHSExecuted)); in VisitBinaryOperatorForTemporaryDtors()