Home
last modified time | relevance | path

Searched refs:M1 (Results 1 – 25 of 91) sorted by relevance

1234

/external/llvm/unittests/Support/
DMemoryTest.cpp45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() argument
46 if (M1.base() == M2.base()) in doesOverlap()
49 if (M1.base() > M2.base()) in doesOverlap()
50 return (unsigned char *)M2.base() + M2.size() > M1.base(); in doesOverlap()
52 return (unsigned char *)M1.base() + M1.size() > M2.base(); in doesOverlap()
61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P() local
64 EXPECT_NE((void*)nullptr, M1.base()); in TEST_P()
65 EXPECT_LE(sizeof(int), M1.size()); in TEST_P()
67 EXPECT_FALSE(Memory::releaseMappedMemory(M1)); in TEST_P()
72 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P() local
[all …]
DCommandLineTest.cpp57 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} in StackOption() argument
61 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} in StackOption() argument
65 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) in StackOption() argument
66 : Base(M0, M1, M2, M3) {} in StackOption()
/external/clang/unittests/Driver/
DMultilibTest.cpp54 Multilib M1, M2; in TEST() local
55 M1.flag("+foo"); in TEST()
57 ASSERT_TRUE(M1 == M2) << "Multilibs with the same flag should be the same"; in TEST()
61 Multilib M1, M2; in TEST() local
62 M1.flag("+foo"); in TEST()
64 ASSERT_FALSE(M1 == M2) << "Multilibs with conflicting flags are not the same"; in TEST()
65 ASSERT_FALSE(M2 == M1) in TEST()
70 Multilib M1, M2; in TEST() local
72 ASSERT_FALSE(M1 == M2) << "Flags make Multilibs different"; in TEST()
76 Multilib M1, M2; in TEST() local
[all …]
/external/clang/test/Driver/Inputs/
Dgen-response.c2 #define M1 M M M M M M M M M M macro
3 #define M2 M1 M1 M1 M1 M1 M1 M1 M1 M1 M1
/external/openfst/src/include/fst/
Dlookahead-filter.h37 template <class M1, class M2>
38 MatchType LookAheadMatchType(const M1 &m1, const M2 &m2) { in LookAheadMatchType()
76 template <class M1, class M2, MatchType MT>
123 template <class M1, class M2>
124 class LookAheadSelector<M1, M2, MATCH_INPUT> {
126 typedef typename M1::FST F1;
128 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector()
132 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_INPUT> &selector) in LookAheadSelector() argument
149 void operator=(const LookAheadSelector<M1, M2, MATCH_INPUT> &); // disallow
155 template <class M1, class M2>
[all …]
Dcompose-filter.h206 template <class M1, class M2>
209 typedef typename M1::FST FST1;
213 typedef M1 Matcher1;
221 M1 *matcher1 = 0, M2 *matcher2 = 0)
222 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT)),
229 SequenceComposeFilter(const SequenceComposeFilter<M1, M2> &filter,
286 void operator=(const SequenceComposeFilter<M1, M2> &); // disallow
291 template <class M1, class M2>
294 typedef typename M1::FST FST1;
298 typedef M1 Matcher1;
[all …]
Dcompose.h79 template <class M1, class M2,
80 class F = SequenceComposeFilter<M1, M2>,
81 class T = GenericComposeStateTable<typename M1::Arc,
84 M1 *matcher1; // FST1 matcher (see matcher.h)
90 M1 *mat1 = 0, M2 *mat2 = 0,
203 template <class M1, class M2, class F, class T>
204 class ComposeFstImpl : public ComposeFstImplBase<typename M1::Arc> {
205 typedef typename M1::FST FST1;
207 typedef typename M1::Arc Arc;
223 const ComposeFstImplOptions<M1, M2, F, T> &opts);
[all …]
Dfst-decl.h118 template <class M1, class M2 = M1> class SequenceComposeFilter;
119 template <class M1, class M2 = M1> class AltSequenceComposeFilter;
120 template <class M1, class M2 = M1> class MatchComposeFilter;
/external/clang/test/CoverageMapping/
Dmacroception.c4 #define M1 M2 macro
11 int main() M1
32 void func3() M1
46 void func4() M1 M11
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DWell512a.java44 private static final int M1 = 13; field in Well512a
57 super(K, M1, M2, M3); in Well512a()
64 super(K, M1, M2, M3, seed); in Well512a()
72 super(K, M1, M2, M3, seed); in Well512a()
79 super(K, M1, M2, M3, seed); in Well512a()
DWell1024a.java44 private static final int M1 = 3; field in Well1024a
57 super(K, M1, M2, M3); in Well1024a()
64 super(K, M1, M2, M3, seed); in Well1024a()
72 super(K, M1, M2, M3, seed); in Well1024a()
79 super(K, M1, M2, M3, seed); in Well1024a()
DWell19937a.java44 private static final int M1 = 70; field in Well19937a
57 super(K, M1, M2, M3); in Well19937a()
64 super(K, M1, M2, M3, seed); in Well19937a()
72 super(K, M1, M2, M3, seed); in Well19937a()
79 super(K, M1, M2, M3, seed); in Well19937a()
DWell19937c.java44 private static final int M1 = 70; field in Well19937c
57 super(K, M1, M2, M3); in Well19937c()
64 super(K, M1, M2, M3, seed); in Well19937c()
72 super(K, M1, M2, M3, seed); in Well19937c()
79 super(K, M1, M2, M3, seed); in Well19937c()
DWell44497b.java44 private static final int M1 = 23; field in Well44497b
57 super(K, M1, M2, M3); in Well44497b()
64 super(K, M1, M2, M3, seed); in Well44497b()
72 super(K, M1, M2, M3, seed); in Well44497b()
79 super(K, M1, M2, M3, seed); in Well44497b()
DWell44497a.java44 private static final int M1 = 23; field in Well44497a
57 super(K, M1, M2, M3); in Well44497a()
64 super(K, M1, M2, M3, seed); in Well44497a()
72 super(K, M1, M2, M3, seed); in Well44497a()
79 super(K, M1, M2, M3, seed); in Well44497a()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h670 template <typename M1>
672 typedef M1 type;
675 template <typename M1, typename M2>
678 typename AllOfResult1<M1>::type,
683 template <typename M1, typename M2, typename M3>
686 typename AllOfResult1<M1>::type,
691 template <typename M1, typename M2, typename M3, typename M4>
694 typename AllOfResult2<M1, M2>::type,
699 template <typename M1, typename M2, typename M3, typename M4, typename M5>
702 typename AllOfResult2<M1, M2>::type,
[all …]
/external/v8/test/mjsunit/harmony/
Dmodule-linking.js238 export module M1 {
243 export module A1 = M1;
276 assertEquals("object", typeof M1);
278 assertTrue('A2' in M1);
280 assertEquals("object", typeof M1.A2);
282 assertTrue('A1' in M1.A2);
284 assertEquals("object", typeof M1.A2.A1);
293 assertSame(M1, M2.A1);
294 assertSame(M2, M1.A2);
295 assertSame(M1, M1.A2.A1);
/external/clang/test/Preprocessor/
Dannotate_in_macro_arg.c2 #define M1() // expected-note{{macro 'M1' defined here}} macro
4 M1( // expected-error{{unterminated function-like macro invocation}}
6 #if M1() // expected-error{{expected value in expression}}
Dmacro_rescan.c3 #define M1(a) (a+1) macro
6 int ei_1 = M2(M1)(17);
9 int ei_2 = (M2(M1))(17);
/external/clang/test/PCH/
Dmacro-redef.c11 #define M1 0 // expected-note {{previous}} macro
12 #define M1 1 // expected-warning {{redefined}} macro
25 int x = M1; // expected-note {{previous}}
/external/clang/lib/Driver/
DMultilib.cpp153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { in Either() argument
154 return Either({M1, M2}); in Either()
157 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() argument
159 return Either({M1, M2, M3}); in Either()
162 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() argument
164 return Either({M1, M2, M3, M4}); in Either()
167 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() argument
170 return Either({M1, M2, M3, M4, M5}); in Either()
/external/clang/test/CodeGenCXX/
Dcopy-assign-synthesis.cpp21 M() : M1(10), M2(11) , auM1(12) {} in M()
22 int M1; member
25 printf("M1 = %d M2 = %d auM1 = %d auM2 = %d\n", M1, M2, auM1, auM2); in pr()
/external/llvm/test/CodeGen/X86/
Dvec_zero_cse.ll4 @M1 = external global <1 x i64>
13 store <1 x i64> zeroinitializer, <1 x i64>* @M1
21 store <1 x i64> < i64 -1 >, <1 x i64>* @M1
/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough-macro.cpp35 #define M1 [[clang::fallthrough]] macro
37 #define M2 M1
58 #undef M1
/external/clang/include/clang/Driver/
DMultilib.h119 MultilibSet &Either(const Multilib &M1, const Multilib &M2);
120 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
122 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
124 MultilibSet &Either(const Multilib &M1, const Multilib &M2,

1234