Searched defs:that (Results 1 - 5 of 5) sorted by last modified time

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp82 BCEAtom(BCEAtom &&that) = default; member in struct:__anon2951::BCEAtom
83 BCEAtom &operator=(BCEAtom &&that) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp85 void APInt::initSlowCase(const APInt& that) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h154 APInt(const APInt &that) : BitWidth(that.BitWidth) { argument
162 APInt(APInt &&that) argument
610 operator =(APInt &&that) argument
[all...]
/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c562 membercmp(nltype *this, nltype *that) argument
[all...]
/freebsd-current/crypto/heimdal/appl/rsh/
H A Drsh.c432 proto(int s, int errsock, const char *hostname, const char *local_user, const char *remote_user, const char *cmd, size_t cmd_len, int (*auth_func)(int s, struct sockaddr *this, struct sockaddr *that, const char *hostname, const char *remote_user, const char *local_user, size_t cmd_len, const char *cmd)) argument
707 doit(const char *hostname, struct addrinfo *ai, const char *remote_user, const char *local_user, const char *cmd, size_t cmd_len, int (*auth_func)(int s, struct sockaddr *this, struct sockaddr *that, const char *hostname, const char *remote_user, const char *local_user, size_t cmd_len, const char *cmd)) argument

Completed in 225 milliseconds