| /openbsd-src/gnu/llvm/llvm/tools/llvm-modextract/ |
| H A D | llvm-modextract.cpp | 55 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 D | tag.out_html | 2 <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 D | noarg.out_lint | 1 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 D | tag.out_markdown | 5 **Ms-tag** - tagging of mathematical symbol macros
|
| H A D | noarg.out_markdown | 5 **Ms-noarg** - mathematical symbol without an argument
|
| H A D | font.out_markdown | 5 **Ms-font** - changing fonts inside the mathematical symbol macro
|
| H A D | noarg.out_ascii | 4 MMss--nnooaarrgg - mathematical symbol without an argument
|
| H A D | tag.out_ascii | 4 MMss--ttaagg - tagging of mathematical symbol macros
|
| H A D | font.out_ascii | 4 MMss--ffoonntt - changing fonts inside the mathematical symbol macro
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Multilib.h | 143 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 D | Multilib.cpp | 294 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 D | DebugCounter.cpp | 20 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList() argument
|
| /openbsd-src/usr.bin/mandoc/ |
| H A D | mandoc.css | 255 .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 D | 2838.key | 24 V1wiowKBgDsihaEX6gwjs/pXiGr4ZotK+USMY5sRmUlcqnGC6Qd+Ms/KWW1sR9OF
|
| H A D | 2730.key | 24 U30K09X/AoGAElZA4kzrmCwq1qtTrtBlpwovcDmdcuM4+Ms/jIqtc7T3mIxNBkwM
|
| H A D | 2080.key | 7 9UQJoxojGyietmTCrpdqYAWpQGM9AmTf3rH2kQIDAQABAoIBADo8dYXYrIrce+Ms
|
| H A D | 1724.key | 4 H+oTLXlN3UicBU93xHm3CjzgO/M0b+B7Bj4X6YE091Nqy7Hm58bgDLLDdsNjF/Ms
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/ |
| H A D | Makefile | 5 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 D | CommandLine.h | 1298 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 D | RewriteRule.cpp | 443 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 D | ASTMatchersInternal.h | 1390 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 D | RDFGraph.cpp | 579 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 D | Target.td | 41 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 D | BuildingAJIT3.rst | 154 return cantFail(CODLayer.addModule(std::move(Ms),
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.cpp | 1700 std::vector<Multilib> Ms; in findRISCVBareMetalMultilibs() local 1703 Ms.emplace_back( in findRISCVBareMetalMultilibs() 1710 .Either(ArrayRef<Multilib>(Ms)) in findRISCVBareMetalMultilibs()
|