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

/freebsd-10.0-release/lib/libc/stdlib/
H A Datexit.c64 int fn_type; /* ATEXIT_? from above */ member in struct:atexit::atexit_fn
123 fn.fn_type = ATEXIT_FN_STD;
142 fn.fn_type = ATEXIT_FN_CXA;
175 if (p->fns[n].fn_type == ATEXIT_FN_EMPTY)
188 p->fns[n].fn_type = ATEXIT_FN_EMPTY;
192 if (fn.fn_type == ATEXIT_FN_CXA)
194 else if (fn.fn_type == ATEXIT_FN_STD)
/freebsd-10.0-release/contrib/gcc/cp/
H A Dmethod.c988 tree fn_type;
1067 fn_type = build_method_type_directly (type, return_type, parameter_types);
1069 fn_type = build_exception_variant (fn_type, raises);
1070 fn = build_lang_decl (FUNCTION_DECL, name, fn_type);
1091 this_parm = build_this_parm (fn_type, TYPE_UNQUALIFIED);
986 tree fn_type; local
H A Dmangle.c741 tree fn_type; local
747 fn_type = get_mostly_instantiated_function_type (decl);
757 fn_type = TREE_TYPE (decl);
761 write_bare_function_type (fn_type,
1109 tree fn_type; local
1111 fn_type = get_mostly_instantiated_function_type (decl);
1113 type = TREE_TYPE (fn_type);
H A Ddecl.c5504 tree fn_type;
5525 fn_type = build_function_type (void_type_node, arg_types);
5526 fn_ptr_type = build_pointer_type (fn_type);
5540 fn_type = build_function_type (integer_type_node, arg_types);
5541 fn_ptr_type = build_pointer_type (fn_type);
5555 fn_type = build_function_type (void_type_node, void_list_node);
5556 fn_ptr_type = build_pointer_type (fn_type);
5559 fn_type = build_function_type (integer_type_node, arg_types);
5565 atexit_fndecl = build_library_fn_ptr (name, fn_type);
5492 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.c12574 tree fn_type;
12589 fn_type = TREE_TYPE (tmpl);
12617 fn_type = tsubst (fn_type, partial_args, tf_error, NULL_TREE);
12630 return fn_type;
12572 tree fn_type; local
/freebsd-10.0-release/contrib/gcc/
H A Dcalls.c3265 enum libcall_type fn_type,
3321 switch (fn_type)
3988 emit_library_call (rtx orgfun, enum libcall_type fn_type,
3994 emit_library_call_value_1 (0, orgfun, NULL_RTX, fn_type, outmode, nargs, p);
4009 enum libcall_type fn_type,
4016 result = emit_library_call_value_1 (1, orgfun, value, fn_type, outmode,
3262 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
3985 emit_library_call(rtx orgfun, enum libcall_type fn_type, enum machine_mode outmode, int nargs, ...) argument
4004 emit_library_call_value(rtx orgfun, rtx value, enum libcall_type fn_type, enum machine_mode outmode, int nargs, ...) argument

Completed in 200 milliseconds