OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:line_map
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
line-map.h
40
/* A logical line/column number, i.e. an "index" into a
line_map
. */
51
and the result_location is less than the next
line_map
's start_location.
60
struct
line_map
GTY(())
function
73
/* A set of chronological
line_map
structures. */
76
struct
line_map
* GTY ((length ("%h.used"))) maps;
100
may require allocating a new
line_map
. */
137
maps, so any stored
line_map
pointers should not be used. */
138
extern const struct
line_map
*linemap_add
144
extern const struct
line_map
*linemap_lookup
151
const struct
line_map
*);
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
line-map.h
40
/* A logical line/column number, i.e. an "index" into a
line_map
. */
51
and the result_location is less than the next
line_map
's start_location.
60
struct
line_map
GTY(())
function
73
/* A set of chronological
line_map
structures. */
76
struct
line_map
* GTY ((length ("%h.used"))) maps;
100
may require allocating a new
line_map
. */
137
maps, so any stored
line_map
pointers should not be used. */
138
extern const struct
line_map
*linemap_add
144
extern const struct
line_map
*linemap_lookup
151
const struct
line_map
*);
[
all
...]
Completed in 77 milliseconds