Home
last modified time | relevance | path

Searched refs:FNDECL (Results 1 – 10 of 10) 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/
H A Ddefaults.h1108 #define ARG_POINTER_CFA_OFFSET(FNDECL) \ argument
1109 (FIRST_PARM_OFFSET (FNDECL) + crtl->args.pretend_args_size)
1114 #define CFA_FRAME_BASE_OFFSET(FNDECL) 0 argument
H A Dtarget.def2280 /* Return true if FNDECL (which has at least one machine attribute)
2985 FNDECL. The argument might be NULL to indicate processing at top
5115 /* Fill in the trampoline at MEM with a call to FNDECL and a
/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 Ddefaults.h1108 #define ARG_POINTER_CFA_OFFSET(FNDECL) \ argument
1109 (FIRST_PARM_OFFSET (FNDECL) + crtl->args.pretend_args_size)
1114 #define CFA_FRAME_BASE_OFFSET(FNDECL) 0 argument
H A Dtarget.def2280 /* Return true if FNDECL (which has at least one machine attribute)
2985 FNDECL. The argument might be NULL to indicate processing at top
5115 /* Fill in the trampoline at MEM with a call to FNDECL and a
/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 Daarch64.h800 #define FIRST_PARM_OFFSET(FNDECL) 0 argument
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 Darm.h1411 #define FIRST_PARM_OFFSET(FNDECL) (TARGET_ARM ? 4 : 0) argument
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/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/
H A Dcp-tree.h1366 #define LAMBDA_FUNCTION_P(FNDECL) \ argument
1367 (DECL_DECLARES_FUNCTION_P (FNDECL) \
1368 && DECL_OVERLOADED_OPERATOR_P (FNDECL) \
1369 && DECL_OVERLOADED_OPERATOR_IS (FNDECL, CALL_EXPR) \
1370 && LAMBDA_TYPE_P (CP_DECL_CONTEXT (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/cp/
H A Dcp-tree.h1366 #define LAMBDA_FUNCTION_P(FNDECL) \ argument
1367 (DECL_DECLARES_FUNCTION_P (FNDECL) \
1368 && DECL_OVERLOADED_OPERATOR_P (FNDECL) \
1369 && DECL_OVERLOADED_OPERATOR_IS (FNDECL, CALL_EXPR) \
1370 && LAMBDA_TYPE_P (CP_DECL_CONTEXT (FNDECL)))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info13925 Set the called function to 'FNDECL'.
34552 -- Macro: REG_PARM_STACK_SPACE (FNDECL)
34559 FNDECL, which can be zero if GCC is calling a library function.
34560 The argument FNDECL can be the FUNCTION_DECL, or the type itself of
34567 -- Macro: INCOMING_REG_PARM_STACK_SPACE (FNDECL)
34796 -- Macro: OVERRIDE_ABI_FORMAT (FNDECL)
34802 FNDECL may be 'NULL'.
34804 -- Macro: INIT_CUMULATIVE_ARGS (CUM, FNTYPE, LIBNAME, FNDECL,
34811 calls that are not libcalls, FNDECL contain the declaration node of
34812 the function. FNDECL is also set when 'INIT_CUMULATIVE_ARGS' is
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info13925 Set the called function to 'FNDECL'.
34552 -- Macro: REG_PARM_STACK_SPACE (FNDECL)
34559 FNDECL, which can be zero if GCC is calling a library function.
34560 The argument FNDECL can be the FUNCTION_DECL, or the type itself of
34567 -- Macro: INCOMING_REG_PARM_STACK_SPACE (FNDECL)
34796 -- Macro: OVERRIDE_ABI_FORMAT (FNDECL)
34802 FNDECL may be 'NULL'.
34804 -- Macro: INIT_CUMULATIVE_ARGS (CUM, FNTYPE, LIBNAME, FNDECL,
34811 calls that are not libcalls, FNDECL contain the declaration node of
34812 the function. FNDECL is also set when 'INIT_CUMULATIVE_ARGS' is
[all …]