Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h66 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP) macro
H A Dc-decl.cc2086 && 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h66 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP) macro
H A Dc-decl.c2064 && 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200232456 (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
32459 (C_FUNCTION_IMPLICIT_INT): New macro.