Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DAssertSideEffectCheck.cpp98 auto DescendantWithSideEffect = in registerMatchers() local
101 auto ConditionWithSideEffect = hasCondition(DescendantWithSideEffect); in registerMatchers()
109 hasUnaryOperand(DescendantWithSideEffect)))))) in registerMatchers()