Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp138 struct HasNoThrowConstructor { HasNoThrowConstructor() throw(); }; struct
1822 { int arr[T(__has_nothrow_constructor(HasNoThrowConstructor))]; } in has_nothrow_constructor()