OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:friend_depth
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
friend.cc
244
the enclosing class.
FRIEND_DEPTH
counts the number of template
247
a template header in
FRIEND_DEPTH
is intended for DECLARATOR.
260
2.
FRIEND_DEPTH
equals 2 (for `V' and `W').
263
The friend is a template friend iff
FRIEND_DEPTH
is nonzero. */
266
int
friend_depth
= 0;
local
270
friend_depth
= current_template_depth - class_template_depth;
277
while (uses_template_parms_level (friend_type,
friend_depth
+ 1))
278
++
friend_depth
;
300
if (
friend_depth
)
331
if (!
friend_depth
&& same_type_p (type, friend_type)
553
int
friend_depth
= current_template_depth - class_template_depth;
local
[
all
...]
friend.cc
244
the enclosing class.
FRIEND_DEPTH
counts the number of template
247
a template header in
FRIEND_DEPTH
is intended for DECLARATOR.
260
2.
FRIEND_DEPTH
equals 2 (for `V' and `W').
263
The friend is a template friend iff
FRIEND_DEPTH
is nonzero. */
266
int
friend_depth
= 0;
local
270
friend_depth
= current_template_depth - class_template_depth;
277
while (uses_template_parms_level (friend_type,
friend_depth
+ 1))
278
++
friend_depth
;
300
if (
friend_depth
)
331
if (!
friend_depth
&& same_type_p (type, friend_type)
553
int
friend_depth
= current_template_depth - class_template_depth;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
friend.cc
242
the enclosing class.
FRIEND_DEPTH
counts the number of template
245
a template header in
FRIEND_DEPTH
is intended for DECLARATOR.
258
2.
FRIEND_DEPTH
equals 2 (for `V' and `W').
261
The friend is a template friend iff
FRIEND_DEPTH
is nonzero. */
264
int
friend_depth
= 0;
local
268
friend_depth
= current_template_depth - class_template_depth;
275
while (uses_template_parms_level (friend_type,
friend_depth
+ 1))
276
++
friend_depth
;
298
if (
friend_depth
)
329
if (!
friend_depth
&& same_type_p (type, friend_type)
551
int
friend_depth
= current_template_depth - class_template_depth;
local
[
all
...]
friend.cc
242
the enclosing class.
FRIEND_DEPTH
counts the number of template
245
a template header in
FRIEND_DEPTH
is intended for DECLARATOR.
258
2.
FRIEND_DEPTH
equals 2 (for `V' and `W').
261
The friend is a template friend iff
FRIEND_DEPTH
is nonzero. */
264
int
friend_depth
= 0;
local
268
friend_depth
= current_template_depth - class_template_depth;
275
while (uses_template_parms_level (friend_type,
friend_depth
+ 1))
276
++
friend_depth
;
298
if (
friend_depth
)
329
if (!
friend_depth
&& same_type_p (type, friend_type)
551
int
friend_depth
= current_template_depth - class_template_depth;
local
[
all
...]
Completed in 123 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026