Searched refs:fold_builtin (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtarget.h450 tree (* fold_builtin) (tree fndecl, tree arglist, bool ignore); member in struct:gcc_target
H A Dtree-ssa-ccp.c953 retval = fold_builtin (fndecl, arglist, false);
2209 result = fold_builtin (callee, arglist, ignore);
H A Dtree-object-size.c1008 result = fold_builtin (callee, TREE_OPERAND (call, 1), false);
H A Dgimplify.c2050 tree new = fold_builtin (decl, arglist, !want_value);
2110 tree new = fold_builtin (decl, arglist, !want_value);
H A Dtree.h4415 extern tree fold_builtin (tree, tree, bool);
H A Dbuiltins.c7651 /* A subroutine of fold_builtin to fold the various logarithmic
7941 /* A subroutine of fold_builtin to fold the various exponent
8953 return targetm.fold_builtin (fndecl, arglist, ignore);
9284 fold_builtin (tree fndecl, tree arglist, bool ignore)
9281 fold_builtin (tree fndecl, tree arglist, bool ignore) function
H A Dfold-const.c11771 return fold_builtin (TREE_OPERAND (op0, 0), op1, false);

Completed in 233 milliseconds