Home
last modified time | relevance | path

Searched refs:finish_trait_expr (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20071988 * semantics.c (finish_trait_expr): Complete the types.
2368 (locate_copy, locate_ctor, locate_dtor, finish_trait_expr): Declare.
2379 * semantics.c (finish_trait_expr, trait_expr_value
H A DChangeLog-20141038 (finish_trait_expr): Likewise.
1050 (finish_trait_expr): Likewise.
1059 (finish_trait_expr): Likewise.
H A DChangeLog-2011188 * semantics.c (trait_expr_value, finish_trait_expr): Handle
1294 * semantics.c (finish_trait_expr): Do not try to instantiate the
3372 * semantics.c (trait_expr_value, finish_trait_expr):
H A DChangeLog-20091769 (finish_trait_expr): Likewise.
3245 (finish_trait_expr): Use it.
H A DChangeLog-20211748 (finish_trait_expr): Likewise.
1997 (finish_trait_expr): Likewise. Formatting fix.
H A DChangeLog43 (finish_trait_expr): Use it.
H A DChangeLog-20192200 (finish_trait_expr): Add location parm.
2638 * semantics.c (finish_trait_expr): Add location parm.
H A Dcp-tree.h7731 extern tree finish_trait_expr (location_t, enum cp_trait_kind, tree, tree);
H A DChangeLog-20152081 (trait_expr_value, finish_trait_expr): Handle CPTK_IS_SAME_AS.
H A DChangeLog-2010829 * semantics.c (trait_expr_value, finish_trait_expr): Likewise.
H A DChangeLog-2016933 * semantics.c (trait_expr_value, finish_trait_expr): Handle
H A Dsemantics.cc12074 finish_trait_expr (location_t loc, cp_trait_kind kind, tree type1, tree type2) in finish_trait_expr() function
H A Dpt.cc21466 RETURN (finish_trait_expr (TRAIT_EXPR_LOCATION (t), in tsubst_copy_and_build()
29943 tree same = finish_trait_expr (loc, CPTK_IS_SAME_AS, atype, ret); in alias_ctad_tweaks()
H A DChangeLog-20174661 (finish_trait_expr): Handle CPTK_IS_AGGREGATE.
H A DChangeLog-20201753 (finish_trait_expr): Likewise.
H A Dparser.cc10989 return finish_trait_expr (trait_loc, kind, type1, type2); in cp_parser_trait_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h7340 extern tree finish_trait_expr (location_t, enum cp_trait_kind, tree, tree);
H A Dsemantics.c10109 finish_trait_expr (location_t loc, cp_trait_kind kind, tree type1, tree type2) in finish_trait_expr() function
H A Dpt.c20688 RETURN (finish_trait_expr (TRAIT_EXPR_LOCATION (t), in tsubst_copy_and_build()
28866 tree same = finish_trait_expr (loc, CPTK_IS_SAME_AS, atype, ret); in alias_ctad_tweaks()
H A Dparser.c10497 return finish_trait_expr (trait_loc, kind, type1, type2); in cp_parser_trait_expr()