OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decl_satisfied_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc
2653
static GTY((deletable)) hash_map<tree, tree> *
decl_satisfied_cache
;
variable
3282
if (tree *result = hash_map_safe_get (
decl_satisfied_cache
, saved_t))
3350
hash_map_safe_put<hm_ggc> (
decl_satisfied_cache
, saved_t, result);
/src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc
2538
static GTY((deletable)) hash_map<tree, tree> *
decl_satisfied_cache
;
variable
3161
if (tree *result = hash_map_safe_get (
decl_satisfied_cache
, saved_t))
3229
hash_map_safe_put<hm_ggc> (
decl_satisfied_cache
, saved_t, result);
Completed in 17 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026