Searched refs:lang_hooks (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-9.3-release/contrib/gcc/
H A Dc-lang.c49 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
H A Dlanghooks.h1 /* The lang_hooks data structure.
241 struct lang_hooks struct
476 extern const struct lang_hooks lang_hooks;
H A Dc-objc-common.c195 n = lang_hooks.decl_printable_name (t, 2);
205 pp_string (cpp, lang_hooks.decl_printable_name (name, 2));
H A Dc-convert.c116 && lang_hooks.types_compatible_p (type, TREE_TYPE (expr)))
H A Dlanghooks.c274 return lang_hooks.decl_printable_name (t, verbosity);
287 /* lang_hooks.tree_inlining.walk_subtrees is called by walk_tree()
308 /* lang_hooks.tree_inlining.cannot_inline_tree_fn is called to
322 /* lang_hooks.tree_inlining.disregard_inline_limits is called to
335 /* lang_hooks.tree_inlining.add_pending_fn_decls is called before
348 /* lang_hooks.tree_inlining.auto_var_in_fn_p is called to determine
361 /* lang_hooks.tree_inlining.anon_aggr_type_p determines whether T is a
371 /* lang_hooks.tree_inlining.start_inlining and end_inlining perform any
390 /* lang_hooks.tree_inlining.convert_parm_for_inlining performs any
402 /* lang_hooks
[all...]
H A Dconvert.c67 lang_hooks.types.type_for_size (POINTER_SIZE, 0),
468 lang_hooks.types.type_for_size (POINTER_SIZE, 0),
526 convert (lang_hooks.types.type_for_mode
636 typex = lang_hooks.types.type_for_size
672 typex = lang_hooks.types.unsigned_type (typex);
674 typex = lang_hooks.types.signed_type (typex);
694 typex = lang_hooks.types.unsigned_type (type);
696 typex = lang_hooks.types.signed_type (type);
H A Dattribs.c59 attribute_tables[0] = lang_hooks.common_attribute_table;
60 attribute_tables[1] = lang_hooks.attribute_table;
61 attribute_tables[2] = lang_hooks.format_attribute_table;
H A Dtoplev.c456 fprintf (stderr, " %s", lang_hooks.decl_printable_name (decl, 2));
719 lang_hooks.finish_incomplete_decl (decl);
864 && lang_hooks.decls.warn_unused_global (decl))
1071 lang_hooks.parse_file (set_yydebug);
1075 lang_hooks.clear_binding_stack ();
1084 lang_hooks.decls.final_write_globals ();
1209 lang_hooks.name, version_string, TARGET_NAME,
1494 ? lang_hooks.decl_printable_name (t, 2)
1592 /* Just in case lang_hooks.post_options ends up calling a debug_hook.
1600 no_backend = lang_hooks
[all...]
H A Dc-gimplify.c89 lang_hooks.decl_printable_name (fndecl, 2));
H A Dtree-nrv.c162 || !lang_hooks.types_compatible_p (TREE_TYPE (found),
H A Dtree-vect-generic.c84 vector_inner_type = lang_hooks.types.type_for_mode (word_mode, 1);
258 compute_type = lang_hooks.types.type_for_mode (mode, 1);
366 return lang_hooks.types.type_for_mode (best_mode, 1);
456 if (lang_hooks.types_compatible_p (TREE_TYPE (lhs), TREE_TYPE (rhs)))
H A Dopts.c315 bool generic = lang_hooks.types.generic_p (type);
549 if (!lang_hooks.missing_argument (opt, opt_index))
595 if (lang_hooks.handle_option (opt_index, arg, value) == 0)
672 name = lang_hooks.decl_printable_name (fndecl, 0);
746 lang_mask = lang_hooks.init_options (argc, argv);
748 lang_hooks.initialize_diagnostics (global_dc);
H A Dtree-mudflap.c155 funcname = lang_hooks.decl_printable_name (current_function_decl, 1);
172 if (strcmp ("GNU C++", lang_hooks.name) == 0)
180 declname = lang_hooks.decl_printable_name (decl, 3);
230 name = lang_hooks.decl_printable_name (current_function_decl, 1);
303 lang_hooks.decls.pushdecl (decl);
359 mf_uintptr_type = lang_hooks.types.type_for_mode (ptr_mode,
H A Dtree-inline.c355 if (!lang_hooks.tree_inlining.auto_var_in_fn_p (old_var, id->src_fn)
406 lang_hooks.decls.insert_block (new_block);
507 else if (lang_hooks.tree_inlining.auto_var_in_fn_p (*tp, fn))
562 && (lang_hooks.tree_inlining.auto_var_in_fn_p
1007 return var && lang_hooks.tree_inlining.auto_var_in_fn_p (var, fn);
1030 && lang_hooks.types_compatible_p (TREE_TYPE (value), TREE_TYPE (p))
1144 value = lang_hooks.tree_inlining.convert_parm_for_inlining
1224 if (!lang_hooks.types_compatible_p (caller_type, callee_type))
1282 if (!lang_hooks.types_compatible_p (TREE_TYPE (var), caller_type))
1499 inlinable = !lang_hooks
[all...]
H A Dcoverage.c130 return lang_hooks.types.type_for_size (GCOV_TYPE_SIZE, false);
138 return lang_hooks.types.type_for_size (32, true);
613 tree type = lang_hooks.types.make_type (RECORD_TYPE);
687 tree type = lang_hooks.types.make_type (RECORD_TYPE);
801 type = lang_hooks.types.make_type (RECORD_TYPE);
H A Dc-common.c758 name = lang_hooks.decl_printable_name (current_function_decl, vrb);
2972 (htab_eq) lang_hooks.types_compatible_p,
3327 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3329 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3331 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3333 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3337 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL,
3341 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3343 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3345 lang_hooks
[all...]
H A Dtree.c295 lang_hooks.init_ts ();
307 lang_hooks.set_decl_assembler_name (decl);
370 return lang_hooks.tree_size (code);
376 case IDENTIFIER_NODE: return lang_hooks.identifier_size;
394 return lang_hooks.tree_size (code);
1761 lang_hooks.types.incomplete_type_error (NULL_TREE, type);
1818 size_tree = lang_hooks.types.max_size (type);
1975 return (*lang_hooks.staticp) (arg);
2003 return lang_hooks.staticp (arg);
2819 node = lang_hooks
[all...]
H A Dcgraphunit.c531 if (lang_hooks.callgraph.analyze_expr)
532 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees,
559 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees, data);
961 = lang_hooks.tree_inlining.disregard_inline_limits (decl);
1244 lang_hooks.callgraph.expand_function (decl);
1501 ? lang_hooks.tree_inlining.disregard_inline_limits (decl)
H A Dgimplify.c1585 if (!lang_hooks.types_compatible_p (ddatype, dctype))
1591 if (!lang_hooks.types_compatible_p (otype, datype))
3240 if (lang_hooks.types_compatible_p (type, optype))
3244 && lang_hooks.types_compatible_p (type, TREE_TYPE (optype)))
3256 && lang_hooks.types_compatible_p (type, TREE_TYPE (TREE_TYPE (subtype))))
3428 lang_hooks.mark_addressable (*to_p);
3656 tree scalar_type = lang_hooks.types.type_for_mode (TYPE_MODE (type), 1);
3851 if (!lang_hooks.types_compatible_p (t_expr, t_op00))
3908 lang_hooks.mark_addressable (TREE_OPERAND (expr, 0));
3946 lang_hooks
[all...]
H A Dipa-pure-const.c725 lang_hooks.decl_printable_name(w->decl, 2));
732 lang_hooks.decl_printable_name(w->decl, 2));
H A Dprint-tree.c498 lang_hooks.print_decl (file, node, indent);
644 lang_hooks.print_type (file, node, indent);
771 lang_hooks.print_identifier (file, node, indent);
864 lang_hooks.print_xnode (file, node, indent);
H A Dtree-ssa-copyrename.c243 if (!lang_hooks.types_compatible_p (TREE_TYPE (root1), TREE_TYPE (root2)))
H A Dtree-ssa-ccp.c1568 if (!lang_hooks.types_compatible_p (orig_type, elt_type))
1645 if (lang_hooks.types_compatible_p (record_type, orig_type))
1681 && lang_hooks.types_compatible_p (orig_type, field_type))
1793 && lang_hooks.types_compatible_p (TREE_TYPE (base),
2410 && lang_hooks.fold_obj_type_ref
2423 t = lang_hooks.fold_obj_type_ref (callee, t);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcp-lang.c57 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386-interix.h252 if (strcmp (lang_hooks.name, "GNU Objective-C") == 0) \

Completed in 224 milliseconds

1234