Searched refs:baselink (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | search.c | 1156 tree baselink; in build_baselink() local 1165 baselink = make_node (BASELINK); in build_baselink() 1166 TREE_TYPE (baselink) = TREE_TYPE (functions); in build_baselink() 1167 BASELINK_BINFO (baselink) = binfo; in build_baselink() 1168 BASELINK_ACCESS_BINFO (baselink) = access_binfo; in build_baselink() 1169 BASELINK_FUNCTIONS (baselink) = functions; in build_baselink() 1170 BASELINK_OPTYPE (baselink) = optype; in build_baselink() 1172 return baselink; in build_baselink()
|
H A D | pt.c | 7841 tsubst_baselink (tree baselink, tree object_type, in tsubst_baselink() argument 7857 qualifying_scope = BINFO_TYPE (BASELINK_ACCESS_BINFO (baselink)); in tsubst_baselink() 7860 fns = BASELINK_FUNCTIONS (baselink); in tsubst_baselink() 7861 optype = BASELINK_OPTYPE (baselink); in tsubst_baselink() 7878 if (BASELINK_P (baselink)) in tsubst_baselink() 7879 fns = BASELINK_FUNCTIONS (baselink); in tsubst_baselink() 7884 if (BASELINK_P (baselink) && template_id_p) in tsubst_baselink() 7885 BASELINK_FUNCTIONS (baselink) in tsubst_baselink() 7887 BASELINK_FUNCTIONS (baselink), in tsubst_baselink() 7890 BASELINK_OPTYPE (baselink) in tsubst_baselink() [all …]
|
H A D | cp-tree.def | 102 DEFTREECODE (BASELINK, "baselink", tcc_exceptional, 0)
|
H A D | cp-tree.h | 473 struct tree_baselink GTY ((tag ("TS_CP_BASELINK"))) baselink;
|
H A D | ChangeLog-2003 | 874 * decl2.c (cxx_callgraph_analyze_expr): Deal with baselink. 6317 (lang_tree_node): Add baselink.
|
H A D | ChangeLog | 671 * semantics.c (baselink_for_fns): Build a baselink, even when 4254 non-template-id-expr baselinks. If the lookup finds a baselink,
|
H A D | ChangeLog-1999 | 4932 (resolve_offset_ref): Don't handle a raw baselink. 4936 * class.c (instantiate_type): Handle seeing a baselink under an
|
H A D | ChangeLog-2000 | 5872 the baselink. 5876 from a baselink.
|
H A D | ChangeLog-1998 | 509 * lex.c (identifier_type): See through a baselink. 510 * parse.y (do_id): Don't call do_identifier if we got a baselink.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | search.c | 1424 tree baselink; in build_baselink() local 1434 baselink = build (BASELINK, TREE_TYPE (functions), NULL_TREE, in build_baselink() 1436 BASELINK_BINFO (baselink) = binfo; in build_baselink() 1437 BASELINK_ACCESS_BINFO (baselink) = access_binfo; in build_baselink() 1438 BASELINK_FUNCTIONS (baselink) = functions; in build_baselink() 1439 BASELINK_OPTYPE (baselink) = optype; in build_baselink() 1441 return baselink; in build_baselink()
|
H A D | cp-tree.def | 104 DEFTREECODE (BASELINK, "baselink", 'e', 3)
|
H A D | ChangeLog.2 | 4932 (resolve_offset_ref): Don't handle a raw baselink. 4936 * class.c (instantiate_type): Handle seeing a baselink under an 7297 * lex.c (identifier_type): See through a baselink. 7298 * parse.y (do_id): Don't call do_identifier if we got a baselink.
|
H A D | ChangeLog | 15744 the baselink. 15748 from a baselink.
|