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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1069 typedef Int& IntRef; typedef
1107 { int arr[F(__has_trivial_constructor(IntRef))]; }
1129 { int arr[T(__has_trivial_copy(IntRef))]; }
1158 { int arr[F(__has_trivial_assign(IntRef))]; }
1184 { int arr[T(__has_trivial_destructor(IntRef))]; }
1242 { int arr[F(__has_nothrow_assign(IntRef))]; }
1265 { int arr[T(__has_nothrow_copy(IntRef))]; }
1314 { int arr[F(__has_nothrow_constructor(IntRef))]; }
1344 { int arr[F(__has_virtual_destructor(IntRef))]; }

Completed in 40 milliseconds