Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:Statics

15 class Statics { static int priv; static NonPOD np; };
122 { int arr[T(__is_pod(Statics))]; }
1623 { int arr[T(__is_trivial(Statics))]; }
1668 { int arr[T(__is_trivially_copyable(Statics))]; }