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

  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 1286 static GTY ((cache)) decl_tree_cache_map *decl_constraints; variable
1296 if (!decl_constraints)
1302 tree* found = decl_constraints->get (CONST_CAST_TREE (t));
1322 bool found = hash_map_safe_put<hm_ggc> (decl_constraints, t, ci);
1335 if (decl_constraints)
1336 decl_constraints->remove (t);
constraint.cc 1286 static GTY ((cache)) decl_tree_cache_map *decl_constraints; variable
1296 if (!decl_constraints)
1302 tree* found = decl_constraints->get (CONST_CAST_TREE (t));
1322 bool found = hash_map_safe_put<hm_ggc> (decl_constraints, t, ci);
1335 if (decl_constraints)
1336 decl_constraints->remove (t);
constraint.cc 1286 static GTY ((cache)) decl_tree_cache_map *decl_constraints; variable
1296 if (!decl_constraints)
1302 tree* found = decl_constraints->get (CONST_CAST_TREE (t));
1322 bool found = hash_map_safe_put<hm_ggc> (decl_constraints, t, ci);
1335 if (decl_constraints)
1336 decl_constraints->remove (t);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 1214 static GTY ((cache)) decl_tree_cache_map *decl_constraints; variable
1224 if (!decl_constraints)
1230 tree* found = decl_constraints->get (CONST_CAST_TREE (t));
1250 bool found = hash_map_safe_put<hm_ggc> (decl_constraints, t, ci);
1263 if (decl_constraints)
1264 decl_constraints->remove (t);
constraint.cc 1214 static GTY ((cache)) decl_tree_cache_map *decl_constraints; variable
1224 if (!decl_constraints)
1230 tree* found = decl_constraints->get (CONST_CAST_TREE (t));
1250 bool found = hash_map_safe_put<hm_ggc> (decl_constraints, t, ci);
1263 if (decl_constraints)
1264 decl_constraints->remove (t);
constraint.cc 1214 static GTY ((cache)) decl_tree_cache_map *decl_constraints; variable
1224 if (!decl_constraints)
1230 tree* found = decl_constraints->get (CONST_CAST_TREE (t));
1250 bool found = hash_map_safe_put<hm_ggc> (decl_constraints, t, ci);
1263 if (decl_constraints)
1264 decl_constraints->remove (t);

Completed in 88 milliseconds