Searched refs:special_function_p (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dcalls.c145 static int special_function_p (tree, int);
473 special_function_p (tree fndecl, int flags)
549 return special_function_p (fndecl, 0) & ECF_RETURNS_TWICE;
560 && (special_function_p (TREE_OPERAND (TREE_OPERAND (exp, 0), 0),
599 flags = special_function_p (exp, flags);
472 special_function_p (tree fndecl, int flags) function
/freebsd-10.0-release/contrib/gcc/cp/
H A Dtree.c2157 special_function_p (tree decl)
2150 special_function_p (tree decl) function
H A Dclass.c1782 && special_function_p (base_fndecl) == special_function_p (fndecl))
H A Dcp-tree.h3169 you should update special_function_p as well. */
3173 special_function_p. */
4430 extern special_function_kind special_function_p (tree);

Completed in 144 milliseconds