OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:typeof_expr
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaTemplate/
instantiate-type.cpp
9
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/
p5.cpp
96
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 94 milliseconds