| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | dump.cc | 112 if (!dump_flag (di, TDF_SLIM, t) && TYPE_BINFO (t)) in cp_dump_tree() 192 else if (!dump_flag (di, TDF_SLIM, t)) in cp_dump_tree() 205 if (!dump_flag (di, TDF_SLIM, t)) in cp_dump_tree()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | dump.c | 112 if (!dump_flag (di, TDF_SLIM, t) && TYPE_BINFO (t)) in cp_dump_tree() 192 else if (!dump_flag (di, TDF_SLIM, t)) in cp_dump_tree() 205 if (!dump_flag (di, TDF_SLIM, t)) in cp_dump_tree()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-dump.cc | 364 if (DECL_CHAIN (t) && !dump_flag (di, TDF_SLIM, NULL)) in dequeue_and_dump() 538 if (DECL_SAVED_TREE (t) && !dump_flag (di, TDF_SLIM, t)) in dequeue_and_dump() 703 if (dump_flag (di, TDF_ADDRESS, NULL)) in dequeue_and_dump() 713 int dump_flag (dump_info_p di, dump_flags_t flag, const_tree node) in dump_flag() function
|
| H A D | tree-dump.h | 90 extern int dump_flag (dump_info_p, dump_flags_t, const_tree);
|
| H A D | dumpfile.h | 77 enum dump_flag : uint32_t enum 209 typedef enum dump_flag dump_flags_t;
|
| H A D | ChangeLog-2018 | 8761 * dumpfile.h (enum dump_flag): Add MSG_PRIORITY_REEMITTED, adding 8924 * dumpfile.h (enum dump_flag): Add comment about the MSG_* flags. 15656 * dumpfile.h (enum dump_flag): Defince TDF_ALL_VALUES. 20182 (enum dump_flag): ...this new enum.
|
| H A D | ChangeLog-2021 | 5691 * dumpfile.h (enum dump_flag): Remove TDF_THREADING and adjust 10536 (dump_flag): Re-order and adjust TDF_* flags. Make 10925 * dumpfile.h (enum dump_flag): Add TDF_THREADING.
|
| H A D | ChangeLog-2005 | 12827 * tree-dump.h (dump_info_p, dump_flag): Moved from tree.h. 12843 (dump_info_p, dump_flag): Moved to tree-dump.h. 12855 * tree-dump.c (dump_flag): Make static.
|
| H A D | ChangeLog-2001 | 21302 (dump_flag, dump_enabled_p, dump_begin, dump_end, 21315 (dump_flag): Define.
|
| H A D | ChangeLog-2007 | 9681 dump_flag, dump_node): Likewise. 9683 queue_and_dump_type, dump_flag): Likewise.
|
| H A D | ChangeLog.tree-ssa | 11125 (dump_var_map): Remove dump_flag parameter & some grotesque debug info.
|
| H A D | ChangeLog-2019 | 29596 * dumpfile.h (enum dump_flag): Add new value TDF_ERROR.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-dump.c | 364 if (DECL_CHAIN (t) && !dump_flag (di, TDF_SLIM, NULL)) in dequeue_and_dump() 538 if (DECL_SAVED_TREE (t) && !dump_flag (di, TDF_SLIM, t)) in dequeue_and_dump() 703 if (dump_flag (di, TDF_ADDRESS, NULL)) in dequeue_and_dump() 713 int dump_flag (dump_info_p di, dump_flags_t flag, const_tree node) in dump_flag() function
|
| H A D | tree-dump.h | 90 extern int dump_flag (dump_info_p, dump_flags_t, const_tree);
|
| H A D | dumpfile.h | 76 enum dump_flag enum 205 typedef enum dump_flag dump_flags_t;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | module.cc | 6442 dump_module (const char *name, int dump_flag) in dump_module() argument 6483 if (!dump_flag) in dump_module() 6555 gfc_dump_module (const char *name, int dump_flag) in gfc_dump_module() argument 6565 dump_module (name, dump_flag); in gfc_dump_module() 6574 dump_module (name, dump_flag); in gfc_dump_module()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | module.c | 6231 dump_module (const char *name, int dump_flag) in dump_module() argument 6272 if (!dump_flag) in dump_module() 6344 gfc_dump_module (const char *name, int dump_flag) in gfc_dump_module() argument 6354 dump_module (name, dump_flag); in gfc_dump_module() 6363 dump_module (name, dump_flag); in gfc_dump_module()
|