Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unreachable.cpp207 const bool controlValue = false; in test_treat_const_bool_local_as_config_value() local
208 if (!controlValue) in test_treat_const_bool_local_as_config_value()
215 bool controlValue = false; in test_treat_non_const_bool_local_as_non_config_value() local
216 if (!controlValue) in test_treat_non_const_bool_local_as_non_config_value()