Home
last modified time | relevance | path

Searched defs:M2 (Results 1 – 25 of 58) sorted by relevance

123

/external/llvm/unittests/Support/
DMemoryTest.cpp45 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/
DMultilibTest.cpp54 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/
Dmacro-redef.c14 #define M2 3 macro
19 #define M2 4 // expected-warning {{redefined}} macro
/external/clang/lib/Driver/
DMultilib.cpp153 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/
Dmacroception.c3 #define M2 { macro
Dmacro-expansion.c20 #define M2(x) do { if (x) {} } while (0) macro
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-macro.cc3 #define M2(x, y) ((x)+(y)* Value2) macro
/external/clang/test/Preprocessor/
Dmacro_rescan.c4 #define M2(b) b macro
Dmacro_paste_simple.c10 #define M2(X) X macro
Dpp-record.c26 #define M2 int macro
Dmicrosoft-ext.c4 # define M2(x, y) x + y macro
/external/libcxx/test/std/containers/associative/multiset/
Dscary.pass.cpp21 typedef std::multiset<int> M2; in main() typedef
/external/libcxx/test/std/containers/unord/unord.multiset/
Dscary.pass.cpp21 typedef std::unordered_multiset<int> M2; in main() typedef
/external/libcxx/test/std/containers/associative/multimap/
Dscary.pass.cpp21 typedef std::multimap<int, int> M2; in main() typedef
/external/libcxx/test/std/containers/unord/unord.multimap/
Dscary.pass.cpp21 typedef std::unordered_multimap<int, int> M2; in main() typedef
/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough-macro.cpp37 #define M2 M1 macro
39 #define M2 macro
/external/clang/test/Driver/Inputs/
Dgen-response.c3 #define M2 M1 M1 M1 M1 M1 M1 M1 M1 M1 M1 macro
/external/clang/test/Parser/
Dms-inline-asm.c7 #define M2 int macro
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
Dp14.cpp56 namespace M2 { namespace
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DWell512a.java47 private static final int M2 = 9; field in Well512a
DWell1024a.java47 private static final int M2 = 24; field in Well1024a
DWell19937c.java47 private static final int M2 = 179; field in Well19937c
DWell19937a.java47 private static final int M2 = 179; field in Well19937a
DWell44497b.java47 private static final int M2 = 481; field in Well44497b
DWell44497a.java47 private static final int M2 = 481; field in Well44497a

123