OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sfk
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc
396
/* True iff CTYPE has a trivial
SFK
. */
399
type_has_trivial_fn (tree ctype, special_function_kind
sfk
)
401
switch (
sfk
)
424
/* Note that CTYPE has a non-trivial
SFK
even though we previously thought
428
type_set_nontrivial_flag (tree ctype, special_function_kind
sfk
)
430
switch (
sfk
)
1771
special_function_kind
sfk
= special_function_p (decl);
1774
return (
sfk
!= sfk_inheriting_constructor
1775
&&
sfk
!= sfk_comparison);
1790
special_function_kind
sfk
= special_function_p (fndecl)
2717
walk_field_subobs (TYPE_FIELDS (ctype),
sfk
, fnname, quals,
local
2745
special_function_kind
sfk
= special_function_p (decl);
local
2780
special_function_kind
sfk
;
local
2891
special_function_kind
sfk
= special_function_p (decl);
local
2900
sfk
, const_p,
local
[
all
...]
class.cc
1137
special_function_kind
sfk
= special_memfn_p (method);
1139
if (
sfk
== sfk_none
1153
bool dtor = (
sfk
== sfk_destructor);
1135
special_function_kind
sfk
= special_memfn_p (method);
local
decl.cc
3194
special_function_kind
sfk
= special_function_p (olddecl);
3195
if (
sfk
== sfk_comparison && DECL_DEFAULTED_FN (newdecl))
10077
SFK
is the kind of special function (if any) for the new function.
10100
special_function_kind
sfk
,
10184
/* Setup decl according to
sfk
. */
10185
switch (
sfk
)
11464
and TYPE_QUALS.
SFK
indicates the kind of special function (if any)
11471
check_special_function_return_type (special_function_kind
sfk
,
11477
switch (
sfk
)
11735
special_function_kind
sfk
= sfk_none
11720
special_function_kind
sfk
=
sfk
_none;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
class.cc
1363
special_function_kind
sfk
= special_memfn_p (method);
1365
if (
sfk
== sfk_none
1379
bool dtor = (
sfk
== sfk_destructor);
1361
special_function_kind
sfk
= special_memfn_p (method);
local
decl.cc
3422
special_function_kind
sfk
= special_function_p (olddecl);
3423
if (
sfk
== sfk_comparison && DECL_DEFAULTED_FN (newdecl))
10530
SFK
is the kind of special function (if any) for the new function.
10554
special_function_kind
sfk
,
10649
/* Setup decl according to
sfk
. */
10650
switch (
sfk
)
11946
and TYPE_QUALS.
SFK
indicates the kind of special function (if any)
11953
check_special_function_return_type (special_function_kind
sfk
,
11959
switch (
sfk
)
12217
special_function_kind
sfk
= sfk_none
3416
special_function_kind
sfk
= special_function_p (olddecl);
local
12202
special_function_kind
sfk
=
sfk
_none;
local
[
all
...]
Completed in 65 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026