Searched refs:sfk (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/gcc/cp/
H A Dmethod.c1118 lazily_declare_fn (special_function_kind sfk, tree type)
1125 if (sfk == sfk_copy_constructor)
1127 else if (sfk == sfk_assignment_operator)
1133 fn = implicitly_declare_fn (sfk, type, const_p);
1135 if (sfk == sfk_destructor)
1140 if (sfk == sfk_destructor
1160 if (sfk == sfk_assignment_operator)
1165 if (sfk == sfk_constructor)
1167 else if (sfk == sfk_copy_constructor)
1169 else if (sfk
1116 lazily_declare_fn(special_function_kind sfk, tree type) argument
[all...]
H A Ddecl.c6500 special_function_kind sfk,
6720 if (sfk == sfk_constructor)
7335 check_special_function_return_type (special_function_kind sfk,
7339 switch (sfk)
7477 special_function_kind sfk = sfk_none;
7538 sfk = id_declarator->declarator->u.id.sfk;
7539 if (sfk == sfk_destructor)
7642 sfk = sfk_conversion;
7776 if (sfk !
6473 grokfndecl(tree ctype, tree type, tree declarator, tree parms, tree orig_declarator, int virtualp, enum overload_flags flags, cp_cv_quals quals, tree raises, int check, int friendp, int publicp, int inlinep, special_function_kind sfk, bool funcdef_flag, int template_count, tree in_namespace, tree* attrlist) argument
7321 check_special_function_return_type(special_function_kind sfk, tree type, tree optype) argument
7463 special_function_kind sfk = sfk_none; local
[all...]
H A Dparser.c895 special_function_kind sfk)
919 declarator->u.id.sfk = sfk;
12239 special_function_kind sfk;
12303 sfk = sfk_none;
12349 sfk = sfk_destructor;
12351 sfk = sfk_conversion;
12360 sfk = sfk_constructor;
12363 if (ctor_dtor_or_conv_p && sfk != sfk_none)
12369 sfk);
892 make_id_declarator(tree qualifying_scope, tree unqualified_name, special_function_kind sfk) argument
12237 special_function_kind sfk; local
[all...]
H A Dcp-tree.h3788 special_function_kind sfk;
3779 special_function_kind sfk; member in struct:cp_declarator::__anon1105::__anon1106

Completed in 201 milliseconds