Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-unreachable.cpp247 static constexpr bool isConstExprConfigValue() { return true; } in isConstExprConfigValue() function
250 if (isConstExprConfigValue()) { in test_const_expr_config_value()
258 if (!isConstExprConfigValue()) { in test_const_expr_config_value_2()