Searched refs:join (Results 201 - 212 of 212) sorted by relevance

123456789

/freebsd-12-stable/targets/pseudo/userland/
H A DMakefile.depend229 usr.bin/join \
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10261 static IntRange join(IntRange L, IntRange R) { function in struct:__anon3153::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-12-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp526 return llvm::join(v.begin(), v.end(), ":");
/freebsd-12-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-12-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-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3366 std::string Diag = llvm::join(DiagList.begin(), DiagList.end() - 1, ", ");
/freebsd-12-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-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1658 llvm::outs() << llvm::join(SuggestedCompletions, "\n") << '\n';
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5131 STI.setDefaultFeatures("generic", join(ArchFeatures.begin(), ArchFeatures.end(), ","));

Completed in 446 milliseconds

123456789