| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| cgram.y | 276 designator_list designator xasm oplist oper cnstr funtype 301 external_def: funtype kr_args compoundstmt { fend(); } 308 funtype: /* no type given */ declarator { label
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| cgram.y | 255 %type <symp> xnfdeclarator clbrace enum_head funtype 272 external_def: funtype kr_args compoundstmt { fend($1); } 281 funtype: /* no type given */ declarator { label
|
| /src/external/gpl3/gcc/dist/gcc/ |
| calls.cc | 340 FUNTYPE is the data type of the function. This is given to the hook 377 tree funtype ATTRIBUTE_UNUSED, 395 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); 2500 tree funtype, 2589 if (maybe_ne (targetm.calls.return_pops_args (fndecl, funtype, 2645 tree funtype; 2880 funtype = TREE_TYPE (addr); 2881 gcc_assert (POINTER_TYPE_P (funtype)); 2882 funtype = TREE_TYPE (funtype); 2644 tree funtype; local [all...] |
| cfgexpand.cc | 3766 tree funtype = TREE_TYPE (current_function_decl); local 3772 mode = promote_function_mode (type, old_mode, &unsignedp, funtype, 2); 3774 mode = promote_function_mode (type, old_mode, &unsignedp, funtype, 1);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| calls.cc | 338 FUNTYPE is the data type of the function. This is given to the hook 375 tree funtype ATTRIBUTE_UNUSED, 393 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); 2459 tree funtype, 2537 if (maybe_ne (targetm.calls.return_pops_args (fndecl, funtype, 2593 tree funtype; 2830 funtype = TREE_TYPE (addr); 2831 gcc_assert (POINTER_TYPE_P (funtype)); 2832 funtype = TREE_TYPE (funtype); 2592 tree funtype; local [all...] |
| cfgexpand.cc | 3743 tree funtype = TREE_TYPE (current_function_decl); local 3749 mode = promote_function_mode (type, old_mode, &unsignedp, funtype, 2); 3751 mode = promote_function_mode (type, old_mode, &unsignedp, funtype, 1);
|
| /src/external/gpl3/gcc/dist/gcc/config/sh/ |
| sh.cc | 296 const_tree funtype, 7893 int *punsignedp, const_tree funtype, 7896 if (sh_promote_prototypes (funtype)) 7899 return default_promote_function_mode (type, mode, punsignedp, funtype, 10821 tree funtype = TREE_TYPE (function); 10836 INIT_CUMULATIVE_ARGS (cum, funtype, NULL_RTX, 0, 1); 10843 tree ptype = build_pointer_type (TREE_TYPE (funtype)); 10799 tree funtype = TREE_TYPE (function); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| sh.cc | 295 const_tree funtype, 7893 int *punsignedp, const_tree funtype, 7896 if (sh_promote_prototypes (funtype)) 7899 return default_promote_function_mode (type, mode, punsignedp, funtype, 10820 tree funtype = TREE_TYPE (function); 10835 INIT_CUMULATIVE_ARGS (cum, funtype, NULL_RTX, 0, 1); 10842 tree ptype = build_pointer_type (TREE_TYPE (funtype)); 10798 tree funtype = TREE_TYPE (function); local
|