Searched refs:main_identifier_node (Results 1 – 3 of 3) sorted by relevance
3457 #define main_identifier_node global_trees[TI_MAIN_IDENTIFIER] macro3458 #define MAIN_NAME_P(NODE) (IDENTIFIER_NODE_CHECK (NODE) == main_identifier_node)
3487 main_identifier_node = get_identifier ("main"); in c_common_nodes_and_builtins()
10653 (MAIN_NAME_P, main_identifier_node): New macros.10654 * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.