Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DAssertSideEffectCheck.cpp89 auto ConditionWithSideEffect = hasCondition(DescendantWithSideEffect); in registerMatchers() local
92 anyOf(conditionalOperator(ConditionWithSideEffect), in registerMatchers()
93 ifStmt(ConditionWithSideEffect), in registerMatchers()