Searched refs:typeof_type (Results 1 – 2 of 2) sorted by relevance
8 typedef typeof(T*) typeof_type; typedef14 X<int>::typeof_type &iptr1 = iptr0;
99 …typedef __typeof__(Types) typeof_type; // expected-error{{declaration type contains unexpanded pa… typedef