Home
last modified time | relevance | path

Searched refs:build_qualified_name (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-2005101 * tree.c (build_qualified_name): Return error_mark_node for
622 (build_qualified_name): New function.
624 * init.c (build_offset_ref): Use build_qualified_name.
628 build_qualified_name.
640 (cp_parser_lookup_name): Use build_qualified_name.
641 * pt.c (tsubst): Use build_qualified_name.
644 (tsubst_copy): Use build_qualified_name.
648 build_qualified_name.
653 build_qualified_name. Adjust calls to
655 * tree.c (build_qualified_name): New function.
Dmangle.cc3064 build_qualified_name (/*type=*/NULL_TREE, in write_expression()
Dpt.cc8712 val = build_qualified_name (type, scope, TREE_OPERAND (val, 1), in convert_template_argument()
16637 return build_qualified_name (NULL_TREE, qualifying_scope, name, in tsubst_baselink()
16792 expr = build_qualified_name (NULL_TREE, scope, expr, in tsubst_qualified_id()
16961 return build_qualified_name (NULL_TREE, ctx, DECL_NAME (t), in maybe_dependent_member_ref()
17214 return build_qualified_name (type, context, DECL_NAME (t), in tsubst_copy()
17424 name = build_qualified_name (/*type=*/NULL_TREE, in tsubst_copy()
17482 return build_qualified_name (/*type=*/NULL_TREE, op0, op1, in tsubst_copy()
17892 = build_qualified_name (NULL_TREE, scope, in tsubst_omp_clauses()
DChangeLog-19971558 (build_qualified_name): New fn.
1560 (build_static_name): Use build_qualified_name.
Dinit.cc2382 return build_qualified_name (NULL_TREE, type, member, in build_offset_ref()
DChangeLog-19984780 (build_qualified_name): Likewise.
5495 (build_qualified_name): Note that some template mangled names end
5932 (build_qualified_name): Likewise.
6269 (build_qualified_name): Add a check for K name compression and don't
Dtree.cc2287 build_qualified_name (tree type, tree scope, tree name, bool template_p) in build_qualified_name() function
Dsemantics.cc2211 ret = build_qualified_name (type, qualifying_scope, decl, in finish_non_static_data_member()
2444 expr = build_qualified_name (TREE_TYPE (expr), in finish_qualified_id_expr()
DChangeLog-20122438 the decl to build_qualified_name.
DChangeLog-20005156 build_qualified_name, build_qualified_name, hack_identifier): Likewise.
Dcp-tree.h7852 extern tree build_qualified_name (tree, tree, tree, bool);
DChangeLog-20091044 * tree.c (build_qualified_name): Call convert_from_reference.
DChangeLog-20152109 type_dependent_expression_p. Don't build_qualified_name for a
DChangeLog-20112489 * tree.c (build_qualified_name): Set PTRMEM_OK_P.
Dparser.cc8340 name = build_qualified_name (/*type=*/NULL_TREE, in cp_parser_postfix_dot_deref_expression()
30561 decl = build_qualified_name (/*type=*/NULL_TREE, in cp_parser_lookup_name()
38305 id = build_qualified_name (NULL_TREE, scope, id, false); in cp_parser_omp_clause_reduction()
DChangeLog-20182607 * semantics.c (finish_qualified_id_expr): build_qualified_name
DChangeLog-20171815 * tree.c (build_qualified_name): Add sanity check.
DChangeLog-19996043 (build_qualified_name): Simplify logic.