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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 1257 FUNDEF_COPIES_TABLE is a per-function freelist of these unshared function
1258 copies. The underlying data structure of FUNDEF_COPIES_TABLE is a hash_map
1264 static GTY(()) decl_tree_map *fundef_copies_table; variable
1276 (fundef_copies_table, fundef->decl, &existed, 127));
1325 tree *slot = fundef_copies_table->get (fun);
9815 fundef_copies_table = NULL;
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 1443 FUNDEF_COPIES_TABLE is a per-function freelist of these unshared function
1444 copies. The underlying data structure of FUNDEF_COPIES_TABLE is a hash_map
1450 static GTY(()) decl_tree_map *fundef_copies_table; variable
1462 (fundef_copies_table, fundef->decl, &existed, 127));
1511 tree *slot = fundef_copies_table->get (fun);
11055 fundef_copies_table = NULL;

Completed in 83 milliseconds