| /src/external/gpl3/gcc/dist/gcc/ |
| diagnostic-format-sarif.cc | 994 int start_column = get_sarif_column (exploc_start); local 995 region_obj->set_integer ("startColumn", start_column);
|
| diagnostic-show-locus.cc | 404 bool annotation_line_showed_range_p (linenum_type line, int start_column, 2152 the exact range from START_COLUMN to FINISH_COLUMN (in display units). */ 2155 layout::annotation_line_showed_range_p (linenum_type line, int start_column, 2162 && range->m_start.m_columns[CU_DISPLAY_COLS] == start_column 2286 int start_column; local 2290 start_column = location_compute_display_column (fc, exploc_start, policy); 2292 finish_column = start_column - 1; 2299 start_column = exploc_start.column; 2302 return column_range (start_column, finish_column); 2313 int start_column = location_compute_display_column (fc, exploc, policy) local 2606 int start_column = c->m_printed_columns.start; local 2619 int start_column = c->m_affected_columns.start; local [all...] |
| gcov.cc | 320 unsigned start_column; member in class:function_info 373 ? lhs->start_column < rhs->start_column 721 start_line (0), start_column (0), end_line (0), end_column (0), 1335 function->set_integer ("start_column", (*it)->start_column); 1954 unsigned start_column = gcov_read_unsigned (); 1968 fn->start_column = start_column; 1953 unsigned start_column = gcov_read_unsigned (); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| diagnostic-show-locus.cc | 402 bool annotation_line_showed_range_p (linenum_type line, int start_column, 2103 the exact range from START_COLUMN to FINISH_COLUMN (in display units). */ 2106 layout::annotation_line_showed_range_p (linenum_type line, int start_column, 2113 && range->m_start.m_columns[CU_DISPLAY_COLS] == start_column 2231 int start_column; local 2235 start_column = location_compute_display_column (exploc_start, policy); 2237 finish_column = start_column - 1; 2243 start_column = exploc_start.column; 2246 return column_range (start_column, finish_column); 2256 int start_column = location_compute_display_column (exploc, policy) local 2542 int start_column = c->m_printed_columns.start; local 2555 int start_column = c->m_affected_columns.start; local [all...] |
| gcov.cc | 285 unsigned start_column; member in class:function_info 338 ? lhs->start_column < rhs->start_column 677 start_line (0), start_column (0), end_line (0), end_column (0), 1230 function->set ("start_column", 1231 new json::integer_number ((*it)->start_column)); 1854 unsigned start_column = gcov_read_unsigned (); 1868 fn->start_column = start_column; 1853 unsigned start_column = gcov_read_unsigned (); local
|
| /src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| c-index-test.c | 1217 unsigned start_line, start_column, end_line, end_column; local 1220 &start_column, 0); 1226 clang_getCString(insertion_text), start_line, start_column); 1231 PrintExtent(out, start_line, start_column, end_line, end_column); 1238 PrintExtent(out, start_line, start_column, end_line, end_column); 4253 unsigned start_line, start_column, end_line, end_column; local 4255 0, &start_line, &start_column, 0); 4259 PrintExtent(stdout, start_line, start_column, end_line, end_column); 4268 unsigned start_line, start_column, end_line, end_column; local 4278 0, &start_line, &start_column, 0) local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 25141 size_t start_column = 0; 25149 start_column += fprintf (file, "%*s", indent, ""); 25157 start_column += fprintf (stderr, DEBUG_FMT_WX, string, flags); 25160 cur_column = start_column; 25194 fprintf (stderr, ", \\\n%*s", (int)start_column, ""); 25195 cur_column = start_column + len; 25092 size_t start_column = 0; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 24689 size_t start_column = 0; 24697 start_column += fprintf (file, "%*s", indent, ""); 24705 start_column += fprintf (stderr, DEBUG_FMT_WX, string, flags); 24708 cur_column = start_column; 24742 fprintf (stderr, ", \\\n%*s", (int)start_column, ""); 24743 cur_column = start_column + len; 24640 size_t start_column = 0; local
|