Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.month/time.cal.month.members/
H A Dplus_minus_equal.pass.cpp22 template <typename M, typename Ms>
26 if (static_cast<unsigned>(m1 += Ms{ 1}) != 2) return false; in testConstexpr()
27 if (static_cast<unsigned>(m1 += Ms{ 2}) != 4) return false; in testConstexpr()
28 if (static_cast<unsigned>(m1 += Ms{ 8}) != 12) return false; in testConstexpr()
29 if (static_cast<unsigned>(m1 -= Ms{ 1}) != 11) return false; in testConstexpr()
30 if (static_cast<unsigned>(m1 -= Ms{ 2}) != 9) return false; in testConstexpr()
31 if (static_cast<unsigned>(m1 -= Ms{ 8}) != 1) return false; in testConstexpr()
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/
H A Dplus_minus_equal.pass.cpp23 template <typename M, typename Ms>
27 if ((m1 += Ms{ 1}).c_encoding() != 2) return false; in testConstexpr()
28 if ((m1 += Ms{ 2}).c_encoding() != 4) return false; in testConstexpr()
29 if ((m1 += Ms{ 4}).c_encoding() != 1) return false; in testConstexpr()
30 if ((m1 -= Ms{ 1}).c_encoding() != 0) return false; in testConstexpr()
31 if ((m1 -= Ms{ 2}).c_encoding() != 5) return false; in testConstexpr()
32 if ((m1 -= Ms{ 4}).c_encoding() != 1) return false; in testConstexpr()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dsubst.td9 def Ms : Honorific<"Ms.">;
23 def JaneSmith : AName<"Jane LAST", Ms>;
42 // CHECK-NEXT: Honorific honorific = Ms;
62 // CHECK-NEXT: def Ms {
63 // CHECK-NEXT: string honorific = "Ms.";
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.month/time.cal.month.nonmembers/
H A Dminus.pass.cpp28 template <typename M, typename Ms>
33 Ms offset{3}; in testConstexpr()
39 assert(M{1} - M{2} == Ms{11}); in testConstexpr()
H A Dplus.pass.cpp34 template <typename M, typename Ms>
38 Ms offset{4}; in testConstexpr()
42 assert(M{2} + Ms{11} == M{1}); in testConstexpr()
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/
H A Dplus.pass.cpp35 template <typename M, typename Ms>
39 Ms offset{4}; in testConstexpr()
43 assert(M{1} + Ms{6} == M{0}); in testConstexpr()
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Support/
H A DDebugCounter.cpp21 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList() argument
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h1280 void apply(Opt *O, const Mod &M, const Mods &... Ms) {
1282 apply(O, Ms...);
1471 explicit opt(const Mods &... Ms)
1473 apply(this, Ms...);
1664 explicit list(const Mods &... Ms)
1666 apply(this, Ms...);
1820 explicit bits(const Mods &... Ms)
1822 apply(this, Ms...);
1890 explicit alias(const Mods &... Ms)
1892 apply(this, Ms...);
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp427 std::vector<DynTypedMatcher> Ms = buildMatchers(Rule); in buildMatcher() local
428 assert(Ms.size() == 1 && "Cases must have compatible matchers."); in buildMatcher()
429 return Ms[0]; in buildMatcher()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1391 template <typename... Ms>
1392 VariadicOperatorMatcher<Ms...> operator()(Ms &&... Ps) const {
1393 static_assert(MinCount <= sizeof...(Ms) && sizeof...(Ms) <= MaxCount,
1395 return VariadicOperatorMatcher<Ms...>(Op, std::forward<Ms>(Ps)...);
/llvm-project-15.0.7/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()
1508 static auto HasUsedDef = [](NodeList &Ms) -> bool { in removeUnusedPhis() argument
1509 for (NodeAddr<NodeBase*> M : Ms) { in removeUnusedPhis()
/llvm-project-15.0.7/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.
479 class EncodingByHwMode<list<HwMode> Ms = [], list<InstructionEncoding> Ts = []>
480 : HwModeSelect<Ms> {
[all …]
/llvm-project-15.0.7/llvm/docs/tutorial/
H A DBuildingAJIT3.rst154 return cantFail(CODLayer.addModule(std::move(Ms),
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp71 explicit StackOption(Ts &&... Ms) : Base(std::forward<Ts>(Ms)...) {} in StackOption() argument
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DGnu.cpp1689 std::vector<Multilib> Ms; in findRISCVBareMetalMultilibs() local
1692 Ms.emplace_back( in findRISCVBareMetalMultilibs()
1699 .Either(ArrayRef<Multilib>(Ms)) in findRISCVBareMetalMultilibs()