Searched defs:caret_idx (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | substring-locations.h | 55 int caret_idx, int start_idx, int end_idx) in substring_loc() 59 void set_caret_index (int caret_idx) { m_caret_idx = caret_idx; } in set_caret_index()
|
H A D | input.cc | 1705 int caret_idx, int start_idx, int end_idx, in get_location_within_string()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | substring-locations.h | 55 int caret_idx, int start_idx, int end_idx) in substring_loc() 59 void set_caret_index (int caret_idx) { m_caret_idx = caret_idx; } in set_caret_index()
|
H A D | input.c | 1545 int caret_idx, int start_idx, int end_idx, in get_location_within_string()
|