| /src/external/gpl3/gcc/dist/libcpp/include/ |
| line-map.h | 52 typedef unsigned int linenum_type; typedef 59 inline int compare (linenum_type lhs, linenum_type rhs) 441 linenum_type to_line; 657 inline linenum_type 1044 (class line_maps *set, linenum_type to_line, unsigned int max_column_hint); 1064 const char *to_file, linenum_type to_line); 1156 inline linenum_type 1164 inline linenum_type 1203 linenum_type, unsigned int) [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| line-map.h | 50 typedef unsigned int linenum_type; typedef 57 inline int compare (linenum_type lhs, linenum_type rhs) 439 linenum_type to_line; 646 inline linenum_type 1084 (class line_maps *set, linenum_type to_line, unsigned int max_column_hint); 1104 const char *to_file, linenum_type to_line); 1194 inline linenum_type 1202 inline linenum_type 1240 linenum_type, unsigned int) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| diagnostic-show-locus.cc | 217 linenum_type m_line; 233 bool contains_point (linenum_type row, int column, 235 bool intersects_line_p (linenum_type row) const; 270 line_span (linenum_type first_line, linenum_type last_line) 275 linenum_type get_first_line () const { return m_first_line; } 276 linenum_type get_last_line () const { return m_last_line; } 278 bool contains_line_p (linenum_type line) const 293 linenum_type m_first_line; 294 linenum_type m_last_line [all...] |
| input.cc | 1960 /* Verify that compare() on linenum_type handles comparisons over the full 1966 linenum_type min_line (0); 1967 linenum_type max_line (0xffffffff);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| diagnostic-show-locus.cc | 216 linenum_type m_line; 232 bool contains_point (linenum_type row, int column, 234 bool intersects_line_p (linenum_type row) const; 269 line_span (linenum_type first_line, linenum_type last_line) 274 linenum_type get_first_line () const { return m_first_line; } 275 linenum_type get_last_line () const { return m_last_line; } 277 bool contains_line_p (linenum_type line) const 292 linenum_type m_first_line; 293 linenum_type m_last_line [all...] |
| input.cc | 1799 /* Verify that compare() on linenum_type handles comparisons over the full 1805 linenum_type min_line (0); 1806 linenum_type max_line (0xffffffff);
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| line-map.cc | 568 unsigned int sysp, const char *to_file, linenum_type to_line) 874 linemap_line_start (line_maps *set, linenum_type to_line, 880 linenum_type last_line = 937 << (CHAR_BIT * sizeof (linenum_type) - column_bits))) 1039 linenum_type line, 1091 linenum_type line = SOURCE_LINE (map, loc);
|
| internal.h | 76 linenum_type line = SOURCE_LINE (map, line_table->highest_line); \ 784 linenum_type, unsigned int);
|
| directives.cc | 110 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *); 952 number did not fit into 'linenum_type'. */ 954 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) 956 linenum_type reg = 0; 972 if (reg > ((linenum_type) -1) / 10) 975 if (reg > ((linenum_type) -1) - (c - '0')) 998 linenum_type new_lineno; 1001 linenum_type cap = CPP_OPTION (pfile, c99) ? 2147483647 : 32767; 1056 linenum_type new_lineno; 1165 const char *to_file, linenum_type to_line [all...] |
| files.cc | 1038 linenum_type line = SOURCE_LINE (map, pfile->line_table->highest_line);
|
| macro.cc | 551 linenum_type number = 1;
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| line-map.cc | 485 unsigned int sysp, const char *to_file, linenum_type to_line) 760 linemap_line_start (line_maps *set, linenum_type to_line, 766 linenum_type last_line = 823 << (CHAR_BIT * sizeof (linenum_type) - column_bits))) 925 linenum_type line, 977 linenum_type line = SOURCE_LINE (map, loc);
|
| internal.h | 75 linenum_type line = SOURCE_LINE (map, line_table->highest_line); \ 779 linenum_type, unsigned int);
|
| directives.cc | 110 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *); 934 number did not fit into 'linenum_type'. */ 936 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) 938 linenum_type reg = 0; 954 if (reg > ((linenum_type) -1) / 10) 957 if (reg > ((linenum_type) -1) - (c - '0')) 980 linenum_type new_lineno; 983 linenum_type cap = CPP_OPTION (pfile, c99) ? 2147483647 : 32767; 1038 linenum_type new_lineno; 1147 const char *to_file, linenum_type to_line [all...] |
| files.cc | 1021 linenum_type line = SOURCE_LINE (map, pfile->line_table->highest_line);
|
| macro.cc | 548 linenum_type number = 1;
|