Home
last modified time | relevance | path

Searched refs:special_function_p (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcalls.c222 static int special_function_p PARAMS ((tree, int));
290 && (special_function_p (TREE_OPERAND (TREE_OPERAND (exp, 0), 0),
711 special_function_p (fndecl, flags) in special_function_p() function
809 return special_function_p (fndecl, 0) & ECF_RETURNS_TWICE;
821 && (special_function_p (TREE_OPERAND (TREE_OPERAND (exp, 0), 0),
2366 flags |= special_function_p (fndecl, flags);
H A DChangeLog.35190 use special_function_p to detect alloca.
8106 (special_function_p): Make static, change interface.
8114 * tree.h (special_function_p): Remove.
9859 * call.c (special_function_p): It is only malloc if it returns
12029 * calls.c (special_function_p): operator new may not be malloc-like.
14608 * calls.c (special_function_p): New argument fork_or_exec.
14615 * tree.h (special_function_p): Update prototype.
H A DChangeLog.21389 * 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.
H A DChangeLog.17095 * calls.c (special_function_p): Push alloca test inside the large
7099 * calls.c (special_function_p): New function broken out of
H A DChangeLog.410026 * calls.c (special_function_p): Constify a char *.
/openbsd-src/gnu/gcc/gcc/
H A Dcalls.c145 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()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtree.c2150 special_function_p (tree decl) in special_function_p() function
H A Dclass.c1778 && special_function_p (base_fndecl) == special_function_p (fndecl)) in same_signature_p()
H A DChangeLog-20003539 (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 Dcp-tree.h4419 extern special_function_kind special_function_p (tree);
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c2426 special_function_p (decl) in special_function_p() function
H A Dclass.c2198 && special_function_p (base_fndecl) == special_function_p (fndecl))
H A Dcp-tree.h4370 extern special_function_kind special_function_p PARAMS ((tree));
H A DChangeLog13411 (special_function_p): Adjust use of ansi_opname.
13962 (special_function_p): New function.
13967 * tree.c (special_function_p): Define.
14744 special_function_p.
16417 to special_function_p.