Home
last modified time | relevance | path

Searched refs:DECL_CHECK (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree.h354 #define DECL_CHECK(tree) TREE_CLASS_CHECK (tree, 'd') macro
1393 #define DECL_NAME(NODE) (DECL_CHECK (NODE)->decl.name)
1404 (DECL_CHECK (NODE)->decl.assembler_name != NULL_TREE)
1408 (DECL_CHECK (NODE)->decl.assembler_name = (NAME))
1427 #define DECL_SECTION_NAME(NODE) (DECL_CHECK (NODE)->decl.section_name)
1435 #define DECL_CONTEXT(NODE) (DECL_CHECK (NODE)->decl.context)
1438 #define DECL_ATTRIBUTES(NODE) (DECL_CHECK (NODE)->decl.attributes)
1452 #define DECL_ARGUMENTS(NODE) (DECL_CHECK (NODE)->decl.arguments)
1455 #define DECL_RESULT_FLD(NODE) (DECL_CHECK (NODE)->decl.result)
1467 #define DECL_INITIAL(NODE) (DECL_CHECK (NODE)->decl.initial)
[all …]
Dtree.c151 return DECL_CHECK (decl)->decl.assembler_name;
DFSFChangeLog1231 (TYPE_CHECK, DECL_CHECK): Define.
DChangeLog.03026 (TYPE_CHECK, DECL_CHECK): Define.
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.h725 #define DECL_END_SOURCE_LINE(DECL) (DECL_CHECK (DECL)->decl.u1.i)
726 #define DECL_INHERITED_SOURCE_LINE(DECL) (DECL_CHECK (DECL)->decl.u2.i)
Djava-tree.h962 #define DECL_BIT_INDEX(DECL) (DECL_CHECK (DECL)->decl.pointer_alias_set)
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcp-tree.h2497 (DECL_LANG_SPECIFIC (DECL_CHECK (NODE))->decl_flags.anticipated_p)