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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp219 struct DerivesVirt : virtual POD {}; struct in inherits:POD
247 // { int arr[F(__is_empty(DerivesVirt))]; }
1334 { int arr[F(__has_trivial_move_constructor(DerivesVirt))]; }
1539 { int arr[F(__has_trivial_move_assign(DerivesVirt))]; }

Completed in 305 milliseconds