Searched refs:typeof_expr (Results 1 – 2 of 2) sorted by relevance
9 typedef typeof(f(T())) typeof_expr; typedef16 X<int>::typeof_expr &iptr2 = iptr0;17 X<float*>::typeof_expr &fptr1 = fptr0;
96 …typedef __typeof__((static_cast<Types>(0))) typeof_expr; // expected-error{{declaration type conta… typedef102 …typedef decltype((static_cast<Types>(0))) typeof_expr; // expected-error{{declaration type contain… typedef