Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-tree.h83 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP) macro
H A Dc-decl.c1269 && C_FUNCTION_IMPLICIT_INT (newdecl) && !DECL_INITIAL (olddecl)) in diagnose_mismatched_decls()
1274 C_FUNCTION_IMPLICIT_INT (newdecl) = 0; in diagnose_mismatched_decls()
5386 C_FUNCTION_IMPLICIT_INT (decl) = 1; in grokdeclarator()
7347 && !C_FUNCTION_IMPLICIT_INT (fndecl) in finish_function()
H A DChangeLog-200232456 (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
32459 (C_FUNCTION_IMPLICIT_INT): New macro.