Searched refs:FNTYPE (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/ |
| H A D | aarch64.h | 952 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \ argument 953 aarch64_init_cumulative_args (&(CUM), FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | arm.h | 1600 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \ argument 1601 arm_init_cumulative_args (&(CUM), (FNTYPE), (LIBNAME), (FNDECL))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | defaults.h | 1129 #define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 0 argument
|
| H A D | tree.h | 5043 #define FOREACH_FUNCTION_ARGS_PTR(FNTYPE, PTR, ITER) \ argument 5044 for (function_args_iter_init (&(ITER), (FNTYPE)); \ 5051 #define FOREACH_FUNCTION_ARGS(FNTYPE, TREE, ITER) \ argument 5052 for (function_args_iter_init (&(ITER), (FNTYPE)); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | defaults.h | 1129 #define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 0 argument
|
| H A D | tree.h | 5043 #define FOREACH_FUNCTION_ARGS_PTR(FNTYPE, PTR, ITER) \ argument 5044 for (function_args_iter_init (&(ITER), (FNTYPE)); \ 5051 #define FOREACH_FUNCTION_ARGS(FNTYPE, TREE, ITER) \ argument 5052 for (function_args_iter_init (&(ITER), (FNTYPE)); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 34504 -- Target Hook: bool TARGET_PROMOTE_PROTOTYPES (const_tree FNTYPE) 34573 -- Macro: OUTGOING_REG_PARM_STACK_SPACE (FNTYPE) 34576 registers when calling a function of FNTYPE. FNTYPE may be NULL if 34804 -- Macro: INIT_CUMULATIVE_ARGS (CUM, FNTYPE, LIBNAME, FNDECL, 34808 has type 'CUMULATIVE_ARGS'. The value of FNTYPE is the tree node 34823 this macro is called, either LIBNAME or FNTYPE is nonzero, but 34828 gets a 'MODE' argument instead of FNTYPE, that would be 'NULL'. 34832 -- Macro: INIT_CUMULATIVE_INCOMING_ARGS (CUM, FNTYPE, LIBNAME) 35280 const_tree FNTYPE) 35283 returned. Here TYPE will be the data type of the value, and FNTYPE
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 34504 -- Target Hook: bool TARGET_PROMOTE_PROTOTYPES (const_tree FNTYPE) 34573 -- Macro: OUTGOING_REG_PARM_STACK_SPACE (FNTYPE) 34576 registers when calling a function of FNTYPE. FNTYPE may be NULL if 34804 -- Macro: INIT_CUMULATIVE_ARGS (CUM, FNTYPE, LIBNAME, FNDECL, 34808 has type 'CUMULATIVE_ARGS'. The value of FNTYPE is the tree node 34823 this macro is called, either LIBNAME or FNTYPE is nonzero, but 34828 gets a 'MODE' argument instead of FNTYPE, that would be 'NULL'. 34832 -- Macro: INIT_CUMULATIVE_INCOMING_ARGS (CUM, FNTYPE, LIBNAME) 35280 const_tree FNTYPE) 35283 returned. Here TYPE will be the data type of the value, and FNTYPE
|