Lines Matching refs:Protected
40 struct Protected : protected Base {}; struct
365 assert_cannot_catch< Base * , Protected *, Protected>(); in f11()
366 assert_cannot_catch<const Base * , Protected *, Protected>(); in f11()
367 assert_cannot_catch< volatile Base * , Protected *, Protected>(); in f11()
368 assert_cannot_catch<const volatile Base * , Protected *, Protected>(); in f11()
369 assert_cannot_catch< Base * const , Protected *, Protected>(); in f11()
370 assert_cannot_catch<const Base * const , Protected *, Protected>(); in f11()
371 assert_cannot_catch< volatile Base * const , Protected *, Protected>(); in f11()
372 assert_cannot_catch<const volatile Base * const , Protected *, Protected>(); in f11()
373 assert_cannot_catch< Base * volatile, Protected *, Protected>(); in f11()
374 assert_cannot_catch<const Base * volatile, Protected *, Protected>(); in f11()
375 assert_cannot_catch< volatile Base * volatile, Protected *, Protected>(); in f11()
376 assert_cannot_catch<const volatile Base * volatile, Protected *, Protected>(); in f11()
377 assert_cannot_catch< Base * const volatile, Protected *, Protected>(); in f11()
378 assert_cannot_catch<const Base * const volatile, Protected *, Protected>(); in f11()
379 assert_cannot_catch< volatile Base * const volatile, Protected *, Protected>(); in f11()
380 assert_cannot_catch<const volatile Base * const volatile, Protected *, Protected>(); in f11()
413 assert_cannot_catch< Base * &, Protected *, Protected>(); in f13()
414 assert_cannot_catch<const Base * &, Protected *, Protected>(); in f13()
415 assert_cannot_catch< volatile Base * &, Protected *, Protected>(); in f13()
416 assert_cannot_catch<const volatile Base * &, Protected *, Protected>(); in f13()
417 assert_cannot_catch< Base * const &, Protected *, Protected>(); in f13()
418 assert_cannot_catch<const Base * const &, Protected *, Protected>(); in f13()
419 assert_cannot_catch< volatile Base * const &, Protected *, Protected>(); in f13()
420 assert_cannot_catch<const volatile Base * const &, Protected *, Protected>(); in f13()
421 assert_cannot_catch< Base * volatile &, Protected *, Protected>(); in f13()
422 assert_cannot_catch<const Base * volatile &, Protected *, Protected>(); in f13()
423 assert_cannot_catch< volatile Base * volatile &, Protected *, Protected>(); in f13()
424 assert_cannot_catch<const volatile Base * volatile &, Protected *, Protected>(); in f13()
425 assert_cannot_catch< Base * const volatile &, Protected *, Protected>(); in f13()
426 assert_cannot_catch<const Base * const volatile &, Protected *, Protected>(); in f13()
427 assert_cannot_catch< volatile Base * const volatile &, Protected *, Protected>(); in f13()
428 assert_cannot_catch<const volatile Base * const volatile &, Protected *, Protected>(); in f13()