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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c2414 implicitly_declare (tree functionid)
2420 for (b = I_SYMBOL_BINDING (functionid); b; b = b->shadowed)
2441 bind (functionid, decl, file_scope,
2456 implicit_decl_warning (functionid, decl);
2482 bind (functionid, decl, current_scope,
2489 decl = build_decl (FUNCTION_DECL, functionid, default_function_type);
2493 implicit_decl_warning (functionid, 0);
2404 implicitly_declare(tree functionid) argument

Completed in 125 milliseconds