Searched refs:finish_trait_expr (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2007 | 1988 * 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 D | ChangeLog-2014 | 1038 (finish_trait_expr): Likewise. 1050 (finish_trait_expr): Likewise. 1059 (finish_trait_expr): Likewise.
|
H A D | ChangeLog-2011 | 188 * 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 D | ChangeLog-2009 | 1769 (finish_trait_expr): Likewise. 3245 (finish_trait_expr): Use it.
|
H A D | ChangeLog-2021 | 1748 (finish_trait_expr): Likewise. 1997 (finish_trait_expr): Likewise. Formatting fix.
|
H A D | ChangeLog | 43 (finish_trait_expr): Use it.
|
H A D | ChangeLog-2019 | 2200 (finish_trait_expr): Add location parm. 2638 * semantics.c (finish_trait_expr): Add location parm.
|
H A D | cp-tree.h | 7731 extern tree finish_trait_expr (location_t, enum cp_trait_kind, tree, tree);
|
H A D | ChangeLog-2015 | 2081 (trait_expr_value, finish_trait_expr): Handle CPTK_IS_SAME_AS.
|
H A D | ChangeLog-2010 | 829 * semantics.c (trait_expr_value, finish_trait_expr): Likewise.
|
H A D | ChangeLog-2016 | 933 * semantics.c (trait_expr_value, finish_trait_expr): Handle
|
H A D | semantics.cc | 12074 finish_trait_expr (location_t loc, cp_trait_kind kind, tree type1, tree type2) in finish_trait_expr() function
|
H A D | pt.cc | 21466 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 D | ChangeLog-2017 | 4661 (finish_trait_expr): Handle CPTK_IS_AGGREGATE.
|
H A D | ChangeLog-2020 | 1753 (finish_trait_expr): Likewise.
|
H A D | parser.cc | 10989 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 D | cp-tree.h | 7340 extern tree finish_trait_expr (location_t, enum cp_trait_kind, tree, tree);
|
H A D | semantics.c | 10109 finish_trait_expr (location_t loc, cp_trait_kind kind, tree type1, tree type2) in finish_trait_expr() function
|
H A D | pt.c | 20688 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 D | parser.c | 10497 return finish_trait_expr (trait_loc, kind, type1, type2); in cp_parser_trait_expr()
|