Searched refs:exp_start_col (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | input.cc | 2151 int exp_start_col, int exp_finish_col) in assert_token_loc_eq() argument 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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | input.c | 1991 int exp_start_col, int exp_finish_col) in assert_token_loc_eq() argument 2002 ASSERT_EQ_AT (loc, exp_start_col, LOCATION_COLUMN (tok_loc)); in assert_token_loc_eq() 2004 ASSERT_EQ_AT (loc, exp_start_col, LOCATION_COLUMN (tok_range.m_start)); in assert_token_loc_eq()
|