Home
last modified time | relevance | path

Searched defs:NDC (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dconstructor-initializer.cpp175 struct NDC { struct
178 NDC() { } in NDC() argument
179 NDC(T &ref) : ref(ref) { } in NDC() argument
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp24 void test_f0(NonDefaultConstructible NDC) { in test_f0()
H A Dp2.cpp28 void test_f0(NonDefaultConstructible NDC) { in test_f0()
H A Dp2-0x.cpp24 void test_f0(NonDefaultConstructible NDC) { in test_f0()
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp47 NoDefCon &NDC = Z<NoDefCon>::value; // expected-note{{instantiation}} in test() local
/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp453 MappingNormalization<NDLLCharacteristics, uint16_t> NDC( mapping() local