/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 45 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 …]
|
D | CommandLineTest.cpp | 57 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/ |
D | MultilibTest.cpp | 54 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/ |
D | gen-response.c | 2 #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/ |
D | lookahead-filter.h | 37 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 …]
|
D | compose-filter.h | 206 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 …]
|
D | compose.h | 79 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 …]
|
D | fst-decl.h | 118 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/ |
D | macroception.c | 4 #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/ |
D | Well512a.java | 44 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()
|
D | Well1024a.java | 44 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()
|
D | Well19937a.java | 44 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()
|
D | Well19937c.java | 44 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()
|
D | Well44497b.java | 44 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()
|
D | Well44497a.java | 44 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/ |
D | gmock-generated-matchers.h | 670 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/ |
D | module-linking.js | 238 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/ |
D | annotate_in_macro_arg.c | 2 #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}}
|
D | macro_rescan.c | 3 #define M1(a) (a+1) macro 6 int ei_1 = M2(M1)(17); 9 int ei_2 = (M2(M1))(17);
|
/external/clang/test/PCH/ |
D | macro-redef.c | 11 #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/ |
D | Multilib.cpp | 153 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/ |
D | copy-assign-synthesis.cpp | 21 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/ |
D | vec_zero_cse.ll | 4 @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/ |
D | switch-implicit-fallthrough-macro.cpp | 35 #define M1 [[clang::fallthrough]] macro 37 #define M2 M1 58 #undef M1
|
/external/clang/include/clang/Driver/ |
D | Multilib.h | 119 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,
|