OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:normalized_map
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc
892
static GTY((deletable)) hash_map<tree,tree> *
normalized_map
;
variable
991
if (tree *p = hash_map_safe_get (
normalized_map
, d))
1002
hash_map_safe_put<hm_ggc> (
normalized_map
, d, norm);
1047
if (tree *p = hash_map_safe_get (
normalized_map
, expr))
1055
hash_map_safe_put<hm_ggc> (
normalized_map
, expr, norm);
/src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc
834
static GTY((deletable)) hash_map<tree,tree> *
normalized_map
;
variable
925
if (tree *p = hash_map_safe_get (
normalized_map
, d))
936
hash_map_safe_put<hm_ggc> (
normalized_map
, d, norm);
947
if (tree *p = hash_map_safe_get (
normalized_map
, tmpl))
961
hash_map_safe_put<hm_ggc> (
normalized_map
, tmpl, norm);
975
if (tree *p = hash_map_safe_get (
normalized_map
, expr))
983
hash_map_safe_put<hm_ggc> (
normalized_map
, expr, norm);
Completed in 25 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026