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

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

Completed in 1300 milliseconds