Searched refs:join (Results 151 - 163 of 163) sorted by relevance

1234567

/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend251 usr.bin/join \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp75 static cl::opt<bool> EnableJoining("join-liveintervals",
85 EnableJoinSplits("join-splitedges",
90 EnableGlobalCopies("join-globalcopies",
184 /// has been tried to join with other live interval.
214 /// Attempt to join intervals corresponding to SrcReg/DstReg, which are the
221 /// Attempt to join these two intervals. On failure, this
1769 // Always join simple intervals that are defined by a single copy from a
1782 dbgs() << "\tCannot join complex intervals into reserved register.\n");
1835 // When that happens, just join the values and remove the copy.
1899 // Okay, attempt to join thes
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10261 static IntRange join(IntRange L, IntRange R) { function in struct:__anon611::IntRange
10297 R = IntRange::join(R, El);
10305 return IntRange::join(R, I);
10380 return IntRange::join(L, R);
10523 return IntRange::join(L, R);
H A DSemaDeclCXX.cpp757 << llvm::join(BadSpecifiers.begin(), BadSpecifiers.end(), " ");
768 << llvm::join(CPlusPlus20Specifiers.begin(),
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp526 return llvm::join(v.begin(), v.end(), ":");
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c96 [RDMA_CM_EVENT_MULTICAST_JOIN] = "multicast join",
431 static int cma_igmp_send(struct net_device *ndev, const union ib_gid *mgid, bool join) argument
444 if (join)
3974 pr_warn("RDMA CM: %s port %u Unable to multicast join\n"
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c5623 int join; local
5644 * [join] [auth] [go_intent=<0..15>] [freq=<in MHz>] [provdisc]
5669 join = os_strstr(pos, " join") != NULL;
5745 persistent_group, automatic, join,
5789 /* <addr> <config method> [join|auto] */
5799 if (os_strstr(pos, " join") != NULL)
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3366 std::string Diag = llvm::join(DiagList.begin(), DiagList.end() - 1, ", ");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5131 STI.setDefaultFeatures("generic", join(ArchFeatures.begin(), ArchFeatures.end(), ","));
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1788 llvm::join(Recips, ","));
H A DCGExpr.cpp2780 std::string GVName = llvm::join(NameItems, NameItems + 2, ".");
H A DCodeGenModule.cpp1714 Attrs.addAttribute("target-features", llvm::join(Features, ","));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1658 llvm::outs() << llvm::join(SuggestedCompletions, "\n") << '\n';

Completed in 733 milliseconds

1234567