HomeSort by relevance Sort by last modified time
    Searched full:typeof_type (Results 1 - 5 of 5) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-type.cpp 8 typedef typeof(T*) typeof_type; typedef in struct:X
14 X<int>::typeof_type &iptr1 = iptr0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.def 172 compiler. TEMPLATE_TYPE_PARM, TYPENAME_TYPE, TYPEOF_TYPE,
187 DEFTREECODE (TYPEOF_TYPE, "typeof_type", tcc_type, 0)
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-check.h 236 #define TYPEOF_TYPE_CHECK(t) TREE_CHECK (t, TYPEOF_TYPE)
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 99 typedef __typeof__(Types) typeof_type; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}} typedef in struct:TestPPName

Completed in 652 milliseconds