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

  /external/clang/test/Modules/
redecl-add-after-load.cpp 25 constexpr int C_test(bool b) { return b ? C::variable : C::function(); }
47 constexpr int struct_variable_test = C_test(true);
48 constexpr int struct_function_test = C_test(false);
  /external/clang/test/Modules/Inputs/
redecl-add-after-load-decls.h 16 constexpr int C_test(bool b) { return b ? C::variable : C::function(); }

Completed in 115 milliseconds