Searched refs:NDC (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconstructor-initializer.cpp169 struct NDC { struct
172 NDC() { } function in struct:NDC
173 NDC(T &ref) : ref(ref) { } function in struct:NDC
176 struct X0 : NDC<int> {
177 X0(int &ref) : NDC<int>(ref), ndc(ref) { }
179 NDC<int> ndc;
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp23 void test_f0(NonDefaultConstructible NDC) { argument
24 f0(NDC);
H A Dp2-0x.cpp25 void test_f0(NonDefaultConstructible NDC) { argument
26 f0(NDC);
H A Dp2.cpp25 void test_f0(NonDefaultConstructible NDC) { argument
26 f0(NDC);
/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp38 NoDefCon &NDC = Z<NoDefCon>::value; // expected-note{{instantiation}} local

Completed in 100 milliseconds