Searched refs:C_FUNCTION_IMPLICIT_INT (Results 1 – 5 of 5) sorted by relevance
66 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP) macro
2086 && C_FUNCTION_IMPLICIT_INT (newdecl) && !DECL_INITIAL (olddecl)) in diagnose_mismatched_decls()2092 C_FUNCTION_IMPLICIT_INT (newdecl) = 0; in diagnose_mismatched_decls()7655 C_FUNCTION_IMPLICIT_INT (decl) = 1; in grokdeclarator()10319 && !C_FUNCTION_IMPLICIT_INT (fndecl) in finish_function()
2064 && C_FUNCTION_IMPLICIT_INT (newdecl) && !DECL_INITIAL (olddecl)) in diagnose_mismatched_decls()2070 C_FUNCTION_IMPLICIT_INT (newdecl) = 0; in diagnose_mismatched_decls()7334 C_FUNCTION_IMPLICIT_INT (decl) = 1; in grokdeclarator()9922 && !C_FUNCTION_IMPLICIT_INT (fndecl) in finish_function()
32456 (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without32459 (C_FUNCTION_IMPLICIT_INT): New macro.