Searched defs:typeof_expr (Results 1 - 3 of 3) 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
/external/v8/src/
H A Dhydrogen.cc6725 HTypeof* typeof_expr,
6728 HValue* value = typeof_expr->value();
6753 HTypeof** typeof_expr,
6759 *typeof_expr = HTypeof::cast(left);
6770 HTypeof** typeof_expr,
6772 return MatchLiteralCompareTypeof(left, op, right, typeof_expr, check) ||
6773 MatchLiteralCompareTypeof(right, op, left, typeof_expr, check);
6830 HTypeof* typeof_expr = NULL; local
6832 if (IsLiteralCompareTypeof(left, op, right, &typeof_expr, &check)) {
6833 return HandleLiteralCompareTypeof(expr, typeof_expr, chec
6724 HandleLiteralCompareTypeof(CompareOperation* expr, HTypeof* typeof_expr, Handle<String> check) argument
6750 MatchLiteralCompareTypeof(HValue* left, Token::Value op, HValue* right, HTypeof** typeof_expr, Handle<String>* check) argument
6767 IsLiteralCompareTypeof(HValue* left, Token::Value op, HValue* right, HTypeof** typeof_expr, Handle<String>* check) argument
[all...]

Completed in 247 milliseconds