Home
last modified time | relevance | path

Searched refs:DECL_MINIMAL_CHECK (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree.h863 #define DECL_MINIMAL_CHECK(T) CONTAINS_STRUCT_CHECK (T, TS_DECL_MINIMAL) macro
2336 #define DECL_NAME(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.name)
2339 #define DECL_UID(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.uid)
2345 #define DECL_SOURCE_LOCATION(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.locus)
2362 #define DECL_CONTEXT(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.context)
DChangeLog-200512257 (DECL_MINIMAL_CHECK): New.