Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp3655 TryResult RHSExecuted = tryEvaluateBool(E->getLHS()); in VisitBinaryOperatorForTemporaryDtors() local
3656 if (RHSExecuted.isKnown() && E->getOpcode() == BO_LOr) in VisitBinaryOperatorForTemporaryDtors()
3657 RHSExecuted.negate(); in VisitBinaryOperatorForTemporaryDtors()
3663 bothKnownTrue(Context.KnownExecuted, RHSExecuted)); in VisitBinaryOperatorForTemporaryDtors()