Searched refs:decl (Results 1 - 25 of 204) sorted by relevance

123456789

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dwinnt-cxx.c39 i386_pe_type_dllimport_p (tree decl) argument
41 gcc_assert (TREE_CODE (decl) == VAR_DECL
42 || TREE_CODE (decl) == FUNCTION_DECL);
44 if (TARGET_NOP_FUN_DLLIMPORT && TREE_CODE (decl) == FUNCTION_DECL)
51 if (TREE_CODE (decl) == FUNCTION_DECL
52 && (DECL_DECLARED_INLINE_P (decl)
53 || DECL_TEMPLATE_INSTANTIATION (decl)
54 || DECL_ARTIFICIAL (decl)))
60 else if (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE
61 && DECL_VIRTUAL_P (decl))
105 i386_pe_type_dllexport_p(tree decl) argument
118 maybe_add_dllimport(tree decl) argument
[all...]
H A Dwinnt-stubs.c38 i386_pe_type_dllimport_p (tree decl ATTRIBUTE_UNUSED)
45 i386_pe_type_dllexport_p (tree decl ATTRIBUTE_UNUSED)
H A Dwinnt.c92 until the language frontend has processed the decl. We'll check for
110 associated_type (tree decl)
112 return (DECL_CONTEXT (decl) && TYPE_P (DECL_CONTEXT (decl)))
113 ? DECL_CONTEXT (decl) : NULL_TREE;
120 i386_pe_dllexport_p (tree decl)
122 if (TREE_CODE (decl) != VAR_DECL
123 && TREE_CODE (decl) != FUNCTION_DECL)
126 if (lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl)))
130 if (associated_type (decl)
109 associated_type(tree decl) argument
119 i386_pe_dllexport_p(tree decl) argument
138 i386_pe_dllimport_p(tree decl) argument
173 i386_pe_valid_dllimport_attribute_p(tree decl) argument
202 i386_pe_mark_dllexport(tree decl) argument
242 i386_pe_mark_dllimport(tree decl) argument
292 gen_stdcall_or_fastcall_suffix(tree decl, bool fastcall) argument
341 i386_pe_encode_section_info(tree decl, rtx rtl, int first) argument
484 i386_pe_unique_section(tree decl, int reloc) argument
530 i386_pe_section_type_flags(tree decl, const char *name, int reloc) argument
575 i386_pe_asm_named_section(const char *name, unsigned int flags, tree decl) argument
643 tree decl; local
656 i386_pe_record_external_function(tree decl, const char *name) argument
709 tree decl; local
[all...]
H A Dnetware.c42 gen_stdcall_or_fastcall_decoration (tree decl, char prefix) argument
45 /* ??? This probably should use XSTR (XEXP (DECL_RTL (decl), 0), 0) instead
47 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
49 tree formal_type = TYPE_ARG_TYPES (TREE_TYPE (decl));
90 gen_regparm_prefix (tree decl, unsigned nregs) argument
93 /* ??? This probably should use XSTR (XEXP (DECL_RTL (decl), 0), 0) instead
95 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
97 tree formal_type = TYPE_ARG_TYPES (TREE_TYPE (decl));
134 i386_nlm_encode_section_info (tree decl, rtx rtl, int first) argument
136 default_encode_section_info (decl, rt
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dpe.c44 arm_dllexport_p (decl)
45 tree decl;
49 if (TREE_CODE (decl) != VAR_DECL
50 && TREE_CODE (decl) != FUNCTION_DECL)
52 exp = lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl));
62 arm_dllimport_p (decl)
63 tree decl;
67 if (TREE_CODE (decl) == FUNCTION_DECL
71 if (TREE_CODE (decl) != VAR_DECL
72 && TREE_CODE (decl) !
[all...]
/freebsd-9.3-release/contrib/sendmail/include/sm/os/
H A Dsm_os_next.h24 #define SM_UNUSED(decl) decl
/freebsd-9.3-release/contrib/gcc/cp/
H A Dfriend.c51 /* It's a function decl. */
132 add_friend (tree type, tree decl, bool complain) argument
139 if (decl == error_mark_node)
144 name = DECL_NAME (decl);
154 if (decl == TREE_VALUE (friends))
158 decl, type);
163 maybe_add_class_template_decl_list (type, decl, /*friend_p=*/1);
165 TREE_VALUE (list) = tree_cons (NULL_TREE, decl,
172 ctx = DECL_CONTEXT (decl);
174 perform_or_defer_access_check (TYPE_BINFO (ctx), decl, dec local
290 tree decl; local
407 do_friend(tree ctype, tree declarator, tree decl, tree attrlist, enum overload_flags flags, bool funcdef_flag) argument
[all...]
H A Ddecl2.c28 /* ??? not all decl nodes are given the most useful possible
40 #include "decl.h"
440 tree decl;
443 decl = DECL_TEMPLATE_RESULT (tmpl);
445 if (TREE_CODE (decl) == FUNCTION_DECL
446 || (TREE_CODE (decl) == TYPE_DECL
447 && IS_AGGR_TYPE (TREE_TYPE (decl))))
452 gcc_assert (!(TREE_CODE (decl) == FUNCTION_DECL
453 && DECL_VIRTUAL_P (decl)));
460 error ("template declaration of %q#D", decl);
439 tree decl; local
697 note_vague_linkage_fn(tree decl) argument
711 finish_static_data_member_decl(tree decl, tree init, bool init_const_expr_p, tree asmspec_tree, int flags) argument
996 cplus_decl_attributes(tree *decl, tree attributes, int flags) argument
1030 tree decl; local
1220 mark_vtable_entries(tree decl) argument
1254 comdat_linkage(tree decl) argument
1309 maybe_make_one_only(tree decl) argument
1421 mark_needed(tree decl) argument
1437 decl_needed_p(tree decl) argument
1579 constrain_visibility(tree decl, int visibility) argument
1606 constrain_visibility_for_template(tree decl, tree targs) argument
1656 determine_visibility(tree decl) argument
1812 determine_visibility_from_class(tree decl, tree class_type) argument
1923 import_export_decl(tree decl) argument
2188 build_cleanup(tree decl) argument
2218 get_guard(tree decl) argument
2587 one_static_initialization_or_destruction(tree decl, tree init, bool initp) argument
2721 tree decl = TREE_VALUE (node); local
2787 tree decl = TREE_VALUE (t); local
3059 tree decl; local
3102 tree decl; local
3493 mark_used(tree decl) argument
[all...]
H A Ddecl.c28 /* ??? not all decl nodes are given the most useful possible
41 #include "decl.h"
159 which reside in the global scope. The decl is stored in
198 /* The decl itself. */
458 tree decl;
460 for (decl = scope->names; decl; decl = TREE_CHAIN (decl))
461 objc_volatilize_decl (decl);
455 tree decl; local
477 tree decl; local
543 tree decl; local
702 pop_binding (DECL_NAME (name), decl); local
871 tree decl; local
887 push_local_name(tree decl) argument
2237 tree decl; local
2277 tree decl; local
2301 tree decl, shadow; local
2319 decl_jump_unsafe(tree decl) argument
2340 identify_goto(tree decl, const location_t *locus) argument
2357 check_previous_goto_1(tree decl, struct cp_binding_level* level, tree names, bool exited_omp, const location_t *locus) argument
2423 check_previous_goto(tree decl, struct named_label_use_entry *use) argument
2440 check_goto(tree decl) argument
2560 tree decl; local
3039 tree type, decl; local
3070 tree decl = pushdecl (build_decl (TYPE_DECL, get_identifier (name), type)); local
3365 tree decl = build_decl (VAR_DECL, id, type); local
3416 tree decl = build_library_fn_1 (get_identifier (name), ERROR_MARK, type); local
3795 tree decl = grokdeclarator (/*declarator=*/NULL, local
3843 tree decl; local
4067 start_decl_1(tree decl, bool initialized) argument
4145 grok_reference_init(tree decl, tree type, tree init, tree *cleanup) argument
4227 maybe_deduce_size_from_array_init(tree decl, tree init) argument
4297 layout_var_decl(tree decl) argument
4356 maybe_commonize_var(tree decl) argument
4414 check_for_uninitialized_const_var(tree decl) argument
4802 check_initializer(tree decl, tree init, int flags, tree *cleanup) argument
4967 make_rtl_for_nonlocal_decl(tree decl, tree init, const char* asmspec) argument
5055 initialize_local_var(tree decl, tree init) argument
5119 initialize_artificial_var(tree decl, tree init) argument
5175 cp_finish_decl(tree decl, tree init, bool init_const_expr_p, tree asmspec_tree, int flags) argument
5267 set_identifier_type_value (DECL_NAME (decl), decl); local
5487 finish_decl(tree decl, tree init, tree asmspec_tree) argument
5502 tree decl; local
5689 register_dtor_fn(tree decl) argument
5752 expand_static_init(tree decl, tree init) argument
5995 check_class_member_definition_namespace(tree decl) argument
6085 tree decl; local
6398 set_linkage_for_static_data_member(tree decl) argument
6427 tree decl; local
6639 check_static_variable_definition(tree decl, tree type) argument
7126 tree decl = id_declarator->u.id.unqualified_name; local
8127 tree decl; local
8242 tree decl = cp_build_parm_decl (NULL_TREE, TREE_VALUE (args)); local
8387 tree decl; local
8904 check_default_argument(tree decl, tree arg) argument
8990 tree decl; local
9146 grok_special_member_properties(tree decl) argument
9199 grok_ctor_properties(tree ctype, tree decl) argument
9256 grok_op_properties(tree decl, bool complain) argument
9644 check_elaborated_type_specifier(enum tag_types tag_code, tree decl, bool allow_template_p) argument
9730 tree decl; local
10211 tree decl; local
10408 tree decl; local
10524 check_function_type(tree decl, tree current_function_parms) argument
11053 save_function_data(tree decl) argument
11568 finish_method(tree decl) argument
11677 cxx_maybe_build_cleanup(tree decl) argument
11719 revert_static_member_fn(tree decl) argument
11809 cp_missing_noreturn_ok_p(tree decl) argument
11818 cxx_comdat_group(tree decl) argument
[all...]
H A Dsemantics.c117 names used in a decl-specifier-seq until we know what is being
249 probe->decl == chk->decl &&
276 enforce_access (chk->binfo, chk->decl, chk->diag_decl);
305 perform_or_defer_access_check (tree binfo, tree decl, tree diag_decl) argument
325 enforce_access (binfo, decl, diag_decl);
335 if (chk->decl == decl && chk->binfo == binfo &&
346 new_access->decl = decl;
426 add_decl_expr(tree decl) argument
482 push_cleanup(tree decl, tree cleanup, bool eh_only) argument
1114 finish_handler_parms(tree decl, tree handler) argument
1332 tree decl = define_label (input_location, name); local
1359 finish_decl_cleanup(tree decl, tree cleanup) argument
1413 finish_non_static_data_member(tree decl, tree object, tree qualifying_scope) argument
1502 check_accessibility_of_qualified_id(tree decl, tree object_type, tree nested_name_specifier) argument
1557 perform_or_defer_access_check (TYPE_BINFO (qualifying_type), decl, local
1558 decl); local
2092 tree decl; local
2136 tree decl = build_decl (TYPE_DECL, identifier, NULL_TREE); local
2246 finish_member_declaration(tree decl) argument
2341 note_decl_for_pch(tree decl) argument
2373 tree decl; local
2422 qualified_name_lookup_error(tree scope, tree name, tree decl) argument
2508 finish_id_expression(tree id_expression, tree decl, tree scope, cp_id_kind *idk, bool integral_constant_expression_p, bool allow_non_integral_constant_expression_p, bool *non_integral_constant_expression_p, bool template_p, bool done, bool address_p, bool template_arg_p, const char **error_msg) argument
2895 perform_or_defer_access_check (TYPE_BINFO (path), decl, decl); local
3807 finish_omp_for(location_t locus, tree decl, tree init, tree cond, tree incr, tree body, tree pre_body) argument
3950 cxx_omp_predetermined_sharing(tree decl) argument
[all...]
H A Dmangle.c37 returns an identifier containing the mangled name for a decl.
39 particular constructs when the appropriate decl for that construct
249 decl). See write_template_prefix for more information on what this
304 decl_is_template_id (const tree decl, tree* const template_info) argument
306 if (TREE_CODE (decl) == TYPE_DECL)
310 const tree type = TREE_TYPE (decl);
324 if (DECL_LANG_SPECIFIC (decl) != NULL
325 && DECL_USE_TEMPLATE (decl)
326 && PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (decl))
327 && TREE_CODE (decl) !
442 tree decl = NULL; local
531 tree decl; local
663 write_mangled_name(const tree decl, bool top_level) argument
724 write_encoding(const tree decl) argument
783 write_name(tree decl, const int ignore_local_scope) argument
865 write_unscoped_name(const tree decl) argument
893 write_unscoped_template_name(const tree decl) argument
911 write_nested_name(const tree decl) argument
954 tree decl; local
1019 tree decl = DECL_P (node) ? node : TYPE_NAME (node); local
1096 write_unqualified_name(const tree decl) argument
1880 write_bare_function_type(const tree type, const int include_return_type_p, const tree decl) argument
1910 decl); local
1920 write_method_parms(tree parm_types, const int method_p, const tree decl) argument
2364 write_template_template_arg(const tree decl) argument
2582 mangle_decl_string(const tree decl) argument
2613 mangle_decl(const tree decl) argument
[all...]
H A Dcp-objcp-common.c57 cxx_warn_unused_global_decl (tree decl) argument
59 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_DECLARED_INLINE_P (decl))
61 if (DECL_IN_SYSTEM_HEADER (decl))
65 if (TREE_CODE (decl) == VAR_DECL && TREE_READONLY (decl))
214 /* c-pragma.c needs to query whether a decl has extern "C" linkage. */
216 has_c_linkage (tree decl) argument
218 return DECL_EXTERN_C_P (decl);
/freebsd-9.3-release/contrib/gcc/config/
H A Dsol2.c41 solaris_insert_attributes (tree decl, tree *attributes) argument
45 if (solaris_pending_aligns != NULL && TREE_CODE (decl) == VAR_DECL)
50 if (DECL_NAME (decl) == name)
52 if (lookup_attribute ("aligned", DECL_ATTRIBUTES (decl))
55 "aligned %q+D", decl);
66 if (solaris_pending_inits != NULL && TREE_CODE (decl) == FUNCTION_DECL)
70 if (DECL_NAME (decl) == name)
83 if (solaris_pending_finis != NULL && TREE_CODE (decl) == FUNCTION_DECL)
87 if (DECL_NAME (decl) == name)
104 solaris_output_init_fini (FILE *file, tree decl) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dcgraphunit.c194 decide_is_function_needed (struct cgraph_node *node, tree decl) argument
197 if (MAIN_NAME_P (DECL_NAME (decl))
198 && TREE_PUBLIC (decl))
208 if (!flag_unit_at_a_time && lookup_attribute ("used", DECL_ATTRIBUTES (decl)))
214 if (DECL_ASSEMBLER_NAME_SET_P (decl)
215 && TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
232 if (((TREE_PUBLIC (decl)
234 && !DECL_DECLARED_INLINE_P (decl)
237 && !DECL_COMDAT (decl) && !DECL_EXTERNAL (decl))
284 tree decl = cgraph_varpool_first_unanalyzed_node->decl; local
326 tree decl = node->decl; local
467 cgraph_finalize_function(tree decl, bool nested) argument
543 tree decl = TREE_OPERAND (*tp, 0); local
585 tree decl; local
607 tree decl = TREE_VALUE (step); local
660 tree decl; local
782 tree decl; local
857 tree decl = node->decl; local
947 tree decl = node->decl; local
1006 tree decl = node->decl; local
1029 tree decl = vnode->decl; local
1105 tree decl = cgraph_nodes_queue->decl; local
1154 tree decl = node->decl; local
1190 tree decl = node->decl; local
1233 tree decl = node->decl; local
1496 cgraph_preserve_function_body_p(tree decl) argument
1641 tree vectype, decl = vnode->decl; local
1676 tree decl, name, resdecl; local
[all...]
H A Dlanghooks.c138 lhd_warn_unused_global_decl (tree decl) argument
143 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_INLINE (decl))
145 if (TREE_CODE (decl) == VAR_DECL && TREE_READONLY (decl))
147 if (DECL_IN_SYSTEM_HEADER (decl))
155 lhd_set_decl_assembler_name (tree decl) argument
161 gcc_assert (TREE_CODE (decl) == FUNCTION_DECL
162 || (TREE_CODE (decl) == VAR_DECL
163 && (TREE_STATIC (decl)
261 lhd_decl_printable_name(tree decl, int ARG_UNUSED (verbosity)) argument
464 lhd_comdat_group(tree decl) argument
482 tree decl; local
[all...]
H A Dvarasm.c95 /* The last decl for which assemble_variable was called,
285 get_section (const char *name, unsigned int flags, tree decl)
298 sect->named.decl = decl;
308 if (decl == 0)
309 decl = sect->named.decl;
310 gcc_assert (decl);
311 error ("%+D causes a section type conflict", decl);
447 DECL_SECTION_NAME. DECL is the decl associate
284 get_section(const char *name, unsigned int flags, tree decl) argument
451 get_named_section(tree decl, const char *name, int reloc) argument
467 resolve_unique_section(tree decl, int reloc ATTRIBUTE_UNUSED, int flag_function_or_data_sections) argument
539 hot_function_section(tree decl) argument
556 function_section(tree decl) argument
598 default_function_rodata_section(tree decl) argument
750 set_user_assembler_name(tree decl, const char *name) argument
822 bss_initializer_p(tree decl) argument
837 align_variable(tree decl, bool dont_output_data) argument
880 get_variable_section(tree decl, bool prefer_noswitch_p) argument
921 get_block_for_decl(tree decl) argument
970 use_blocks_for_decl_p(tree decl) argument
1000 make_decl_rtl(tree decl) argument
1300 notice_global_symbol(tree decl) argument
1340 assemble_start_function(tree decl, const char *fnname) argument
1481 assemble_end_function(tree decl, const char *fnname ATTRIBUTE_UNUSED) argument
1653 assemble_noswitch_variable(tree decl, const char *name, section *sect) argument
1682 assemble_variable_contents(tree decl, const char *name, bool dont_output_data) argument
1720 assemble_variable(tree decl, int top_level ATTRIBUTE_UNUSED, int at_end ATTRIBUTE_UNUSED, int dont_output_data) argument
1894 incorporeal_function_p(tree decl) argument
1914 assemble_external_real(tree decl) argument
1995 mark_decl_referenced(tree decl) argument
4057 tree decl = TREE_OPERAND (exp, 0); local
4512 mark_weak(tree decl) argument
4595 declare_weak(tree decl) argument
4613 weak_finish_1(tree decl) argument
4723 tree decl = TREE_VALUE (t); local
4732 globalize_decl(tree decl) argument
4784 tree decl; local
4798 find_decl_and_mark_needed(tree decl, tree target) argument
4841 do_assemble_alias(tree decl, tree target) argument
4966 assemble_alias(tree decl, tree target) argument
5041 default_assemble_visibility(tree decl, int vis) argument
5065 maybe_assemble_visibility(tree decl) argument
5095 make_decl_one_only(tree decl) argument
5193 decl_default_tls_model(tree decl) argument
5227 default_section_type_flags(tree decl, const char *name, int reloc) argument
5390 default_pe_asm_named_section(const char *name, unsigned int flags, tree decl) argument
5408 default_select_section(tree decl, int reloc, unsigned HOST_WIDE_INT align ATTRIBUTE_UNUSED) argument
5433 categorize_decl_for_section(tree decl, int reloc) argument
5515 decl_readonly_section(tree decl, int reloc) argument
5535 default_elf_select_section(tree decl, int reloc, unsigned HOST_WIDE_INT align) argument
5599 default_unique_section(tree decl, int reloc) argument
5745 default_encode_section_info(tree decl, rtx rtl, int first ATTRIBUTE_UNUSED) argument
5805 tree decl; local
6036 tree decl; local
6167 tree decl; local
6233 default_elf_asm_output_external(FILE *file ATTRIBUTE_UNUSED, tree decl, const char *name ATTRIBUTE_UNUSED) argument
[all...]
H A Dc-omp.c162 check_omp_for_incr_expr (tree exp, tree decl) argument
167 || TYPE_PRECISION (TREE_TYPE (exp)) < TYPE_PRECISION (TREE_TYPE (decl)))
170 if (exp == decl)
176 t = check_omp_for_incr_expr (TREE_OPERAND (exp, 0), decl);
181 t = check_omp_for_incr_expr (TREE_OPERAND (exp, 0), decl);
186 t = check_omp_for_incr_expr (TREE_OPERAND (exp, 0), decl);
189 t = check_omp_for_incr_expr (TREE_OPERAND (exp, 1), decl);
207 c_finish_omp_for (location_t locus, tree decl, tree init, tree cond, argument
217 if (!INTEGRAL_TYPE_P (TREE_TYPE (decl)))
219 error ("%Hinvalid type for iteration variable %qE", &elocus, decl);
433 c_omp_predetermined_sharing(tree decl) argument
[all...]
H A Ddebug.h77 void (* begin_function) (tree decl);
86 void (* function_decl) (tree decl);
90 void (* global_decl) (tree decl);
98 void (* type_decl) (tree decl, int local);
101 void (* imported_module_or_decl) (tree decl, tree context);
105 void (* deferred_inline_function) (tree decl);
110 void (* outlining_inline_function) (tree decl);
H A Dc-decl.c31 /* ??? not all decl nodes are given the most useful possible
175 a decl. All the decls in a scope - irrespective of namespace - are
181 The ->decl field usually points to a DECL node, but there are two
189 if NULL, the type is the type of the ->decl field. This is only of
199 decl. It is used to preserve the proper ordering of the ->shadowed
201 Finally, the invisible bit is true for a decl which should be
203 true for a decl that's been bound a second time in an inner scope;
209 tree decl; /* the decl bound */
212 struct c_binding *prev; /* the previous decl i
207 tree decl; /* the decl bound */ local
490 bind(tree name, tree decl, struct c_scope *scope, bool invisible, bool nested) argument
566 c_finish_incomplete_decl(tree decl) argument
923 tree decl; local
934 bind (DECL_NAME (decl), decl, file_scope, local
1159 locate_old_decl(tree decl, void (*diag)(const char *, ...) ATTRIBUTE_GCC_CDIAG(1,2)) argument
2407 tree decl = 0; local
2842 tree decl, type, init; local
2898 tree decl = build_decl (FUNCTION_DECL, id, type); local
3157 set_array_declarator_inner(struct c_declarator *decl, struct c_declarator *inner, bool abstract_p) argument
3173 add_flexible_array_elts_to_size(tree decl, tree init) argument
3233 tree decl; local
3462 finish_decl(tree decl, tree init, tree asmspec_tree) argument
3761 tree decl = grokdeclarator (parm->declarator, parm->specs, PARM, false, local
3775 tree decl; local
3815 tree decl; local
4091 const struct c_declarator *decl = declarator; local
4692 tree decl = build_decl (TYPE_DECL, NULL_TREE, type); local
4737 tree decl; local
4798 tree decl; local
5256 tree decl = b->decl; local
5850 tree decl = TREE_VALUE (x); local
6082 tree decl, type; local
6441 tree decl; local
6469 bind (DECL_NAME (decl), decl, current_scope, local
6486 bind (DECL_NAME (decl), decl, current_scope, local
6504 tree parm, decl, last; local
7046 tree decl = b->decl; local
7140 c_dup_lang_specific_decl(tree decl) argument
7196 tree id, decl; local
8024 tree decl; local
8064 tree decl; local
[all...]
H A Dcgraph.c165 return (hashval_t) DECL_UID (n->decl);
175 return DECL_UID (n1->decl) == DECL_UID (n2->decl);
199 cgraph_node (tree decl) argument
203 gcc_assert (TREE_CODE (decl) == FUNCTION_DECL);
208 key.decl = decl;
221 node->decl = decl;
223 if (DECL_CONTEXT (decl)
249 decl_assembler_name_equal(tree decl, tree asmname) argument
643 cgraph_local_info(tree decl) argument
655 cgraph_global_info(tree decl) argument
667 cgraph_rtl_info(tree decl) argument
843 cgraph_varpool_node(tree decl) argument
880 change_decl_assembler_name(tree decl, tree name) argument
939 decide_is_variable_needed(struct cgraph_varpool_node *node, tree decl) argument
978 cgraph_varpool_finalize_decl(tree decl) argument
1028 cgraph_function_possibly_inlined_p(tree decl) argument
[all...]
H A Dc-pragma.c255 apply_pragma_weak (tree decl, tree value) argument
261 decl_attributes (&decl, build_tree_list (get_identifier ("alias"),
266 if (SUPPORTS_WEAK && DECL_EXTERNAL (decl) && TREE_USED (decl)
267 && !DECL_WEAK (decl) /* Don't complain about a redundant #pragma. */
268 && TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
270 "results in unspecified behavior", decl);
272 declare_weak (decl);
276 maybe_apply_pragma_weak (tree decl) argument
287 if (!DECL_EXTERNAL (decl)
311 tree *p, t, alias_id, id, decl, *next; local
337 tree name, value, x, decl; local
416 tree oldname, newname, decl, x; local
507 maybe_apply_renaming_pragma(tree decl, tree asmname) argument
[all...]
H A Dc-semantics.c148 emit_local_var (tree decl) argument
151 if (!DECL_RTL_SET_P (decl))
153 if (DECL_HARD_REGISTER (decl))
156 rest_of_decl_compilation (decl, 0, 0);
158 expand_decl (decl);
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dgeniec.awk38 decl[i,j] = ""
52 if(decl[i,j] == "") {
55 printf " &%s,", decl[i,j]
87 decl[number,ncoding] = "decl_" coding "_" ie
109 decl[number,ncoding] = "decl_" coding "_" ie
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dcdefs.h88 # define SM_UNUSED(decl) decl
90 # define SM_UNUSED(decl) decl __attribute__((__unused__))
93 # define SM_UNUSED(decl) decl
/freebsd-9.3-release/lib/libc/i386/string/
H A Dstrncmp.S67 decl %edx
89 decl %edx
99 decl %edx
109 decl %edx
119 decl %edx
129 decl %edx
139 decl %edx
149 decl %edx

Completed in 280 milliseconds

123456789