Home
last modified time | relevance | path

Searched refs:main_identifier_node (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.h2079 #define main_identifier_node global_trees[TI_MAIN_IDENTIFIER] macro
2080 #define MAIN_NAME_P(NODE) (IDENTIFIER_NODE_CHECK (NODE) == main_identifier_node)
H A Dc-common.c3607 main_identifier_node = get_identifier ("main"); in c_common_nodes_and_builtins()
H A DChangeLog.410647 (MAIN_NAME_P, main_identifier_node): New macros.
10648 * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
/openbsd-src/gnu/gcc/gcc/
H A Dtree.h3377 #define main_identifier_node global_trees[TI_MAIN_IDENTIFIER] macro
3378 #define MAIN_NAME_P(NODE) (IDENTIFIER_NODE_CHECK (NODE) == main_identifier_node)
H A Dc-common.c3393 main_identifier_node = get_identifier ("main"); in c_common_nodes_and_builtins()