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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
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))
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))

Completed in 53 milliseconds