Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DAssertSideEffectCheck.cpp115 auto ConditionWithSideEffect = hasCondition(DescendantWithSideEffect); in registerMatchers() local
118 anyOf(conditionalOperator(ConditionWithSideEffect), in registerMatchers()
119 ifStmt(ConditionWithSideEffect), in registerMatchers()