OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lookup_property_in_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc
133
static tree
lookup_property_in_list
(tree, tree);
739
lookup_property_in_list
(tree chain, tree property)
function
757
if ((x =
lookup_property_in_list
(p, property)))
779
if ((x =
lookup_property_in_list
(inter, property)))
785
if ((x =
lookup_property_in_list
(category, property)))
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc
134
static tree
lookup_property_in_list
(tree, tree);
741
lookup_property_in_list
(tree chain, tree property)
function
759
if ((x =
lookup_property_in_list
(p, property)))
781
if ((x =
lookup_property_in_list
(inter, property)))
787
if ((x =
lookup_property_in_list
(category, property)))
Completed in 76 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026