/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() 74 MemoryBlock M2 = Memory::allocateMappedMemory(64, nullptr, Flags, EC); in TEST_P() local 129 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P() local 187 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P() local 243 MemoryBlock M2 = Memory::allocateMappedMemory(64, &M1, Flags, EC); in TEST_P() local 269 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local 291 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local 317 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local
|
/external/clang/unittests/Driver/ |
D | MultilibTest.cpp | 54 Multilib M1, M2; in TEST() local 61 Multilib M1, M2; in TEST() local 70 Multilib M1, M2; in TEST() local 76 Multilib M1, M2; in TEST() local 86 Multilib M2; in TEST() local 96 Multilib M2; in TEST() local 106 Multilib M2; in TEST() local 116 Multilib M2("bar"); in TEST() local 124 Multilib M2("", "bar"); in TEST() local 132 Multilib M2("", "", "bar"); in TEST() local [all …]
|
/external/clang/test/PCH/ |
D | macro-redef.c | 14 #define M2 3 macro 19 #define M2 4 // expected-warning {{redefined}} macro
|
/external/clang/lib/Driver/ |
D | Multilib.cpp | 153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { in Either() 157 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() 162 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() 167 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either()
|
/external/clang/test/CoverageMapping/ |
D | macroception.c | 3 #define M2 { macro
|
D | macro-expansion.c | 20 #define M2(x) do { if (x) {} } while (0) macro
|
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-macro.cc | 3 #define M2(x, y) ((x)+(y)* Value2) macro
|
/external/clang/test/Preprocessor/ |
D | macro_rescan.c | 4 #define M2(b) b macro
|
D | macro_paste_simple.c | 10 #define M2(X) X macro
|
D | pp-record.c | 26 #define M2 int macro
|
D | microsoft-ext.c | 4 # define M2(x, y) x + y macro
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | scary.pass.cpp | 21 typedef std::multiset<int> M2; in main() typedef
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | scary.pass.cpp | 21 typedef std::unordered_multiset<int> M2; in main() typedef
|
/external/libcxx/test/std/containers/associative/multimap/ |
D | scary.pass.cpp | 21 typedef std::multimap<int, int> M2; in main() typedef
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
D | scary.pass.cpp | 21 typedef std::unordered_multimap<int, int> M2; in main() typedef
|
/external/clang/test/SemaCXX/ |
D | switch-implicit-fallthrough-macro.cpp | 37 #define M2 M1 macro 39 #define M2 macro
|
/external/clang/test/Driver/Inputs/ |
D | gen-response.c | 3 #define M2 M1 M1 M1 M1 M1 M1 M1 M1 M1 M1 macro
|
/external/clang/test/Parser/ |
D | ms-inline-asm.c | 7 #define M2 int macro
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ |
D | p14.cpp | 56 namespace M2 { namespace
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | Well512a.java | 47 private static final int M2 = 9; field in Well512a
|
D | Well1024a.java | 47 private static final int M2 = 24; field in Well1024a
|
D | Well19937c.java | 47 private static final int M2 = 179; field in Well19937c
|
D | Well19937a.java | 47 private static final int M2 = 179; field in Well19937a
|
D | Well44497b.java | 47 private static final int M2 = 481; field in Well44497b
|
D | Well44497a.java | 47 private static final int M2 = 481; field in Well44497a
|