Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.h132 extern bool avoid_folding_inline_builtin (tree);
H A 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()
H A Dgimple-fold.cc4999 if (avoid_folding_inline_builtin (callee)) in gimple_fold_builtin()
H A 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.
H A DChangeLog-2008843 * builtins.c (avoid_folding_inline_builtin): New function.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.h125 extern bool avoid_folding_inline_builtin (tree);
H A Dbuiltins.c10430 avoid_folding_inline_builtin (tree fndecl) in avoid_folding_inline_builtin() function
10466 if (avoid_folding_inline_builtin (fndecl)) in fold_call_expr()
10508 if (avoid_folding_inline_builtin (fndecl)) in fold_builtin_call_array()
11643 if (avoid_folding_inline_builtin (fndecl)) in fold_call_stmt()
H A Dgimple-fold.c3921 if (avoid_folding_inline_builtin (callee)) in gimple_fold_builtin()