Home
last modified time | relevance | path

Searched defs:M1 (Results 1 – 25 of 37) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DMemoryTest.cpp45 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 …]
H A DCommandLineTest.cpp55 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()
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dmacro-redef.c11 #define M1 0 // expected-note {{previous}} macro
12 #define M1 1 // expected-warning {{redefined}} macro
/minix3/external/bsd/llvm/dist/clang/unittests/Driver/
H A 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
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 …]
/minix3/external/bsd/llvm/dist/clang/test/CoverageMapping/
H A Dmacroception.c4 #define M1 M2 macro
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multimap/
H A Dscary.pass.cpp20 typedef std::unordered_map<int, int> M1; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multimap/
H A Dscary.pass.cpp20 typedef std::map<int, int> M1; in main() typedef
/minix3/external/bsd/llvm/dist/clang/test/Preprocessor/
H A Dmacro_paste_simple.c9 #define M1(A) A macro
H A Dmacro_rescan.c3 #define M1(a) (a+1) macro
H A Dpp-record.c25 #define M1 c macro
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multiset/
H A Dscary.pass.cpp20 typedef std::unordered_set<int> M1; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multiset/
H A Dscary.pass.cpp20 typedef std::unordered_set<int> M1; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/multiset/
H A Dscary.pass.cpp20 typedef std::set<int> M1; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multimap/
H A Dscary.pass.cpp20 typedef std::unordered_map<int, int> M1; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multiset/
H A Dscary.pass.cpp20 typedef std::set<int> M1; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/multimap/
H A Dscary.pass.cpp20 typedef std::map<int, int> M1; in main() typedef
/minix3/external/bsd/llvm/dist/clang/test/Driver/Inputs/
H A Dgen-response.c2 #define M1 M M M M M M M M M M macro
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A 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()
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Dmacro-backtrace.c4 #define M1(A, B) ((A) < (B)) macro
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough-macro.cpp35 #define M1 [[clang::fallthrough]] macro
/minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp65 const SCEVMulExpr *M1 = cast<SCEVMulExpr>(P1); in TEST_F() local
H A DLazyCallGraphTest.cpp618 std::unique_ptr<Module> M1 = parseAssembly( in TEST() local
665 std::unique_ptr<Module> M1 = parseAssembly( in TEST() local
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dunused-expr.c130 #define M1(a, b) (long)foo((a), (b)) macro
/minix3/external/bsd/llvm/dist/llvm/unittests/Linker/
H A DLinkModulesTest.cpp168 std::unique_ptr<Module> M1 = parseAssemblyString(M1Str, Err, C); in TEST_F() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dcopy-assign-synthesis.cpp22 int M1; member

12