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

/freebsd-11-stable/lib/libc/stdlib/
H A Datexit.c72 int fn_type; /* ATEXIT_? from above */ member in struct:atexit::atexit_fn
135 fn.fn_type = ATEXIT_FN_STD;
161 fn.fn_type = ATEXIT_FN_CXA;
180 fn.fn_type = ATEXIT_FN_CXA;
217 if (p->fns[n].fn_type == ATEXIT_FN_EMPTY)
231 p->fns[n].fn_type = ATEXIT_FN_EMPTY;
235 if (fn.fn_type == ATEXIT_FN_CXA)
237 else if (fn.fn_type == ATEXIT_FN_STD)
/freebsd-11-stable/contrib/gcc/cp/
H A Dmethod.c990 tree fn_type;
1069 fn_type = build_method_type_directly (type, return_type, parameter_types);
1071 fn_type = build_exception_variant (fn_type, raises);
1072 fn = build_lang_decl (FUNCTION_DECL, name, fn_type);
1093 this_parm = build_this_parm (fn_type, TYPE_UNQUALIFIED);
988 tree fn_type; local
H A Dmangle.c742 tree fn_type; local
748 fn_type = get_mostly_instantiated_function_type (decl);
758 fn_type = TREE_TYPE (decl);
762 write_bare_function_type (fn_type,
1113 tree fn_type; local
1115 fn_type = get_mostly_instantiated_function_type (decl);
1117 type = TREE_TYPE (fn_type);
H A Ddecl.c5937 tree fn_type;
5958 fn_type = build_function_type (void_type_node, arg_types);
5959 fn_ptr_type = build_pointer_type (fn_type);
5973 fn_type = build_function_type (integer_type_node, arg_types);
5974 fn_ptr_type = build_pointer_type (fn_type);
5988 fn_type = build_function_type (void_type_node, void_list_node);
5989 fn_ptr_type = build_pointer_type (fn_type);
5992 fn_type = build_function_type (integer_type_node, arg_types);
5998 atexit_fndecl = build_library_fn_ptr (name, fn_type);
5926 tree fn_type; local
H A Dclass.c1003 tree fn_type;
1021 fn_type = TREE_TYPE (fn);
1023 parms1 = TYPE_ARG_TYPES (fn_type);
1038 && (!same_type_p (TREE_TYPE (fn_type),
1051 || same_type_p (TREE_TYPE (fn_type),
1001 tree fn_type; local
H A Dpt.c12601 tree fn_type;
12616 fn_type = TREE_TYPE (tmpl);
12644 fn_type = tsubst (fn_type, partial_args, tf_error, NULL_TREE);
12657 return fn_type;
12599 tree fn_type; local
/freebsd-11-stable/contrib/gcc/
H A Dcalls.c3266 enum libcall_type fn_type,
3322 switch (fn_type)
3989 emit_library_call (rtx orgfun, enum libcall_type fn_type,
3995 emit_library_call_value_1 (0, orgfun, NULL_RTX, fn_type, outmode, nargs, p);
4010 enum libcall_type fn_type,
4017 result = emit_library_call_value_1 (1, orgfun, value, fn_type, outmode,
3263 emit_library_call_value_1(int retval, rtx orgfun, rtx value, enum libcall_type fn_type, enum machine_mode outmode, int nargs, va_list p) argument
3986 emit_library_call(rtx orgfun, enum libcall_type fn_type, enum machine_mode outmode, int nargs, ...) argument
4005 emit_library_call_value(rtx orgfun, rtx value, enum libcall_type fn_type, enum machine_mode outmode, int nargs, ...) argument

Completed in 306 milliseconds