Searched refs:LOCATION_COLUMN (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gcc-rich-location.cc | 171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted()
|
| D | input.h | 170 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) macro
|
| D | input.cc | 1855 ASSERT_EQ (exp_colnum, LOCATION_COLUMN (loc)); in assert_loceq() 2028 ASSERT_EQ (0, LOCATION_COLUMN (UNKNOWN_LOCATION)); in test_unknown_location() 2162 ASSERT_EQ_AT (loc, exp_start_col, LOCATION_COLUMN (tok_loc)); in assert_token_loc_eq() 2164 ASSERT_EQ_AT (loc, exp_start_col, LOCATION_COLUMN (tok_range.m_start)); in assert_token_loc_eq() 2165 ASSERT_EQ_AT (loc, exp_finish_col, LOCATION_COLUMN (tok_range.m_finish)); in assert_token_loc_eq() 2498 int actual_start_col = LOCATION_COLUMN (actual_range.m_start); in assert_char_at_range() 2503 int actual_finish_col = LOCATION_COLUMN (actual_range.m_finish); in assert_char_at_range()
|
| D | cfg.cc | 561 LOCATION_LINE (e->goto_locus), LOCATION_COLUMN (e->goto_locus)); in dump_edge_info()
|
| D | final.cc | 1699 last_columnnum = LOCATION_COLUMN (prologue_location); in final_start_function_1() 2337 override_columnnum = LOCATION_COLUMN (*locus_ptr); in final_scan_insn_1() 2373 override_columnnum = LOCATION_COLUMN (*locus_ptr); in final_scan_insn_1()
|
| D | dumpfile.cc | 478 LOCATION_LINE (loc), LOCATION_COLUMN (loc)); in dump_loc() 507 LOCATION_LINE (loc), LOCATION_COLUMN (loc)); in dump_loc()
|
| D | diagnostic-show-locus.cc | 2975 ASSERT_EQ (line_bytes, LOCATION_COLUMN (line_end)); in test_layout_x_offset_display_utf8() 3774 ASSERT_EQ (16, LOCATION_COLUMN (line_end)); in test_diagnostic_show_locus_one_liner() 4356 ASSERT_EQ (31, LOCATION_COLUMN (line_end)); in test_diagnostic_show_locus_one_liner_utf8()
|
| D | tree.h | 2561 #define DECL_SOURCE_COLUMN(NODE) LOCATION_COLUMN (DECL_SOURCE_LOCATION (NODE))
|
| D | ChangeLog-2016 | 18598 (selftest::assert_loceq): Only verify LOCATION_COLUMN for
|
| D | ChangeLog-2011 | 8335 (LOCATION_COLUMN): New accessor
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | cp-gimplify.cc | 3347 val = build_int_cst (TREE_TYPE (field), LOCATION_COLUMN (loc)); in fold_builtin_source_location()
|
| D | parser.cc | 2926 if (LOCATION_COLUMN (start_loc) != 1) in cp_lexer_peek_conflict_marker()
|