OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:struct_map_to_clause
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimplify.cc
11142
*&
struct_map_to_clause
,
11225
if (!
struct_map_to_clause
||
struct_map_to_clause
->get (base) == NULL)
11229
if (
struct_map_to_clause
== NULL)
11230
struct_map_to_clause
= new hash_map<tree_operand_hash, tree>;
11241
struct_map_to_clause
->put (base, l);
11476
else if (
struct_map_to_clause
)
11478
tree *osc =
struct_map_to_clause
->get (base);
11740
hash_map<tree_operand_hash, tree> *
struct_map_to_clause
= NULL;
11876
struct_map_to_clause
, *grpmap
11737
hash_map<tree_operand_hash, tree> *
struct_map_to_clause
= NULL;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc
9159
hash_map<tree_operand_hash, tree> *
struct_map_to_clause
= NULL;
9706
&& (!
struct_map_to_clause
9707
|| !
struct_map_to_clause
->get (indir_base)))
9877
&& (!
struct_map_to_clause
9878
||
struct_map_to_clause
->get (decl) == NULL)))
9907
if (
struct_map_to_clause
== NULL)
9908
struct_map_to_clause
9910
struct_map_to_clause
->put (decl, l);
9975
else if (
struct_map_to_clause
)
9977
tree *osc =
struct_map_to_clause
->get (decl)
9156
hash_map<tree_operand_hash, tree> *
struct_map_to_clause
= NULL;
local
[
all
...]
Completed in 32 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026