Searched refs:special_function_p (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | calls.c | 145 static int special_function_p (tree, int); 472 special_function_p (tree fndecl, int flags) in special_function_p() function 548 return special_function_p (fndecl, 0) & ECF_RETURNS_TWICE; in setjmp_call_p() 559 && (special_function_p (TREE_OPERAND (TREE_OPERAND (exp, 0), 0), in alloca_call_p() 598 flags = special_function_p (exp, flags); in flags_from_decl_or_type()
|
| H A D | ChangeLog-1999 | 1389 * tree.h (special_function_p): Declare. 1390 * calls.c (special_function_p): Make it global. Don't take `name' 1679 * calls.c (special_function_p): Remove `realloc' and add `strdup' 1900 * calls.c (special_function_p): Check for the malloc attribute. 21563 * calls.c (special_function_p): Push alloca test inside the large 21567 * calls.c (special_function_p): New function broken out of
|
| H A D | ChangeLog-2000 | 10032 * calls.c (special_function_p): Constify a char *. 20456 use special_function_p to detect alloca. 23372 (special_function_p): Make static, change interface. 23380 * tree.h (special_function_p): Remove. 25125 * call.c (special_function_p): It is only malloc if it returns 27295 * calls.c (special_function_p): operator new may not be malloc-like. 29874 * calls.c (special_function_p): New argument fork_or_exec. 29881 * tree.h (special_function_p): Update prototype.
|
| H A D | ChangeLog.tree-ssa | 5680 * calls.c (special_function_p): Do not check for ECF_MALLOC. 5681 (flags_from_decl_or_type): Use special_function_p. 5682 (expand_call): Remove call to special_function_p. 19321 (special_function_p): Detect when we need a stack or arg
|
| H A D | ChangeLog-2004 | 3721 * calls.c (special_function_p): Mark longjmp and siglongjmp 33339 (flags_from_decl_or_type): Call special_function_p. 35401 * calls.c (special_function_p): Do not handle fork and exec.
|
| H A D | ChangeLog-2005 | 4553 * calls.c (special_function_p): Set ECF_RETURNS_TWICE for getcontext. 28243 * calls.c (setjmp_call_p, special_function_p): Update comments
|
| H A D | ChangeLog-2003 | 14330 * calls.c (special_function_p): Handle TRANSLATION_UNIT_DECL, add 26748 * calls.c (special_function_p): No need to handle malloc-like
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | tree.c | 2167 special_function_p (tree decl) in special_function_p() function
|
| H A D | class.c | 1791 && special_function_p (base_fndecl) == special_function_p (fndecl)) in same_signature_p()
|
| H A D | ChangeLog-2000 | 3539 (special_function_p): Adjust use of ansi_opname. 4090 (special_function_p): New function. 4095 * tree.c (special_function_p): Define. 4872 special_function_p. 6545 to special_function_p.
|
| H A D | cp-tree.h | 4479 extern special_function_kind special_function_p (tree);
|