OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:N_test
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Modules/
redecl-add-after-load.cpp
21
constexpr int
N_test
(bool b) { return b ? N::variable : N::function(); }
43
constexpr int ns_variable_test =
N_test
(true);
44
constexpr int ns_function_test =
N_test
(false);
/external/clang/test/Modules/Inputs/
redecl-add-after-load-decls.h
12
constexpr int
N_test
(bool b) { return b ? N::variable : N::function(); }
Completed in 2811 milliseconds