Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Statics

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