Home
last modified time | relevance | path

Searched refs:Defaulted (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.destructible/
H A Ddestructible.compile.pass.cpp19 struct Defaulted { struct
20 ~Defaulted() = default;
58 test<Defaulted>(); in test()
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.constructible/
H A Dconstructible_from.compile.pass.cpp23 struct Defaulted { struct
24 ~Defaulted() = default;
125 test<Defaulted>(); in test()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-friend-function.cpp31 template<typename Value, typename Defaulted = void>
36 template<typename Value, typename Defaulted>
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx98-compat.cpp96 struct Defaulted { struct
97Defaulted() = default; // expected-warning {{defaulted function definitions are incompatible with …
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A DDW_AT_deleted.ll7 ; // Defaulted on purpose, so as to facilitate object creation
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr14xx.cpp107 namespace Defaulted { namespace
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1008 bool Defaulted = false; in VisitDecl() local
1010 Defaulted = Method->isDefaulted(); in VisitDecl()
1013 /*VisitChildren=*/!Defaulted); in VisitDecl()
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Papers.csv187 "`P2002R1 <https://wg21.link/P2002R1>`__","CWG","Defaulted comparison specification cleanups","Prag…
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1758 Defaulted, enumerator
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def963 // DWARF v5 Defaulted Member Encodings.
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp2825 DefinitionKind = FunctionDefinitionKind::Defaulted; in ParseCXXClassMemberDeclaration()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp9781 case FunctionDefinitionKind::Defaulted: in ActOnFunctionDeclarator()
10500 case FunctionDefinitionKind::Defaulted: in ActOnFunctionDeclarator()