Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c27308 struct GTY((for_user)) concept_spec_entry struct
27317 struct concept_spec_hasher : ggc_ptr_hash<concept_spec_entry> argument
27319 static hashval_t hash (concept_spec_entry *e) in hash()
27324 static bool equal (concept_spec_entry *e1, concept_spec_entry *e2) in equal()
27368 concept_spec_entry elt = { tmpl, args, NULL_TREE }; in lookup_concept_satisfaction()
27369 concept_spec_entry* found = concept_memos->find (&elt); in lookup_concept_satisfaction()
27381 concept_spec_entry elt = {tmpl, args, result}; in memoize_concept_satisfaction()
27383 concept_spec_entry* entry = ggc_alloc<concept_spec_entry> (); in memoize_concept_satisfaction()
27397 concept_spec_entry elt = { tmpl, args, NULL_TREE }; in get_concept_expansion()
27410 concept_spec_entry elt = {tmpl, args, def}; in save_concept_expansion()
[all …]