Home
last modified time | relevance | path

Searched refs:DECL_DECLARED_INLINE_P (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
HDc-objc-common.c64 return (!flag_really_no_inline && DECL_DECLARED_INLINE_P (fn) in c_disregard_inline_limits()
74 && DECL_DECLARED_INLINE_P (fn) in c_cannot_inline_tree_fn()
88 if (!DECL_DECLARED_INLINE_P (fn) && !targetm.binds_local_p (fn)) in c_cannot_inline_tree_fn()
116 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_DECLARED_INLINE_P (decl)) in c_warn_unused_global_decl()
HDc-decl.c820 else if (DECL_DECLARED_INLINE_P (p) in pop_scope()
1190 #define DECL_EXTERN_INLINE(DECL) (DECL_DECLARED_INLINE_P (DECL) \ in diagnose_mismatched_decls()
1351 && (!DECL_DECLARED_INLINE_P (olddecl) in diagnose_mismatched_decls()
1354 && (!DECL_DECLARED_INLINE_P (newdecl) in diagnose_mismatched_decls()
1420 if (DECL_DECLARED_INLINE_P (olddecl) in diagnose_mismatched_decls()
1421 && DECL_DECLARED_INLINE_P (newdecl)) in diagnose_mismatched_decls()
1546 if (DECL_DECLARED_INLINE_P (newdecl) in diagnose_mismatched_decls()
1553 else if (DECL_DECLARED_INLINE_P (olddecl) in diagnose_mismatched_decls()
1569 if (DECL_DECLARED_INLINE_P (newdecl) && !DECL_DECLARED_INLINE_P (olddecl) in diagnose_mismatched_decls()
1807 && (DECL_DECLARED_INLINE_P (newdecl) in merge_decls()
[all …]
HDipa-inline.c317 if (DECL_DECLARED_INLINE_P (decl)) in cgraph_default_inline_p()
584 if (DECL_DECLARED_INLINE_P (node->decl)) in cgraph_decide_recursive_inlining()
HDcgraphunit.c234 && !DECL_DECLARED_INLINE_P (decl) in decide_is_function_needed()
267 && !DECL_DECLARED_INLINE_P (decl) in decide_is_function_needed()
HDprint-tree.c361 fputs (DECL_DECLARED_INLINE_P (node) ? " inline" : " autoinline", file); in print_node()
HDtree-inline.c1537 && DECL_DECLARED_INLINE_P (fn) in inlinable_function_p()
2008 else if (warn_inline && DECL_DECLARED_INLINE_P (fn) in expand_call_inline()
HDc-pretty-print.c616 if (TREE_CODE (t) == FUNCTION_DECL && DECL_DECLARED_INLINE_P (t)) in pp_c_function_specifier()
HDtree.c3678 || !DECL_DECLARED_INLINE_P (new)) in merge_dllimport_decl_attributes()
3757 && DECL_DECLARED_INLINE_P (node)) in handle_dll_attribute()
HDtree.h3130 #define DECL_DECLARED_INLINE_P(NODE) \ macro
HDdwarf2out.c10069 && (!DECL_EXTERNAL (*tp) || DECL_DECLARED_INLINE_P (*tp))) in reference_to_unused()
11884 if (DECL_DECLARED_INLINE_P (decl)) in gen_subprogram_die()
HDc-common.c4346 if (TREE_CODE (*node) == FUNCTION_DECL && DECL_DECLARED_INLINE_P (*node)) in handle_gnu_inline_attribute()
HDc-typeck.c2231 && DECL_DECLARED_INLINE_P (current_function_decl) in build_external_ref()
/freebsd-11-stable/contrib/gcc/cp/
HDoptimize.c107 DECL_DECLARED_INLINE_P (clone) = DECL_DECLARED_INLINE_P (fn); in maybe_clone_body()
HDdecl2.c1389 if (method && (flag_weak || ! DECL_DECLARED_INLINE_P (method))) in import_export_class()
1818 && DECL_DECLARED_INLINE_P (decl) in determine_visibility_from_class()
1990 || DECL_DECLARED_INLINE_P (decl)); in import_export_decl()
2047 && !DECL_DECLARED_INLINE_P (CLASSTYPE_KEY_METHOD (class_type))) in import_export_decl()
2083 || DECL_DECLARED_INLINE_P (CLASSTYPE_KEY_METHOD (class_type)) in import_export_decl()
2125 && DECL_DECLARED_INLINE_P (CLASSTYPE_KEY_METHOD (type))) in import_export_decl()
2150 && DECL_DECLARED_INLINE_P (decl))) in import_export_decl()
2159 if (!DECL_DECLARED_INLINE_P (decl)) in import_export_decl()
2167 || (DECL_DECLARED_INLINE_P (decl) in import_export_decl()
3376 TREE_USED (decl) && DECL_DECLARED_INLINE_P (decl) in emit_deferred()
[all …]
HDcp-objcp-common.c59 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_DECLARED_INLINE_P (decl)) in cxx_warn_unused_global_decl()
HDmethod.c161 DECL_DECLARED_INLINE_P (thunk) = 0; in make_thunk()
285 DECL_DECLARED_INLINE_P (alias) = 0; in make_alias_for()
1101 DECL_DECLARED_INLINE_P (fn) = 1; in implicitly_declare_fn()
HDdecl.c1147 if (DECL_DECLARED_INLINE_P (newdecl) in duplicate_decls()
1151 else if (DECL_DECLARED_INLINE_P (olddecl) in duplicate_decls()
1155 else if (DECL_DECLARED_INLINE_P (newdecl) in duplicate_decls()
1164 else if (DECL_DECLARED_INLINE_P (olddecl) in duplicate_decls()
1548 if (DECL_DECLARED_INLINE_P (newdecl) in duplicate_decls()
1549 && ! DECL_DECLARED_INLINE_P (olddecl) in duplicate_decls()
1645 DECL_DECLARED_INLINE_P (old_result) in duplicate_decls()
1646 |= DECL_DECLARED_INLINE_P (new_result); in duplicate_decls()
1893 DECL_DECLARED_INLINE_P (newdecl) |= DECL_DECLARED_INLINE_P (olddecl); in duplicate_decls()
3971 && DECL_DECLARED_INLINE_P (decl) in start_decl()
[all …]
HDsemantics.c3230 if (DECL_DECLARED_INLINE_P (fn)) in expand_body()
3333 if (DECL_DECLARED_INLINE_P (fn) || DECL_IMPLICIT_INSTANTIATION (fn)) in expand_or_defer_fn()
3364 if (flag_keep_inline_functions && DECL_DECLARED_INLINE_P (fn)) in expand_or_defer_fn()
HDpt.c1229 DECL_DECLARED_INLINE_P (clone) in register_specialization()
1230 = DECL_DECLARED_INLINE_P (fn); in register_specialization()
11982 if (DECL_DECLARED_INLINE_P (code_pattern) in regenerate_decl_from_template()
11983 && !DECL_DECLARED_INLINE_P (decl)) in regenerate_decl_from_template()
11984 DECL_DECLARED_INLINE_P (decl) = 1; in regenerate_decl_from_template()
12289 && DECL_DECLARED_INLINE_P (d))) in instantiate_decl()
HDtree.c2089 if (!DECL_DECLARED_INLINE_P (fn) && DECL_REPLACEABLE_P (fn)) in cp_cannot_inline_tree_fn()
HDname-lookup.c544 && (!TREE_PUBLIC (decl) || DECL_DECLARED_INLINE_P (decl)))) in add_decl_to_level()
HDChangeLog-2001776 (DECL_DECLARED_INLINE_P): Use the bit in struct c_lang_decl.
2411 * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
HDChangeLog-2003832 * decl.c (start_cleanup_fn): Set DECL_DECLARED_INLINE_P to deffer
2312 (DECL_DECLARED_INLINE_P): Remove.
2313 * decl2.c (import_export_decl): Only look at DECL_DECLARED_INLINE_P
HDclass.c4985 && ! DECL_DECLARED_INLINE_P (method) in determine_key_method()
/freebsd-11-stable/contrib/gcc/config/i386/
HDwinnt-cxx.c52 && (DECL_DECLARED_INLINE_P (decl) in i386_pe_type_dllimport_p()

12