Searched refs:C_FUNCTION_IMPLICIT_INT (Results 1 – 3 of 3) sorted by relevance
83 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP) macro
1269 && 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()
32456 (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without32459 (C_FUNCTION_IMPLICIT_INT): New macro.