Searched refs:start_location (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dline-map.h52 and the result_location is less than the next line_map's start_location.
64 source_location start_location; variable
153 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
156 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
165 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
167 + (MAP)->start_location)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dline-map.h50 and the result_location is less than the next line_map's start_location.
62 source_location start_location; variable
151 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
154 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
163 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
165 + (MAP)->start_location)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dline-map.h65 and the result_location is less than the next line_map's start_location.
204 source_location start_location; variable
215 #define MAP_START_LOCATION(MAP) (MAP)->start_location
528 (((((LOC) - linemap_check_ordinary (MAP)->start_location) \
533 ((((LOC) - linemap_check_ordinary (MAP)->start_location) \
549 ((((linemap_check_ordinary (MAP)[1].start_location - 1 \
550 - (MAP)->start_location) \
552 + (MAP)->start_location))

Completed in 123 milliseconds