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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp112 struct HasNoThrowConstructor { HasNoThrowConstructor() throw(); }; struct
1593 { int arr[T(__has_nothrow_constructor(HasNoThrowConstructor))]; }

Completed in 54 milliseconds