HomeSort by relevance Sort by last modified time
    Searched refs:typeof_expr (Results 1 - 4 of 4) 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
  /external/v8/src/
hydrogen.cc 6830 HTypeof* typeof_expr = NULL; local
    [all...]
hydrogen.h     [all...]

Completed in 186 milliseconds