Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unreachable.cpp251 static constexpr bool isConstExprConfigValue() { return true; } in isConstExprConfigValue() function
254 if (isConstExprConfigValue()) { in test_const_expr_config_value()
262 if (!isConstExprConfigValue()) { in test_const_expr_config_value_2()