Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree.h1435 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCATION (NODE) != UNKNOWN_LOCATION) macro
1460 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCUS (NODE) != NULL) macro