Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree.h3457 #define main_identifier_node global_trees[TI_MAIN_IDENTIFIER] macro
3458 #define MAIN_NAME_P(NODE) (IDENTIFIER_NODE_CHECK (NODE) == main_identifier_node)
H A Dc-common.c3487 main_identifier_node = get_identifier ("main"); in c_common_nodes_and_builtins()
H A DChangeLog-200010653 (MAIN_NAME_P, main_identifier_node): New macros.
10654 * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.