/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
|
D | CommandLineTest.cpp | 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 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/llvm/unittests/ExecutionEngine/JIT/ |
D | MultiJITTest.cpp | 55 void createModule2(LLVMContext &Context2, Module *&M2, Function *&FooF2) { in createModule2() 79 Module *M2 = nullptr; in TEST() local 109 Module *M2 = nullptr; in TEST() local 143 Module *M2 = nullptr; in TEST() local
|
/external/libcxx/test/containers/associative/multiset/ |
D | scary.pass.cpp | 21 typedef std::multiset<int> M2; in main() typedef
|
/external/clang/test/Preprocessor/ |
D | macro_paste_simple.c | 10 #define M2(X) X macro
|
D | macro_rescan.c | 4 #define M2(b) b 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/containers/associative/multimap/ |
D | scary.pass.cpp | 21 typedef std::multimap<int, int> M2; in main() typedef
|
/external/libcxx/test/containers/unord/unord.multimap/ |
D | scary.pass.cpp | 21 typedef std::unordered_multimap<int, int> M2; in main() typedef
|
/external/libcxx/test/containers/unord/unord.multiset/ |
D | scary.pass.cpp | 21 typedef std::unordered_multiset<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/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/clang/test/Parser/ |
D | ms-inline-asm.c | 5 #define M2 int macro
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | stat.h | 8 double n, mean, M2; member
|
/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/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/llvm/lib/AsmParser/ |
D | Parser.cpp | 36 std::unique_ptr<Module> M2(new Module(F->getBufferIdentifier(), Context)); in ParseAssembly() local
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ |
D | p14.cpp | 56 namespace M2 { namespace
|
/external/lldb/tools/lldb-perf/lib/ |
D | Metric.cpp | 68 T M2 = 0; in GetStandardDeviation() local
|
/external/openfst/src/include/fst/ |
D | compose.h | 225 ComposeFstImpl(const ComposeFstImpl<M1, M2, F, T> &impl) in ComposeFstImpl() argument 387 ComposeFstImpl<M1, M2, F, T>::ComposeFstImpl( in ComposeFstImpl() argument 534 ComposeFst(const typename M1::FST &fst1, const typename M2::FST &fst2, in ComposeFst() argument 563 const typename M1::FST &fst1, const typename M2::FST &fst2, in CreateBase2() argument
|
/external/clang/test/Misc/ |
D | macro-backtrace.c | 5 #define M2(A, B) M1(A, B) macro
|