/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() 61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P() local 72 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P() local 107 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P() local 126 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags, in TEST_P() local 184 MemoryBlock M1 = Memory::allocateMappedMemory(2 * sizeof(int), nullptr, Flags, in TEST_P() local 241 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P() local 267 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P() local 289 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P() local 315 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P() local [all …]
|
D | CommandLineTest.cpp | 58 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} in StackOption() 62 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} in StackOption() 66 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) in StackOption()
|
/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 85 Multilib M1("64"); in TEST() local 95 Multilib M1("", "32"); in TEST() local 105 Multilib M1("", "", "16"); in TEST() local 115 Multilib M1("foo"); in TEST() local 123 Multilib M1("", "foo"); in TEST() local 131 Multilib M1("", "", "foo"); in TEST() local [all …]
|
/external/clang/test/PCH/ |
D | macro-redef.c | 11 #define M1 0 // expected-note {{previous}} macro 12 #define M1 1 // expected-warning {{redefined}} macro
|
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-macro.h | 5 #define M1 NewValue1 macro
|
D | dwarfdump-macro.cc | 1 #define M1 Value1 macro
|
/external/clang/test/Preprocessor/ |
D | annotate_in_macro_arg.c | 2 #define M1() // expected-note{{macro 'M1' defined here}} macro
|
D | macro_rescan.c | 3 #define M1(a) (a+1) macro
|
D | macro_paste_simple.c | 9 #define M1(A) A macro
|
D | pp-record.c | 25 #define M1 c macro
|
/external/clang/test/CoverageMapping/ |
D | macroception.c | 4 #define M1 M2 macro
|
D | macro-expansion.c | 9 #define M1 do { if (0) {} } while (0) 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/libcxx/test/std/containers/associative/multiset/ |
D | scary.pass.cpp | 20 typedef std::set<int> M1; in main() typedef
|
/external/libcxx/test/std/containers/associative/multimap/ |
D | scary.pass.cpp | 20 typedef std::map<int, int> M1; in main() typedef
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
D | scary.pass.cpp | 20 typedef std::unordered_map<int, int> M1; in main() typedef
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | scary.pass.cpp | 20 typedef std::unordered_set<int> M1; in main() typedef
|
/external/clang/test/Driver/Inputs/ |
D | gen-response.c | 2 #define M1 M M M M M M M M M M macro
|
/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
|
D | Well1024a.java | 44 private static final int M1 = 3; field in Well1024a
|
D | Well19937c.java | 44 private static final int M1 = 70; field in Well19937c
|
D | Well19937a.java | 44 private static final int M1 = 70; field in Well19937a
|
D | Well44497b.java | 44 private static final int M1 = 23; field in Well44497b
|
D | Well44497a.java | 44 private static final int M1 = 23; field in Well44497a
|
/external/openfst/src/include/fst/ |
D | compose.h | 225 ComposeFstImpl(const ComposeFstImpl<M1, M2, F, T> &impl) in ComposeFstImpl() 389 const ComposeFstImplOptions<M1, M2, F, T> &opts) in ComposeFstImpl() 535 const ComposeFstImplOptions<M1, M2, F, T> &opts) in ComposeFst() 564 const ComposeFstImplOptions<M1, M2, F, T> &opts) { in CreateBase2()
|