Home
last modified time | relevance | path

Searched refs:build_concept_id (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1393 build_concept_id (tree decl, tree args) in build_concept_id() function
1405 build_concept_id (tree expr) in build_concept_id() function
1408 tree id = build_concept_id (TREE_OPERAND (expr, 0), TREE_OPERAND (expr, 1)); in build_concept_id()
H A Dcp-tree.h7887 extern tree build_concept_id (tree);
H A Dparser.c16834 return build_concept_id (x); in cp_parser_template_id_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1436 build_concept_id (tree decl, tree args) in build_concept_id() function
1448 build_concept_id (tree expr) in build_concept_id() function
1451 tree id = build_concept_id (TREE_OPERAND (expr, 0), TREE_OPERAND (expr, 1)); in build_concept_id()
H A Dcp-tree.h8313 extern tree build_concept_id (tree);
H A DChangeLog-20191801 (build_concept_id): New. Pass tf_warning_or_error.
H A Dparser.cc18422 return build_concept_id (x); in cp_parser_template_id_expr()