Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/regress/usr.bin/mandoc/mdoc/Ms/
H A Dtag.out_html2 <dt id="one"><a class="permalink" href="#one"><span class="Ms">one</span></a>
4 <a class="permalink" href="#two"><span class="Ms" id="two">two</span></a></dt>
6 <dt id="three"><a class="permalink" href="#three"><span class="Ms">three</span></a></dt>
9 <a class="permalink" href="#four"><span class="Ms" id="four">four</span></a>
H A Dnoarg.out_lint1 mandoc: noarg.in:12:2: WARNING: skipping empty macro: Ms
2 mandoc: noarg.in:10:10: STYLE: no blank before trailing delimiter: Ms alpha.
H A Dtag.out_markdown5 **Ms-tag** - tagging of mathematical symbol macros
H A Dnoarg.out_markdown5 **Ms-noarg** - mathematical symbol without an argument
H A Dfont.out_markdown5 **Ms-font** - changing fonts inside the mathematical symbol macro
H A Dnoarg.out_ascii4 MMss--nnooaarrgg - mathematical symbol without an argument
H A Dtag.out_ascii4 MMss--ttaagg - tagging of mathematical symbol macros
H A Dfont.out_ascii4 MMss--ffoonntt - changing fonts inside the mathematical symbol macro
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DMultilib.h143 MultilibSet &Either(ArrayRef<Multilib> Ms);
190 static multilib_list filterCopy(FilterCallback F, const multilib_list &Ms);
193 static void filterInPlace(FilterCallback F, multilib_list &Ms);
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DMultilib.cpp294 const multilib_list &Ms) { in filterCopy() argument
295 multilib_list Copy(Ms); in filterCopy()
300 void MultilibSet::filterInPlace(FilterCallback F, multilib_list &Ms) { in filterInPlace() argument
301 llvm::erase_if(Ms, F); in filterInPlace()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDebugCounter.cpp20 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList() argument
/openbsd-src/usr.bin/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,
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2838.key24 V1wiowKBgDsihaEX6gwjs/pXiGr4ZotK+USMY5sRmUlcqnGC6Qd+Ms/KWW1sR9OF
H A D2730.key24 U30K09X/AoGAElZA4kzrmCwq1qtTrtBlpwovcDmdcuM4+Ms/jIqtc7T3mIxNBkwM
H A D2080.key7 9UQJoxojGyietmTCrpdqYAWpQGM9AmTf3rH2kQIDAQABAoIBADo8dYXYrIrce+Ms
H A D1724.key4 H+oTLXlN3UicBU93xHm3CjzgO/M0b+B7Bj4X6YE091Nqy7Hm58bgDLLDdsNjF/Ms
/openbsd-src/regress/usr.bin/mandoc/mdoc/
H A DMakefile5 SUBDIR += Ms Mt Nd Nm No Ns Oo Op Os Ox Pa Pf Pp Qq Rs Rv
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h1298 void apply(Opt *O, const Mod &M, const Mods &... Ms) {
1300 apply(O, Ms...);
1489 explicit opt(const Mods &... Ms)
1491 apply(this, Ms...);
1729 explicit list(const Mods &... Ms)
1731 apply(this, Ms...);
1885 explicit bits(const Mods &... Ms)
1887 apply(this, Ms...);
1955 explicit alias(const Mods &... Ms)
1957 apply(this, Ms...);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1390 template <typename... Ms>
1391 VariadicOperatorMatcher<Ms...> operator()(Ms &&... Ps) const {
1392 static_assert(MinCount <= sizeof...(Ms) && sizeof...(Ms) <= MaxCount,
1394 return VariadicOperatorMatcher<Ms...>(Op, std::forward<Ms>(Ps)...);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp579 NodeList Ms = members_if(EqBB, G); in findBlock() local
580 if (!Ms.empty()) in findBlock()
581 return Ms[0]; in findBlock()
1511 static auto HasUsedDef = [](NodeList &Ms) -> bool { in removeUnusedPhis() argument
1512 for (NodeAddr<NodeBase*> M : Ms) { in removeUnusedPhis()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTarget.td41 class HwModeSelect<list<HwMode> Ms> {
42 list<HwMode> Modes = Ms;
50 class ValueTypeByHwMode<list<HwMode> Ms, list<ValueType> Ts>
51 : HwModeSelect<Ms>, ValueType<0, 0> {
52 // The length of this list must be the same as the length of Ms.
65 class RegInfoByHwMode<list<HwMode> Ms = [], list<RegInfo> Ts = []>
66 : HwModeSelect<Ms> {
67 // The length of this list must be the same as the length of Ms.
492 class EncodingByHwMode<list<HwMode> Ms = [], list<InstructionEncoding> Ts = []>
493 : HwModeSelect<Ms> {
[all …]
/openbsd-src/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT3.rst154 return cantFail(CODLayer.addModule(std::move(Ms),
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DGnu.cpp1700 std::vector<Multilib> Ms; in findRISCVBareMetalMultilibs() local
1703 Ms.emplace_back( in findRISCVBareMetalMultilibs()
1710 .Either(ArrayRef<Multilib>(Ms)) in findRISCVBareMetalMultilibs()

12