Home
last modified time | relevance | path

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

12

/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
DCommandLineTest.cpp59 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/
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/llvm/unittests/ExecutionEngine/JIT/
DMultiJITTest.cpp55 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/
Dscary.pass.cpp21 typedef std::multiset<int> M2; in main() typedef
/external/clang/test/Preprocessor/
Dmacro_paste_simple.c10 #define M2(X) X macro
Dmacro_rescan.c4 #define M2(b) b macro
Dpp-record.c26 #define M2 int macro
Dmicrosoft-ext.c4 # define M2(x, y) x + y macro
/external/libcxx/test/containers/associative/multimap/
Dscary.pass.cpp21 typedef std::multimap<int, int> M2; in main() typedef
/external/libcxx/test/containers/unord/unord.multimap/
Dscary.pass.cpp21 typedef std::unordered_multimap<int, int> M2; in main() typedef
/external/libcxx/test/containers/unord/unord.multiset/
Dscary.pass.cpp21 typedef std::unordered_multiset<int> M2; in main() typedef
/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough-macro.cpp37 #define M2 M1 macro
39 #define M2 macro
/external/clang/lib/Driver/
DMultilib.cpp153 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/
Dms-inline-asm.c5 #define M2 int macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dstat.h8 double n, mean, M2; member
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
D3d-cube.js96 function MMulti(M1, M2) { argument
123 function MAdd(M1, M2) { argument
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-cube.js96 function MMulti(M1, M2) { argument
123 function MAdd(M1, M2) { argument
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-cube.js96 function MMulti(M1, M2) { argument
123 function MAdd(M1, M2) { argument
/external/llvm/lib/AsmParser/
DParser.cpp36 std::unique_ptr<Module> M2(new Module(F->getBufferIdentifier(), Context)); in ParseAssembly() local
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
Dp14.cpp56 namespace M2 { namespace
/external/lldb/tools/lldb-perf/lib/
DMetric.cpp68 T M2 = 0; in GetStandardDeviation() local
/external/openfst/src/include/fst/
Dcompose.h225 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/
Dmacro-backtrace.c5 #define M2(A, B) M1(A, B) macro

12