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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa.c1039 tree atexit_fndecl = build_decl (BUILTINS_LOCATION, FUNCTION_DECL, local
1041 SET_DECL_ASSEMBLER_NAME (atexit_fndecl, cxa_name);
1042 DECL_VISIBILITY (atexit_fndecl) = VISIBILITY_DEFAULT;
1043 DECL_VISIBILITY_SPECIFIED (atexit_fndecl) = true;
1044 set_call_expr_flags (atexit_fndecl, ECF_LEAF | ECF_NOTHROW);
1045 TREE_PUBLIC (atexit_fndecl) = true;
1046 DECL_EXTERNAL (atexit_fndecl) = true;
1047 DECL_ARTIFICIAL (atexit_fndecl) = true;
1048 return atexit_fndecl;
1088 tree atexit_fndecl variable
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa.cc1042 tree atexit_fndecl = build_decl (BUILTINS_LOCATION, FUNCTION_DECL, local
1044 SET_DECL_ASSEMBLER_NAME (atexit_fndecl, cxa_name);
1045 DECL_VISIBILITY (atexit_fndecl) = VISIBILITY_DEFAULT;
1046 DECL_VISIBILITY_SPECIFIED (atexit_fndecl) = true;
1047 set_call_expr_flags (atexit_fndecl, ECF_LEAF | ECF_NOTHROW);
1048 TREE_PUBLIC (atexit_fndecl) = true;
1049 DECL_EXTERNAL (atexit_fndecl) = true;
1050 DECL_ARTIFICIAL (atexit_fndecl) = true;
1051 return atexit_fndecl;
1091 tree atexit_fndecl local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc9269 tree atexit_fndecl;
9347 atexit_fndecl = build_library_fn_ptr (name, fn_type, ECF_LEAF | ECF_NOTHROW);
9348 DECL_CONTEXT (atexit_fndecl) = FROB_CONTEXT (current_namespace);
9353 DECL_SOURCE_LOCATION (atexit_fndecl) = BUILTINS_LOCATION;
9354 atexit_fndecl = pushdecl (atexit_fndecl, /*hiding=*/true);
9356 mark_used (atexit_fndecl);
9358 atexit_node = decay_conversion (atexit_fndecl, tf_warning_or_error);
9377 tree atexit_fndecl = build_library_fn_ptr ("__cxa_thread_atexit", fn_type,
9379 return decay_conversion (atexit_fndecl, tf_warning_or_erro
9257 tree atexit_fndecl; local
9365 tree atexit_fndecl = build_library_fn_ptr ("__cxa_thread_atexit", fn_type, local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c8648 tree atexit_fndecl;
8709 atexit_fndecl = build_library_fn_ptr (name, fn_type, ECF_LEAF | ECF_NOTHROW);
8710 mark_used (atexit_fndecl);
8712 atexit_node = decay_conversion (atexit_fndecl, tf_warning_or_error);
8731 tree atexit_fndecl = build_library_fn_ptr ("__cxa_thread_atexit", fn_type,
8733 return decay_conversion (atexit_fndecl, tf_warning_or_error);
8636 tree atexit_fndecl; local
8719 tree atexit_fndecl = build_library_fn_ptr ("__cxa_thread_atexit", fn_type, local

Completed in 229 milliseconds