Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltins.h132 extern bool avoid_folding_inline_builtin (tree);
Dbuiltins.cc9647 avoid_folding_inline_builtin (tree fndecl) in avoid_folding_inline_builtin() function
9683 if (avoid_folding_inline_builtin (fndecl)) in fold_call_expr()
9725 if (avoid_folding_inline_builtin (fndecl)) in fold_builtin_call_array()
10838 if (avoid_folding_inline_builtin (fndecl)) in fold_call_stmt()
Dgimple-fold.cc4999 if (avoid_folding_inline_builtin (callee)) in gimple_fold_builtin()
DChangeLog-20119568 * tree.h (avoid_folding_inline_builtin): New prototype.
9569 * builtins.c (avoid_folding_inline_builtin): No longer static.
9571 avoid_folding_inline_builtin returns true.
DChangeLog-2008843 * builtins.c (avoid_folding_inline_builtin): New function.