Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Statics

15 class Statics { static int priv; static NonPOD np; };
148 { int arr[T(__is_pod(Statics))]; }
1736 { int arr[T(__is_trivial(Statics))]; }
1781 { int arr[T(__is_trivially_copyable(Statics))]; }