Home
last modified time | relevance | path

Searched refs:arm_function_ok_for_sibcall (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm-protos.h45 extern int arm_function_ok_for_sibcall PARAMS ((tree));
H A Darm.h1527 #define FUNCTION_OK_FOR_SIBCALL(DECL) arm_function_ok_for_sibcall ((DECL))
H A Darm.c2319 arm_function_ok_for_sibcall (decl) in arm_function_ok_for_sibcall() function
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm.c123 static bool arm_function_ok_for_sibcall (tree, tree);
262 #define TARGET_FUNCTION_OK_FOR_SIBCALL arm_function_ok_for_sibcall
3141 arm_function_ok_for_sibcall (tree decl, tree exp ATTRIBUTE_UNUSED) in arm_function_ok_for_sibcall() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.41221 (arm_function_ok_for_sibcall): Do not allow interrupt
5415 * config/arm/arm-protos.h (arm_function_ok_for_sibcall): Add
11355 * arm.c (arm_function_ok_for_sibcall): New function.