Searched refs:kUnfoldedShortCircuitExpression (Results 1 – 4 of 4) sorted by relevance
79 if ((mMask & kUnfoldedShortCircuitExpression) != 0) in matchInternal()169 if ((mMask & kUnfoldedShortCircuitExpression) != 0) in match()
34 kUnfoldedShortCircuitExpression = 1u << 0u, enumerator
57 IntermNodePatternMatcher::kUnfoldedShortCircuitExpression | in translate()67 IntermNodePatternMatcher::kUnfoldedShortCircuitExpression | in translate()
48 mPatternToUnfoldMatcher(IntermNodePatternMatcher::kUnfoldedShortCircuitExpression) in UnfoldShortCircuitTraverser()