Searched refs:typeof_expr (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-type.cpp9 typedef typeof(f(T())) typeof_expr; typedef in struct:X
16 X<int>::typeof_expr &iptr2 = iptr0;
17 X<float*>::typeof_expr &fptr1 = fptr0;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp96 typedef __typeof__((static_cast<Types>(0))) typeof_expr; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}} typedef in struct:TestPPName
102 typedef decltype((static_cast<Types>(0))) typeof_expr; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}} typedef in struct:TestPPName

Completed in 183 milliseconds