HomeSort by: relevance | last modified time | path
    Searched refs:type_decl (Results 1 - 25 of 50) 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...]
godump.cc 517 real_debug_hooks->type_decl (decl, local);
728 case TYPE_DECL:
1277 else if (type_name != NULL_TREE && TREE_CODE (type_name) == TYPE_DECL
1323 else if (TREE_CODE (type_name) == TYPE_DECL)
1411 case TYPE_DECL:
1463 go_debug_hooks.type_decl = go_type_decl;
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;
tree-core.h 1377 VAR_DECL, FUNCTION_DECL, TYPE_DECL
1830 In TYPE_DECL, this is TYPE_DECL_SUPPRESS_DEBUG. */
1928 /* Used for FUNCTION_DECL, VAR_DECL and in C++ for TYPE_DECL. */
2113 struct tree_type_decl GTY ((tag ("TS_TYPE_DECL"))) type_decl;
passes.cc 158 and TYPE_DECL nodes.
245 else if (TREE_CODE (decl) == TYPE_DECL
251 debug_hooks->type_decl (decl, !top_level);
339 debug_hooks->type_decl (TYPE_STUB_DECL (type), !toplev);
  /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...]
godump.cc 517 real_debug_hooks->type_decl (decl, local);
728 case TYPE_DECL:
1253 else if (type_name != NULL_TREE && TREE_CODE (type_name) == TYPE_DECL
1299 else if (TREE_CODE (type_name) == TYPE_DECL)
1387 case TYPE_DECL:
1439 go_debug_hooks.type_decl = go_type_decl;
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;
tree-core.h 1349 VAR_DECL, FUNCTION_DECL, TYPE_DECL
1787 In TYPE_DECL, this is TYPE_DECL_SUPPRESS_DEBUG. */
1881 /* Used for FUNCTION_DECL, VAR_DECL and in C++ for TYPE_DECL. */
2066 struct tree_type_decl GTY ((tag ("TS_TYPE_DECL"))) 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.old/dist/gcc/cp/
parser.cc 3307 if (TREE_CODE (type) == TYPE_DECL)
3494 else if (TREE_CODE (decl) == TYPE_DECL)
3570 if (TREE_CODE (field) == TYPE_DECL
3728 || TREE_CODE (id) == TYPE_DECL)
5933 will sometimes have a TYPE_DECL at this point. */
5935 || TREE_CODE (id_expression) == TYPE_DECL)
5968 && TREE_CODE (decl) == TYPE_DECL
6334 tree type_decl;
6463 type_decl = NULL_TREE;
6467 type_decl = cp_parser_class_name (parser
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 3511 if (TREE_CODE (type) == TYPE_DECL)
3698 else if (TREE_CODE (decl) == TYPE_DECL)
3774 if (TREE_CODE (field) == TYPE_DECL
3932 || TREE_CODE (id) == TYPE_DECL)
6195 will sometimes have a TYPE_DECL at this point. */
6197 || TREE_CODE (id_expression) == TYPE_DECL)
6230 && TREE_CODE (decl) == TYPE_DECL
6611 tree type_decl;
6747 type_decl = NULL_TREE;
6751 type_decl = cp_parser_class_name (parser
    [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/dist/gcc/config/stormy16/
stormy16.cc 1417 tree f_1, f_2, record, type_decl;
1420 type_decl = build_decl (BUILTINS_LOCATION,
1421 TYPE_DECL, get_identifier ("__va_list_tag"), record);
1433 TYPE_STUB_DECL (record) = type_decl;
1434 TYPE_NAME (record) = type_decl;
2431 && TREE_CODE (*node) != TYPE_DECL)
  /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.old/dist/gcc/config/stormy16/
stormy16.cc 1273 tree f_1, f_2, record, type_decl;
1276 type_decl = build_decl (BUILTINS_LOCATION,
1277 TYPE_DECL, get_identifier ("__va_list_tag"), record);
1289 TYPE_STUB_DECL (record) = type_decl;
1290 TYPE_NAME (record) = type_decl;
2257 && TREE_CODE (*node) != 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

Completed in 152 milliseconds

1 2