Searched refs:BASELINK (Results 1 - 25 of 25) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_faccessat.c49 #define BASELINK "symlink" macro
166 ATF_REQUIRE(faccessat(dfd, BASELINK, F_OK, 0) == -1);
172 ATF_REQUIRE(faccessat(dfd, BASELINK, F_OK, AT_SYMLINK_NOFOLLOW) == 0);
H A Dt_fstatat.c49 #define BASELINK "symlink" macro
177 ATF_REQUIRE(fstatat(dfd, BASELINK, &st, 0) == -1);
180 ATF_REQUIRE(fstatat(dfd, BASELINK, &st, AT_SYMLINK_NOFOLLOW) == 0);
H A Dt_fchmodat.c49 #define BASELINK "symlink" macro
175 ATF_REQUIRE(fchmodat(dfdlink, BASELINK, 0600, 0) == -1);
178 ATF_REQUIRE(fchmodat(dfdlink, BASELINK, 0600, AT_SYMLINK_NOFOLLOW) == 0);
H A Dt_symlinkat.c51 #define BASELINK "symlink" macro
70 ATF_REQUIRE(symlinkat(RELFILE, dfd, BASELINK) == 0);
H A Dt_readlinkat.c49 #define BASELINK "symlink" macro
70 len = readlinkat(dfd, BASELINK, buf, sizeof(buf)-1);
H A Dt_linkat.c53 #define BASELINK "symlink" macro
160 ATF_REQUIRE(linkat(ofd, BASELINK, nfd, BASETARGET,
193 ATF_REQUIRE(linkat(ofd, BASELINK, nfd, BASETARGET, 0) == 0);
H A Dt_utimensat.c50 #define BASELINK "symlink" macro
187 ATF_REQUIRE(utimensat(dfd, BASELINK, tptr, 0) == -1);
190 ATF_REQUIRE(utimensat(dfd, BASELINK, tptr, AT_SYMLINK_NOFOLLOW) == 0);
H A Dt_fchownat.c50 #define BASELINK "symlink" macro
223 ATF_REQUIRE(fchownat(dfd, BASELINK, uid, gid, 0) == -1);
226 ATF_REQUIRE(fchownat(dfd, BASELINK, uid, gid,
/freebsd-10-stable/contrib/gcc/cp/
H A Dexpr.c91 gimplification routines. Are EMPTY_CLASS_EXPR or BASELINK needed? */
122 case BASELINK:
H A Dcp-objcp-common.c122 case BASELINK: return sizeof (struct tree_baselink);
193 case BASELINK:
H A Dcp-tree.def31 BASELINK, or TEMPLATE_ID_EXPR (corresponding to `m').
98 A BASELINK is an expression; the TREE_TYPE of the BASELINK gives
102 DEFTREECODE (BASELINK, "baselink", tcc_exceptional, 0)
H A Dptree.c173 case BASELINK:
H A Dcxx-pretty-print.c186 case BASELINK:
358 case BASELINK:
470 case BASELINK:
901 case BASELINK:
H A Derror.c898 case BASELINK:
1892 case BASELINK:
H A Dtree.c1542 case BASELINK:
2021 case BASELINK:
H A Dcp-gimplify.c539 case BASELINK:
H A Ddecl2.c3003 case BASELINK:
3557 /* Mark DECL (either a _DECL or a BASELINK) as "used" in the program.
3566 /* If DECL is a BASELINK for a single function, then treat it just
3567 like the DECL for the function. Otherwise, if the BASELINK is
3570 if (TREE_CODE (decl) == BASELINK)
H A Dpt.c3508 if (TREE_CODE (fn_no_ptr) == BASELINK)
5097 case BASELINK:
5183 || TREE_CODE (t) == BASELINK
7851 /* Like tsubst_expr for a BASELINK. OBJECT_TYPE, if non-NULL, is the
8128 case BASELINK:
8215 else if (TREE_CODE (name) == BASELINK)
13101 if (TREE_CODE (expression) == BASELINK)
H A Dmangle.c2047 if (code == BASELINK)
H A Dsearch.c1167 baselink = make_node (BASELINK);
1494 a derived class `D'. If `B::m' has been resolved to a BASELINK,
H A Dtypeck.c2119 however, be a BASELINK where the BASELINK_FUNCTIONS is a
2122 BASELINK. TEMPLATE_P is true iff NAME was explicitly declared to
4495 case BASELINK:
4557 else if (TREE_CODE (TREE_OPERAND (arg, 1)) == BASELINK)
H A Dcp-tree.h57 BASELINK_QUALIFIED_P (in BASELINK)
327 /* Returns true iff NODE is a BASELINK. */
329 (TREE_CODE (NODE) == BASELINK)
333 /* The functions referred to by the BASELINK; either a FUNCTION_DECL,
H A Dname-lookup.c3741 Returns a DECL (or OVERLOAD, or BASELINK) representing the
4652 if (TREE_CODE (n) == BASELINK)
H A Dclass.c6087 if (TREE_CODE (rhs) == BASELINK)
H A Ddecl.c12390 case BASELINK: return TS_CP_BASELINK;

Completed in 275 milliseconds