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.h1309 void apply(Opt *O, const Mod &M, const Mods &... Ms) {
1311 apply(O, Ms...);
1498 explicit opt(const Mods &... Ms)
1500 apply(this, Ms...);
1738 explicit list(const Mods &... Ms)
1740 apply(this, Ms...);
1894 explicit bits(const Mods &... Ms)
1896 apply(this, Ms...);
1964 explicit alias(const Mods &... Ms)
1966 apply(this, Ms...);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp443 std::vector<DynTypedMatcher> Ms = buildMatchers(Rule); in buildMatcher() local
444 assert(Ms.size() == 1 && "Cases must have compatible matchers."); in buildMatcher()
445 return Ms[0]; in buildMatcher()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilibBuilder.h120 MultilibSetBuilder &Either(ArrayRef<MultilibBuilder> Ms);
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1386 template <typename... Ms>
1387 VariadicOperatorMatcher<Ms...> operator()(Ms &&... Ps) const {
1388 static_assert(MinCount <= sizeof...(Ms) && sizeof...(Ms) <= MaxCount,
1390 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> {
47 list<HwMode> Modes = Ms;
55 class ValueTypeByHwMode<list<HwMode> Ms, list<ValueType> Ts>
56 : HwModeSelect<Ms>, ValueType<0, 0> {
57 // The length of this list must be the same as the length of Ms.
80 class RegInfoByHwMode<list<HwMode> Ms = [], list<RegInfo> Ts = []>
81 : HwModeSelect<Ms> {
82 // The length of this list must be the same as the length of Ms.
91 class SubRegRangeByHwMode<list<HwMode> Ms = [], list<SubRegRange> Ts = []>
92 : HwModeSelect<Ms> {
[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.cpp572 NodeList Ms = members_if(EqBB, G); in findBlock() local
573 if (!Ms.empty()) in findBlock()
574 return Ms[0]; in findBlock()
1466 static auto HasUsedDef = [](NodeList &Ms) -> bool { in removeUnusedPhis() argument
1467 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.cpp1862 std::vector<MultilibBuilder> Ms; in findRISCVBareMetalMultilibs() local
1865 Ms.emplace_back( in findRISCVBareMetalMultilibs()
1873 .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