Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp1669 class UsingAssign;
1673 UsingAssign &operator=(const UsingAssign&) throw();
1676 class UsingAssign : public UsingAssignBase { class
1699 { int arr[T(__has_nothrow_assign(UsingAssign))]; } in has_nothrow_assign()