Searched refs:static_function (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dmmix-1.c12 static int static_function (void);
23 + static_function ();
27 static_function (void) function
40 /* { dg-final { scan-assembler-not ":static_function" } } */
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcp-tree.h1180 unsigned static_function : 1;
1310 #define DECL_STATIC_FUNCTION_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.static_function)
1173 unsigned static_function : 1; member in struct:lang_decl_flags
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-tree.h2084 unsigned static_function : 1;
2463 (LANG_DECL_FN_CHECK (NODE)->static_function)

Completed in 119 milliseconds