OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parent_binfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc
260
PARENT_BINFO
, has private access to DECL. Examine certain special cases
266
get_class_access_diagnostic_decl (tree
parent_binfo
, tree decl)
282
BINFO_TYPE (
parent_binfo
)))
289
Scan the fields of
PARENT_BINFO
and see if there are any using decls. If
293
for (tree parent_field = TYPE_FIELDS (BINFO_TYPE (
parent_binfo
));
321
return TYPE_NAME (BINFO_TYPE (
parent_binfo
));
394
tree
parent_binfo
= get_parent_with_private_access (decl,
local
399
if (
parent_binfo
!= NULL_TREE)
401
diag_location = get_class_access_diagnostic_decl (
parent_binfo
,
/src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc
261
PARENT_BINFO
, has private access to DECL. Examine certain special cases
267
get_class_access_diagnostic_decl (tree
parent_binfo
, tree decl)
283
BINFO_TYPE (
parent_binfo
)))
290
Scan the fields of
PARENT_BINFO
and see if there are any using decls. If
294
for (tree parent_field = TYPE_FIELDS (BINFO_TYPE (
parent_binfo
));
322
return TYPE_NAME (BINFO_TYPE (
parent_binfo
));
395
tree
parent_binfo
= get_parent_with_private_access (decl,
local
400
if (
parent_binfo
!= NULL_TREE)
402
diag_location = get_class_access_diagnostic_decl (
parent_binfo
,
Completed in 24 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026