HomeSort by: relevance | last modified time | path
    Searched defs:to_line (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 396 Physical source file TO_FILE at line TO_LINE at column 0 is represented
397 by the logical START_LOCATION. TO_LINE+L at column C is represented by
441 linenum_type to_line; variable
660 return ord_map->to_line;
1038 (physical) line TO_LINE in the current source file (as in the
1044 (class line_maps *set, linenum_type to_line, unsigned int max_column_hint);
1057 TO_FILE is NULL, then TO_FILE, TO_LINE and SYSP are given their
1064 const char *to_file, linenum_type to_line);
1160 >> ord_map->m_column_and_range_bits) + ord_map->to_line;
1224 return ord_map->to_line;
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 394 Physical source file TO_FILE at line TO_LINE at column 0 is represented
395 by the logical START_LOCATION. TO_LINE+L at column C is represented by
439 linenum_type to_line; variable
649 return ord_map->to_line;
1078 (physical) line TO_LINE in the current source file (as in the
1084 (class line_maps *set, linenum_type to_line, unsigned int max_column_hint);
1097 TO_FILE is NULL, then TO_FILE, TO_LINE and SYSP are given their
1104 const char *to_file, linenum_type to_line);
1198 >> ord_map->m_column_and_range_bits) + ord_map->to_line;
1261 return ord_map->to_line;
    [all...]

Completed in 31 milliseconds