| /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 | 55 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} in StackOption() 59 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} in StackOption() 63 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/unittests/ExecutionEngine/JIT/ |
| D | MultiJITTest.cpp | 38 void createModule1(LLVMContext &Context1, Module *&M1, Function *&FooF1) { in createModule1() 74 Module *M1 = nullptr; in TEST() local 104 Module *M1 = nullptr; in TEST() local 138 Module *M1 = nullptr; in TEST() local
|
| /external/libcxx/test/containers/unord/unord.multimap/ |
| D | scary.pass.cpp | 20 typedef std::unordered_map<int, int> M1; in main() typedef
|
| /external/clang/test/Preprocessor/ |
| 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/libcxx/test/containers/associative/multimap/ |
| D | scary.pass.cpp | 20 typedef std::map<int, int> M1; in main() typedef
|
| /external/libcxx/test/containers/associative/multiset/ |
| D | scary.pass.cpp | 20 typedef std::set<int> M1; in main() typedef
|
| /external/libcxx/test/containers/unord/unord.multiset/ |
| D | scary.pass.cpp | 20 typedef std::unordered_set<int> M1; in main() typedef
|
| /external/clang/lib/Driver/ |
| D | Multilib.cpp | 153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { in Either() 160 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() 169 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() 179 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either()
|
| /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
| D | 3d-cube.js | 96 function MMulti(M1, M2) { argument 123 function MAdd(M1, M2) { argument
|
| /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
| D | 3d-cube.js | 96 function MMulti(M1, M2) { argument 123 function MAdd(M1, M2) { argument
|
| /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
| D | 3d-cube.js | 96 function MMulti(M1, M2) { argument 123 function MAdd(M1, M2) { argument
|
| /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()
|
| /external/clang/test/Misc/ |
| D | macro-backtrace.c | 4 #define M1(A, B) ((A) < (B)) macro
|
| /external/clang/test/SemaCXX/ |
| D | switch-implicit-fallthrough-macro.cpp | 35 #define M1 [[clang::fallthrough]] macro
|
| /external/llvm/unittests/Analysis/ |
| D | ScalarEvolutionTest.cpp | 65 const SCEVMulExpr *M1 = cast<SCEVMulExpr>(P1); in TEST_F() local
|
| D | LazyCallGraphTest.cpp | 618 std::unique_ptr<Module> M1 = parseAssembly( in TEST() local 665 std::unique_ptr<Module> M1 = parseAssembly( in TEST() local
|
| /external/clang/test/Sema/ |
| D | unused-expr.c | 130 #define M1(a, b) (long)foo((a), (b)) macro
|
| /external/clang/test/CodeGenCXX/ |
| D | copy-assign-synthesis.cpp | 22 int M1; member
|
| D | copy-assign-synthesis-1.cpp | 26 int M1; member
|
| /external/mesa3d/src/mesa/sparc/ |
| D | sparc_matrix.h | 36 #define M1 %f17 macro
|