Searched refs:main_identifier_node (Results 1 – 5 of 5) sorted by relevance
2079 #define main_identifier_node global_trees[TI_MAIN_IDENTIFIER] macro2080 #define MAIN_NAME_P(NODE) (IDENTIFIER_NODE_CHECK (NODE) == main_identifier_node)
3607 main_identifier_node = get_identifier ("main"); in c_common_nodes_and_builtins()
10647 (MAIN_NAME_P, main_identifier_node): New macros.10648 * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
3377 #define main_identifier_node global_trees[TI_MAIN_IDENTIFIER] macro3378 #define MAIN_NAME_P(NODE) (IDENTIFIER_NODE_CHECK (NODE) == main_identifier_node)
3393 main_identifier_node = get_identifier ("main"); in c_common_nodes_and_builtins()