Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp309 TryResult bothKnownTrue(TryResult R1, TryResult R2) { in bothKnownTrue() function
3761 bothKnownTrue(Context.KnownExecuted, RHSExecuted)); in VisitBinaryOperatorForTemporaryDtors()
3845 bothKnownTrue(Context.KnownExecuted, ConditionVal)); in VisitConditionalOperatorForTemporaryDtors()
3852 bothKnownTrue(Context.KnownExecuted, NegatedVal)); in VisitConditionalOperatorForTemporaryDtors()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp403 static TryResult bothKnownTrue(TryResult R1, TryResult R2) { in bothKnownTrue() function
4793 bothKnownTrue(Context.KnownExecuted, RHSExecuted)); in VisitBinaryOperatorForTemporaryDtors()
4875 bothKnownTrue(Context.KnownExecuted, ConditionVal)); in VisitConditionalOperatorForTemporaryDtors()
4882 bothKnownTrue(Context.KnownExecuted, NegatedVal)); in VisitConditionalOperatorForTemporaryDtors()