Home
last modified time | relevance | path

Searched refs:fntype (Results 1 – 3 of 3) sorted by relevance

/original-bsd/contrib/gcc-2.3.3/config/
H A Dmips.c2408 init_cumulative_args (cum, fntype, libname) in init_cumulative_args() argument
2410 tree fntype; /* tree ptr for function decl */
2419 if (!fntype)
2424 tree ret_type = TREE_TYPE (fntype);
2426 tree_code_name[ (int)TREE_CODE (fntype) ],
2439 for (param = (fntype) ? TYPE_ARG_TYPES (fntype) : 0;
4265 tree fntype = TREE_TYPE (fndecl); in mips_expand_prologue() local
4266 tree fnargs = (TREE_CODE (fntype) != METHOD_TYPE) in mips_expand_prologue()
4277 INIT_CUMULATIVE_ARGS (args_so_far, fntype, (rtx)0); in mips_expand_prologue()
4349 if ((TYPE_ARG_TYPES (fntype) != 0 in mips_expand_prologue()
[all …]
/original-bsd/old/lisp/fp/fp.vax/
H A DfpMeasures.l25 ; This is an alist ((fntype.times) ...)
/original-bsd/contrib/gcc-2.3.3/
H A Dc-typeck.c1778 register tree fntype; local
1792 fntype = build_type_variant (TREE_TYPE (function),
1795 function = build1 (ADDR_EXPR, build_pointer_type (fntype), function);
1800 fntype = TREE_TYPE (function);
1802 if (TREE_CODE (fntype) == ERROR_MARK)
1805 if (!(TREE_CODE (fntype) == POINTER_TYPE
1806 && TREE_CODE (TREE_TYPE (fntype)) == FUNCTION_TYPE))
1813 fntype = TREE_TYPE (fntype);
1819 = convert_arguments (TYPE_ARG_TYPES (fntype), params, name);
1857 = build (CALL_EXPR, TREE_TYPE (fntype),