Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5069 TryResult RHSExecuted = tryEvaluateBool(E->getLHS()); in VisitBinaryOperatorForTemporaryDtors() local
5070 if (RHSExecuted.isKnown() && E->getOpcode() == BO_LOr) in VisitBinaryOperatorForTemporaryDtors()
5071 RHSExecuted.negate(); in VisitBinaryOperatorForTemporaryDtors()
5077 bothKnownTrue(Context.KnownExecuted, RHSExecuted)); in VisitBinaryOperatorForTemporaryDtors()