HomeSort by: relevance | last modified time | path
    Searched refs:replace_decl (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc 308 replace_decl (&init, TARGET_EXPR_SLOT (from), to);
1089 /* Make cp_gimplify_init_expr call replace_decl on this
1112 replace_decl later when we know what we're initializing. */
1134 /* Similar to if (target_expr_needs_replace) replace_decl, but TP is the
1148 replace_decl (&AGGR_INIT_EXPR_SLOT (t), decl, replacement);
1150 replace_decl (&VEC_INIT_EXPR_SLOT (t), decl, replacement);
1152 replace_decl (tp, decl, replacement);
constexpr.cc 2694 /* Data structure used by replace_decl and replace_decl_r. */
2708 /* Helper function for replace_decl, called through cp_walk_tree. */
2733 replace_decl (tree *tp, tree decl, tree replacement)
3432 if (replace_decl (&result, res, ctx->object))
cp-tree.h 5534 /* True if T is a TARGET_EXPR for which we'll need to replace_decl to use it as
8737 extern bool replace_decl (tree *, tree, tree);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc 271 replace_decl (&init, TARGET_EXPR_SLOT (from), to);
913 /* Make cp_gimplify_init_expr call replace_decl. */
943 replace_decl later when we know what we're initializing. */
constexpr.cc 2252 /* Data structure used by replace_decl and replace_decl_r. */
2266 /* Helper function for replace_decl, called through cp_walk_tree. */
2291 replace_decl (tree *tp, tree decl, tree replacement) function
2967 if (replace_decl (&result, res, ctx->object))
cp-tree.h 5400 /* True if T is a TARGET_EXPR for which we'll need to replace_decl to use it as
8466 extern bool replace_decl (tree *, tree, tree);

Completed in 55 milliseconds