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

/external/clang/test/Modules/
H A Dredecl-add-after-load.cpp33 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } function
51 constexpr int merged_struct_variable_test = D_test(true);
52 constexpr int merged_struct_function_test = D_test(false);
/external/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-decls.h24 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } function

Completed in 338 milliseconds