OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:existing_entry
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc
5971
tree
existing_entry
;
5980
existing_entry
= objc_map_get (map, method_name);
5983
if (
existing_entry
== OBJC_MAP_NOT_FOUND)
5992
if (TREE_CODE (
existing_entry
) != TREE_VEC)
5996
if (comp_proto_with_proto (method,
existing_entry
, 1))
6003
TREE_VEC_ELT (new_entry, 0) =
existing_entry
;
6017
for (i = 0; i < (size_t) TREE_VEC_LENGTH (
existing_entry
); i++)
6018
if (comp_proto_with_proto (method, TREE_VEC_ELT (
existing_entry
, i), 1))
6026
new_entry = make_tree_vec (TREE_VEC_LENGTH (
existing_entry
) + 1);
6029
for (i = 0; i < (size_t) TREE_VEC_LENGTH (
existing_entry
); i++
5970
tree
existing_entry
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc
5973
tree
existing_entry
;
5982
existing_entry
= objc_map_get (map, method_name);
5985
if (
existing_entry
== OBJC_MAP_NOT_FOUND)
5994
if (TREE_CODE (
existing_entry
) != TREE_VEC)
5998
if (comp_proto_with_proto (method,
existing_entry
, 1))
6005
TREE_VEC_ELT (new_entry, 0) =
existing_entry
;
6019
for (i = 0; i < (size_t) TREE_VEC_LENGTH (
existing_entry
); i++)
6020
if (comp_proto_with_proto (method, TREE_VEC_ELT (
existing_entry
, i), 1))
6028
new_entry = make_tree_vec (TREE_VEC_LENGTH (
existing_entry
) + 1);
6031
for (i = 0; i < (size_t) TREE_VEC_LENGTH (
existing_entry
); i++
5972
tree
existing_entry
;
local
[
all
...]
Completed in 33 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026