/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A 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 …]
|
H A 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()
|
/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | macro-redef.c | 11 #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 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 …]
|
/minix3/external/bsd/llvm/dist/clang/test/CoverageMapping/ |
H A D | macroception.c | 4 #define M1 M2 macro
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multimap/ |
H A D | scary.pass.cpp | 20 typedef std::unordered_map<int, int> M1; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multimap/ |
H A D | scary.pass.cpp | 20 typedef std::map<int, int> M1; in main() typedef
|
/minix3/external/bsd/llvm/dist/clang/test/Preprocessor/ |
H A D | macro_paste_simple.c | 9 #define M1(A) A macro
|
H A D | macro_rescan.c | 3 #define M1(a) (a+1) macro
|
H A D | pp-record.c | 25 #define M1 c macro
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multiset/ |
H A D | scary.pass.cpp | 20 typedef std::unordered_set<int> M1; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multiset/ |
H A D | scary.pass.cpp | 20 typedef std::unordered_set<int> M1; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/multiset/ |
H A D | scary.pass.cpp | 20 typedef std::set<int> M1; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multimap/ |
H A D | scary.pass.cpp | 20 typedef std::unordered_map<int, int> M1; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multiset/ |
H A D | scary.pass.cpp | 20 typedef std::set<int> M1; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/multimap/ |
H A D | scary.pass.cpp | 20 typedef std::map<int, int> M1; in main() typedef
|
/minix3/external/bsd/llvm/dist/clang/test/Driver/Inputs/ |
H A D | gen-response.c | 2 #define M1 M M M M M M M M M M macro
|
/minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
H A 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()
|
/minix3/external/bsd/llvm/dist/clang/test/Misc/ |
H A D | macro-backtrace.c | 4 #define M1(A, B) ((A) < (B)) macro
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | switch-implicit-fallthrough-macro.cpp | 35 #define M1 [[clang::fallthrough]] macro
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/ |
H A D | ScalarEvolutionTest.cpp | 65 const SCEVMulExpr *M1 = cast<SCEVMulExpr>(P1); in TEST_F() local
|
H A D | LazyCallGraphTest.cpp | 618 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 D | unused-expr.c | 130 #define M1(a, b) (long)foo((a), (b)) macro
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Linker/ |
H A D | LinkModulesTest.cpp | 168 std::unique_ptr<Module> M1 = parseAssemblyString(M1Str, Err, C); in TEST_F() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | copy-assign-synthesis.cpp | 22 int M1; member
|