OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDC
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/SemaCXX/
constructor-initializer.cpp
169
struct
NDC
{
172
NDC
() { }
173
NDC
(T &ref) : ref(ref) { }
176
struct X0 :
NDC
<int> {
177
X0(int &ref) :
NDC
<int>(ref),
ndc
(ref) { }
179
NDC
<int>
ndc
;
member in struct:X0
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p1.cpp
24
void test_f0(NonDefaultConstructible
NDC
) {
25
f0(
NDC
);
p2.cpp
25
void test_f0(NonDefaultConstructible
NDC
) {
26
f0(
NDC
);
p2-0x.cpp
27
void test_f0(NonDefaultConstructible
NDC
) {
28
f0(
NDC
);
/external/clang/test/SemaTemplate/
instantiate-static-var.cpp
38
NoDefCon &
NDC
= Z<NoDefCon>::value; // expected-note{{instantiation}}
Completed in 1181 milliseconds