Searched refs:DECL_MAIN_P (Results 1 – 16 of 16) sorted by relevance
2540 if (DECL_MAIN_P (fn))
4259 else if (DECL_MAIN_P (x))9699 if (ctype == NULL_TREE && DECL_MAIN_P (decl))14393 else if (DECL_MAIN_P (decl1))14994 if (DECL_MAIN_P (current_function_decl))15506 return DECL_MAIN_P (decl);
381 #define DECL_MAIN_P(NODE) \ macro3360 #define DECL_MAIN_P(NODE) \ macro
2673 if (pedantic && DECL_MAIN_P (function))4203 else if (pedantic && DECL_MAIN_P (arg))
8158 * cp-tree.h (DECL_MAIN_P): Check for C linkage.10279 (DECL_MAIN_P): ::main should have a DECL_CONTEXT of NULL_TREE.11051 (DECL_MAIN_P): Likwise.
13978 (DECL_MAIN_P): Use DECL_EXTERN_C_FUNCTION_P.
6161 if (ctype == NULL_TREE && DECL_MAIN_P (decl)) in grokfndecl()6274 if (ctype == NULL_TREE && DECL_MAIN_P (decl) in grokfndecl()10853 if (DECL_MAIN_P (decl1)) in start_function()11206 if (DECL_MAIN_P (current_function_decl)) in finish_function()11723 return DECL_MAIN_P (decl); in cp_missing_noreturn_ok_p()
2673 if (pedantic && DECL_MAIN_P (function)) in build_function_call()4259 else if (pedantic && DECL_MAIN_P (arg)) in build_unary_op()
301 #define DECL_MAIN_P(NODE) \ macro
734 else if (DECL_MAIN_P (x) && TREE_CODE (t) == FUNCTION_DECL) in pushdecl_maybe_friend()
1370 * cp-tree.h (DECL_MAIN_P): Check for C linkage.3491 (DECL_MAIN_P): ::main should have a DECL_CONTEXT of NULL_TREE.4263 (DECL_MAIN_P): Likwise.
4106 (DECL_MAIN_P): Use DECL_EXTERN_C_FUNCTION_P.
3743 * cp-tree.h (DECL_MAIN_P): Remove duplicate definition.
1085 @item DECL_MAIN_P
1273 @item DECL_MAIN_P
5007 `DECL_MAIN_P'32170 * DECL_MAIN_P: Function Basics. (line 7)