Home
last modified time | relevance | path

Searched defs:D_test (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-decls.h24 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } // expected-note {{subexpr… in D_test() function
/minix3/external/bsd/llvm/dist/clang/test/Modules/
H A Dredecl-add-after-load.cpp32 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } // expected-note {{subexpr… in D_test() function