Home
last modified time | relevance | path

Searched refs:Ms (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp55 std::vector<BitcodeModule> Ms = ExitOnErr(getBitcodeModuleList(*MB)); in main() local
58 if (ModuleIndex >= Ms.size()) { in main()
61 << Ms.size() << " module(s)\n"; in main()
73 Result.append(Ms[ModuleIndex].getBuffer().begin(), in main()
74 Ms[ModuleIndex].getBuffer().end()); in main()
75 Writer.copyStrtab(Ms[ModuleIndex].getStrtab()); in main()
81 std::unique_ptr<Module> M = ExitOnErr(Ms[ModuleIndex].parseModule(Context)); in main()
/freebsd/contrib/mandoc/
H A Dmandoc.css255 .Ms { font-style: normal;
277 .Ic, code.In, .Lb, .Lk, .Ms, .Mt, .Nd, code.Nm, .Pa, .Rs,
299 .Ms::before { content: "Ms"; }
318 .Ms::before, .Mt::before, .Nd::before, code.Nm::before,
339 .Lb:hover::before, .Lk:hover::before, .Ms:hover::before, .Mt:hover::before,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp97 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList() argument
/freebsd/contrib/one-true-awk/testdir/
H A Dtt.1522 w !~ /^(Mr|Dr|Ms|Mrs|vs|Ph.D)\.$/)
/freebsd/contrib/libfido2/man/
H A Ddyc.css8 span.Ms { font-weight: bold; }
H A Dstyle.css21 span.Ms { font-weight: bold; }
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1315 void apply(Opt *O, const Mod &M, const Mods &... Ms) {
1317 apply(O, Ms...);
1506 explicit opt(const Mods &... Ms)
1508 apply(this, Ms...);
1746 explicit list(const Mods &... Ms)
1748 apply(this, Ms...);
1902 explicit bits(const Mods &... Ms)
1904 apply(this, Ms...);
1972 explicit alias(const Mods &... Ms)
1974 apply(this, Ms...);
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilibBuilder.h120 MultilibSetBuilder &Either(ArrayRef<MultilibBuilder> Ms);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp442 std::vector<DynTypedMatcher> Ms = buildMatchers(Rule); in buildMatcher() local
443 assert(Ms.size() == 1 && "Cases must have compatible matchers."); in buildMatcher()
444 return Ms[0]; in buildMatcher()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1387 template <typename... Ms>
1388 VariadicOperatorMatcher<Ms...> operator()(Ms &&... Ps) const {
1389 static_assert(MinCount <= sizeof...(Ms) && sizeof...(Ms) <= MaxCount,
1391 return VariadicOperatorMatcher<Ms...>(Op, std::forward<Ms>(Ps)...);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td46 class HwModeSelect<list<HwMode> Ms, int ObjectsLength> {
47 list<HwMode> Modes = Ms;
58 class ValueTypeByHwMode<list<HwMode> Ms, list<ValueType> Ts>
59 : HwModeSelect<Ms, !size(Ts)>, ValueType<0, 0> {
60 // The length of this list must be the same as the length of Ms.
72 // The length of this list must be the same as the length of Ms.
85 class RegInfoByHwMode<list<HwMode> Ms = [], list<RegInfo> Ts = []>
86 : HwModeSelect<Ms, !size(Ts)> {
87 // The length of this list must be the same as the length of Ms.
96 class SubRegRangeByHwMode<list<HwMode> Ms = [], list<SubRegRange> Ts = []>
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-match.mk40 .if ${One Two Three Four five six seven so s:L:Ms??*} != "six seven"
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp571 NodeList Ms = members_if(EqBB, G); in findBlock() local
572 if (!Ms.empty()) in findBlock()
573 return Ms[0]; in findBlock()
1505 static auto HasUsedDef = [](NodeList &Ms) -> bool { in removeUnusedPhis() argument
1506 for (Node M : Ms) { in removeUnusedPhis()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c1135 check = tigetstr(UserCap(Ms)); in check_string_caps()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp1738 std::vector<MultilibBuilder> Ms; in findRISCVBareMetalMultilibs() local
1741 Ms.emplace_back( in findRISCVBareMetalMultilibs()
1749 .Either(Ms) in findRISCVBareMetalMultilibs()
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses398 userdef Ms str ss store the current buffer in the host terminal's selection (clipboard).
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src5618 # Ms modifies the selection/clipboard. Its parameters are
5629 Ms=\E]52;%p1%s;%p2%s\007, Se=\E[2 q, Ss=\E[%p1%d q,
5632 Ms=\E]52;%p1%s;%p2%s\E\\, Se=\E[ q, Ss=\E[%p1%d q,
7414 kcbt@, kent@, oc=\E]104\007, Ms=\E]52;%p1%s;%p2%s\007,
7431 kcbt@, kent@, Ms=\E]52;%p1%s;%p2%s\007, kDN3=\E[1;3B,
7751 cvvis@, flash@, initc@, kcbt=\E[Z, rmm@, smm@, Ms@,
8553 smkx=\E[?1h\E=, E3=\E[3J, Ms=\E]52;%p1%s;%p2%s\007,
25602 # Ms modifies the selection/clipboard. Its parameters are
27350 # + uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
27464 # + correct Ss/Ms interchange in st-0.7 entry (tmux #1264) -TD
[all …]
/freebsd/contrib/ncurses/
H A DNEWS1030 + add special cases in tput to handle extensions Cs/Ms parameters
1613 but cancel the non-working Cr and Ms capabilities -TD
1750 extended string capability, e.g., as used in the Cs and Ms
3008 + correct Ss/Ms interchange in st-0.7 entry (tmux #1264) -TD
3748 + uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES10939 DECnet calls sendmail with -MrDECnet -Ms<HOST> -bs