Searched refs:report_flags (Results 1 – 8 of 8) sorted by relevance
/netbsd/external/gpl2/lvm2/dist/lib/report/ |
H A D | report.c | 1176 uint32_t report_flags = 0; in report_init() local 1180 report_flags |= DM_REPORT_OUTPUT_ALIGNED; in report_init() 1183 report_flags |= DM_REPORT_OUTPUT_BUFFERED; in report_init() 1186 report_flags |= DM_REPORT_OUTPUT_HEADINGS; in report_init() 1189 report_flags |= DM_REPORT_OUTPUT_FIELD_NAME_PREFIX; in report_init() 1192 report_flags |= DM_REPORT_OUTPUT_FIELD_UNQUOTED; in report_init() 1195 report_flags |= DM_REPORT_OUTPUT_COLUMNS_AS_ROWS; in report_init() 1198 separator, report_flags, keys, cmd); in report_init()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | optinfo.texi | 170 int report_flags = MSG_OPTIMIZED_LOCATIONS | TDF_RTL | TDF_DETAILS; 171 dump_printf_loc (report_flags, insn,
|
H A D | gccint.info | 8567 int report_flags = MSG_OPTIMIZED_LOCATIONS | TDF_RTL | TDF_DETAILS; 8568 dump_printf_loc (report_flags, insn,
|
/netbsd/external/gpl3/gcc/dist/gcc/doc/ |
H A D | optinfo.texi | 170 int report_flags = MSG_OPTIMIZED_LOCATIONS | TDF_RTL | TDF_DETAILS; 171 dump_printf_loc (report_flags, insn,
|
H A D | gccint.info | 8567 int report_flags = MSG_OPTIMIZED_LOCATIONS | TDF_RTL | TDF_DETAILS; 8568 dump_printf_loc (report_flags, insn,
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | loop-unroll.c | 193 dump_flags_t report_flags = MSG_OPTIMIZED_LOCATIONS | TDF_DETAILS; in report_unroll() local 201 dump_metadata_t metadata (report_flags, locus.get_impl_location ()); in report_unroll()
|
H A D | loop-unroll.cc | 193 dump_flags_t report_flags = MSG_OPTIMIZED_LOCATIONS | TDF_DETAILS; in report_unroll() local 201 dump_metadata_t metadata (report_flags, locus.get_impl_location ()); in report_unroll()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | loop-unroll.c | 193 dump_flags_t report_flags = MSG_OPTIMIZED_LOCATIONS | TDF_DETAILS; in report_unroll() local 201 dump_metadata_t metadata (report_flags, locus.get_impl_location ()); in report_unroll()
|