Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-unreachable.c254 #define CONFIG_CONSTANT 1 macro
256 if (!CONFIG_CONSTANT) { in test_config_constant()
269 return CONFIG_CONSTANT ? calledFun() : calledFun(); // no-warning in test_config_constant()
287 ME_A = CONFIG_CONSTANT,