Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.h1479 #define DECL_SOURCE_FILE(NODE) (DECL_SOURCE_LOCATION (NODE).file) macro
/openbsd-src/gnu/gcc/gcc/
H A Dtree.h2297 #define DECL_SOURCE_FILE(NODE) LOCATION_FILE (DECL_SOURCE_LOCATION (NODE)) macro