Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dinstantiate-type.cpp9 typedef typeof(f(T())) typeof_expr; typedef
16 X<int>::typeof_expr &iptr2 = iptr0;
17 X<float*>::typeof_expr &fptr1 = fptr0;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp5.cpp96 …typedef __typeof__((static_cast<Types>(0))) typeof_expr; // expected-error{{declaration type conta… typedef
102 …typedef decltype((static_cast<Types>(0))) typeof_expr; // expected-error{{declaration type contain… typedef