HomeSort by relevance Sort by last modified time
    Searched refs:D_test (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Modules/
redecl-add-after-load.cpp 33 constexpr int D_test(bool b) { return b ? D::variable : D::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/
redecl-add-after-load-decls.h 24 constexpr int D_test(bool b) { return b ? D::variable : D::function(); }

Completed in 58 milliseconds