OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_ADHOC_LOC
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
input.h
54
((
IS_ADHOC_LOC
(LOC)) ? get_location_from_adhoc_loc (line_table, LOC) : (LOC))
56
((tree) ((
IS_ADHOC_LOC
(LOC)) ? get_data_from_adhoc_loc (line_table, (LOC)) \
line-map.h
444
#define
IS_ADHOC_LOC
(LOC) (((LOC) & MAX_SOURCE_LOCATION) != (LOC))
Completed in 50 milliseconds