OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitList2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaTemplate/
instantiate-expr-4.cpp
228
struct
InitList2
{
234
template struct
InitList2
<APair, int*, float*>;
235
template struct
InitList2
<APair, int*, double*>; // expected-note{{instantiation}}
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp
70
constexpr S
InitList2
(int a) { return { a, a, { ng } }; }; // expected-error {{never produces}} expected-note {{read}}
Completed in 62 milliseconds