| /src/external/gpl3/gcc/dist/gcc/ |
| dumpfile.cc | 752 dump_context::dump_generic_expr (const dump_metadata_t &metadata, function in class:dump_context 770 /* Similar to dump_generic_expr, except additionally print the source 780 dump_generic_expr (metadata, extra_dump_flags, t); 935 Equivalent to: dump_generic_expr (MSG_*, arg, TDF_SLIM). 1316 dump_generic_expr (const dump_metadata_t &metadata, dump_flags_t extra_dump_flags, function 1320 dump_context::get ().dump_generic_expr (metadata, extra_dump_flags, t); 1323 /* Similar to dump_generic_expr, except additionally print the source 2433 /* Tree, via dump_generic_expr. */ 2439 dump_generic_expr (MSG_NOTE, TDF_SLIM, integer_zero_node);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dumpfile.cc | 752 dump_context::dump_generic_expr (const dump_metadata_t &metadata, function in class:dump_context 770 /* Similar to dump_generic_expr, except additionally print the source 780 dump_generic_expr (metadata, extra_dump_flags, t); 935 Equivalent to: dump_generic_expr (MSG_*, arg, TDF_SLIM). 1319 dump_generic_expr (const dump_metadata_t &metadata, dump_flags_t extra_dump_flags, function 1323 dump_context::get ().dump_generic_expr (metadata, extra_dump_flags, t); 1326 /* Similar to dump_generic_expr, except additionally print the source 2445 /* Tree, via dump_generic_expr. */ 2451 dump_generic_expr (MSG_NOTE, TDF_SLIM, integer_zero_node);
|