Home
last modified time | relevance | path

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

/external/clang/test/Modules/
Dredecl-add-after-load.cpp25 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test() function
47 constexpr int struct_variable_test = C_test(true);
48 constexpr int struct_function_test = C_test(false);
/external/clang/test/Modules/Inputs/
Dredecl-add-after-load-decls.h16 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test() function