Home
last modified time | relevance | path

Searched defs:DECL_SOURCE_LINE (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.h1480 #define DECL_SOURCE_LINE(NODE) (DECL_SOURCE_LOCATION (NODE).line) macro
/openbsd/gnu/gcc/gcc/
H A Dtree.h2298 #define DECL_SOURCE_LINE(NODE) LOCATION_LINE (DECL_SOURCE_LOCATION (NODE)) macro