HomeSort by: relevance | last modified time | path
    Searched defs:type_decl (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
debug.h 152 void (* type_decl) (tree decl, int local); member in struct:gcc_debug_hooks
ubsan.cc 244 tree type_decl = build_decl (input_location, TYPE_DECL, local
247 DECL_IGNORED_P (type_decl) = 1;
248 DECL_ARTIFICIAL (type_decl) = 1;
250 TYPE_NAME (ret) = type_decl;
251 TYPE_STUB_DECL (ret) = type_decl;
293 tree type_decl = build_decl (input_location, TYPE_DECL, local
296 DECL_IGNORED_P (type_decl) = 1;
297 DECL_ARTIFICIAL (type_decl) = 1
    [all...]
asan.cc 3224 tree type_decl = build_decl (input_location, TYPE_DECL, local
3226 DECL_IGNORED_P (type_decl) = 1;
3227 DECL_ARTIFICIAL (type_decl) = 1;
3229 TYPE_NAME (ret) = type_decl;
3230 TYPE_STUB_DECL (ret) = type_decl;
  /src/external/gpl3/gcc.old/dist/gcc/
debug.h 152 void (* type_decl) (tree decl, int local); member in struct:gcc_debug_hooks
ubsan.cc 226 tree type_decl = build_decl (input_location, TYPE_DECL, local
229 DECL_IGNORED_P (type_decl) = 1;
230 DECL_ARTIFICIAL (type_decl) = 1;
232 TYPE_NAME (ret) = type_decl;
233 TYPE_STUB_DECL (ret) = type_decl;
275 tree type_decl = build_decl (input_location, TYPE_DECL, local
278 DECL_IGNORED_P (type_decl) = 1;
279 DECL_ARTIFICIAL (type_decl) = 1
    [all...]
asan.cc 3176 tree type_decl = build_decl (input_location, TYPE_DECL, local
3178 DECL_IGNORED_P (type_decl) = 1;
3179 DECL_ARTIFICIAL (type_decl) = 1;
3181 TYPE_NAME (ret) = type_decl;
3182 TYPE_STUB_DECL (ret) = type_decl;
  /src/external/gpl3/gcc/dist/libcc1/
libcc1plugin.cc 236 code = TYPE_DECL;
325 tree type_decl = build_decl (input_location, TYPE_DECL, NULL_TREE, node);
326 TYPE_NAME (node) = type_decl;
327 TYPE_STUB_DECL (node) = type_decl;
569 gcc_assert (TREE_CODE (result) == TYPE_DECL);
321 tree type_decl = build_decl (input_location, TYPE_DECL, NULL_TREE, node); local
libcp1plugin.cc 174 if (TREE_CODE (target_decl) == TYPE_DECL && DECL_ARTIFICIAL (target_decl)
176 && (TREE_CODE (target_bval) != TYPE_DECL
205 else if (TREE_CODE (target_bval) == TYPE_DECL
208 && (TREE_CODE (target_decl) != TYPE_DECL
221 else if (TREE_CODE (target_bval) == TYPE_DECL
222 && TREE_CODE (target_decl) == TYPE_DECL
290 if (TREE_CODE (decl) == TYPE_DECL)
722 || TREE_CODE (decl) == TYPE_DECL);
886 tree type_decl = build_decl (loc, TYPE_DECL, id, type)
881 tree type_decl = build_decl (loc, TYPE_DECL, id, type); local
1786 tree type_decl = TYPE_NAME (type); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcc1/
libcc1plugin.cc 236 code = TYPE_DECL;
325 tree type_decl = build_decl (input_location, TYPE_DECL, NULL_TREE, node);
326 TYPE_NAME (node) = type_decl;
327 TYPE_STUB_DECL (node) = type_decl;
558 gcc_assert (TREE_CODE (result) == TYPE_DECL);
321 tree type_decl = build_decl (input_location, TYPE_DECL, NULL_TREE, node); local
libcp1plugin.cc 174 if (TREE_CODE (target_decl) == TYPE_DECL && DECL_ARTIFICIAL (target_decl)
176 && (TREE_CODE (target_bval) != TYPE_DECL
205 else if (TREE_CODE (target_bval) == TYPE_DECL
208 && (TREE_CODE (target_decl) != TYPE_DECL
221 else if (TREE_CODE (target_bval) == TYPE_DECL
222 && TREE_CODE (target_decl) == TYPE_DECL
290 if (TREE_CODE (decl) == TYPE_DECL)
722 || TREE_CODE (decl) == TYPE_DECL);
886 tree type_decl = build_decl (loc, TYPE_DECL, id, type)
881 tree type_decl = build_decl (loc, TYPE_DECL, id, type); local
1785 tree type_decl = TYPE_NAME (type); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 2414 tree f_gpr, f_fpr, f_res, f_ovf, f_sav, record, type_decl;
2422 type_decl = build_decl (BUILTINS_LOCATION, TYPE_DECL,
2449 TYPE_STUB_DECL (record) = type_decl;
2450 TYPE_NAME (record) = type_decl;
2409 tree f_gpr, f_fpr, f_res, f_ovf, f_sav, record, type_decl; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc 2418 tree f_gpr, f_fpr, f_res, f_ovf, f_sav, record, type_decl;
2426 type_decl = build_decl (BUILTINS_LOCATION, TYPE_DECL,
2453 TYPE_STUB_DECL (record) = type_decl;
2454 TYPE_NAME (record) = type_decl;
2413 tree f_gpr, f_fpr, f_res, f_ovf, f_sav, record, type_decl; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 966 TYPE_DECL, get_identifier (name), node))
1829 tree gtype = etype, rtype, type_decl;
1838 TYPE_NAME (type) = type_decl = build_decl (input_location,
1839 TYPE_DECL, NULL, gtype);
1840 DECL_ORIGINAL_TYPE (type_decl) = gtype;
1993 if (tmp && TREE_CODE (tmp) == TYPE_DECL)
2420 TYPE_DECL, NULL_TREE, type);
1822 tree gtype = etype, rtype, type_decl; local
trans-decl.cc 1149 tree gtype = TREE_TYPE (type), rtype, type_decl; local
1186 TYPE_NAME (type) = type_decl = build_decl (input_location,
1187 TYPE_DECL, NULL, gtype);
1188 DECL_ORIGINAL_TYPE (type_decl) = gtype;
5327 gcc_assert (TREE_CODE (decl) == TYPE_DECL);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 954 TYPE_DECL, get_identifier (name), node))
1817 tree gtype = etype, rtype, type_decl;
1826 TYPE_NAME (type) = type_decl = build_decl (input_location,
1827 TYPE_DECL, NULL, gtype);
1828 DECL_ORIGINAL_TYPE (type_decl) = gtype;
1975 if (tmp && TREE_CODE (tmp) == TYPE_DECL)
2400 TYPE_DECL, NULL_TREE, type);
1810 tree gtype = etype, rtype, type_decl; local
trans-decl.cc 1144 tree gtype = TREE_TYPE (type), rtype, type_decl; local
1181 TYPE_NAME (type) = type_decl = build_decl (input_location,
1182 TYPE_DECL, NULL, gtype);
1183 DECL_ORIGINAL_TYPE (type_decl) = gtype;
5121 gcc_assert (TREE_CODE (decl) == TYPE_DECL);
  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc 3876 tree f_stk, f_reg, f_ndx, record, type_decl;
3879 type_decl = build_decl (BUILTINS_LOCATION,
3880 TYPE_DECL, get_identifier ("__va_list_tag"), record);
3896 TYPE_STUB_DECL (record) = type_decl;
3897 TYPE_NAME (record) = type_decl;
3874 tree f_stk, f_reg, f_ndx, record, type_decl; local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 315 tree f_args, f_skip, record, type_decl;
320 type_decl = build_decl (BUILTINS_LOCATION, TYPE_DECL,
332 TREE_CHAIN (record) = type_decl;
333 TYPE_NAME (record) = type_decl;
313 tree f_args, f_skip, record, type_decl; local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 266 tree f_args, f_skip, record, type_decl;
271 type_decl = build_decl (BUILTINS_LOCATION, TYPE_DECL,
283 TREE_CHAIN (record) = type_decl;
284 TYPE_NAME (record) = type_decl;
264 tree f_args, f_skip, record, type_decl; local
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.cc 3158 tree f_stk, f_reg, f_ndx, record, type_decl;
3161 type_decl = build_decl (BUILTINS_LOCATION,
3162 TYPE_DECL, get_identifier ("__va_list_tag"), record);
3178 TYPE_STUB_DECL (record) = type_decl;
3179 TYPE_NAME (record) = type_decl;
3156 tree f_stk, f_reg, f_ndx, record, type_decl; local
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 4443 tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl;
4446 type_decl = build_decl (BUILTINS_LOCATION,
4447 TYPE_DECL, get_identifier ("__va_list_tag"), record);
4470 TYPE_STUB_DECL (record) = type_decl;
4471 TYPE_NAME (record) = type_decl;
4430 tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 4328 tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl;
4331 type_decl = build_decl (BUILTINS_LOCATION,
4332 TYPE_DECL, get_identifier ("__va_list_tag"), record);
4355 TYPE_STUB_DECL (record) = type_decl;
4356 TYPE_NAME (record) = type_decl;
4315 tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 227 template, VAR_DECL for static member variable, or TYPE_DECL for
234 || TREE_CODE (t) == TYPE_DECL);
289 if (TREE_CODE (decl) == TYPE_DECL)
490 case TYPE_DECL:
1358 gcc_assert (TREE_CODE (decl) == TYPE_DECL);
1381 || TREE_CODE (decl) == TYPE_DECL);
1516 /* DECL is a TYPE_DECL */
3545 TYPE_DECL or a TEMPLATE_DECL. */
3546 if (TREE_CODE (parm) == TYPE_DECL || TREE_CODE (parm) == TEMPLATE_DECL)
3678 && (TREE_CODE (parm) == TYPE_DECL
9964 tree type_decl; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 5866 tree base, ofs, space, record, type_decl;
5872 type_decl = build_decl (BUILTINS_LOCATION,
5873 TYPE_DECL, get_identifier ("__va_list_tag"), record);
5874 TYPE_STUB_DECL (record) = type_decl;
5875 TYPE_NAME (record) = type_decl;
5852 tree base, ofs, space, record, type_decl; local
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 7522 tree record, type_decl;
7529 type_decl = build_decl (BUILTINS_LOCATION,
7530 TYPE_DECL, get_identifier ("__va_list_tag"), record);
7556 TYPE_STUB_DECL (record) = type_decl;
7557 TYPE_NAME (record) = type_decl;
7511 tree record, type_decl; local

Completed in 130 milliseconds

1 2