OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:accessible
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
call.cc
519
determine whether or not FN is
accessible
if it is selected by
8067
accessible
. */
8179
parameter used to specify why DECL wasn't
accessible
(e.g. ak_private
10167
/* Check that the base class is
accessible
. */
10172
error ("%qT is not an
accessible
base of %qT",
10720
when ACCESS is set,
accessible
. Return false otherwise. Set
10731
accessible
copy assignments for triviality. */
10739
bool
accessible
= (!access || !(TREE_PRIVATE (f) || TREE_PROTECTED (f))
local
10746
if (
accessible
)
10749
if (!
accessible
|| !trivial_fn_p (f)
10792
bool
accessible
= (!access || !(TREE_PRIVATE (f) || TREE_PROTECTED (f))
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc
509
determine whether or not FN is
accessible
if it is selected by
7472
accessible
. */
7584
parameter used to specify why DECL wasn't
accessible
(e.g. ak_private
9488
/* Check that the base class is
accessible
. */
9493
error ("%qT is not an
accessible
base of %qT",
10039
when ACCESS is set,
accessible
. Return false otherwise. Set
10050
accessible
copy assignments for triviality. */
10058
bool
accessible
= (!access || !(TREE_PRIVATE (f) || TREE_PROTECTED (f))
local
10065
if (
accessible
)
10068
if (!
accessible
|| !trivial_fn_p (f)
10111
bool
accessible
= (!access || !(TREE_PRIVATE (f) || TREE_PROTECTED (f))
local
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026