/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | macro-redef.c | 14 #define M2 3 macro 19 #define M2 4 // expected-warning {{redefined}} macro
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A 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
|
H A 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()
|
/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 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 …]
|
/minix3/external/bsd/llvm/dist/clang/test/CoverageMapping/ |
H A D | macroception.c | 3 #define M2 { macro
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multimap/ |
H A D | scary.pass.cpp | 21 typedef std::unordered_multimap<int, int> M2; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multimap/ |
H A D | scary.pass.cpp | 21 typedef std::multimap<int, int> M2; in main() typedef
|
/minix3/external/bsd/llvm/dist/clang/test/Preprocessor/ |
H A D | macro_paste_simple.c | 10 #define M2(X) X macro
|
H A D | macro_rescan.c | 4 #define M2(b) b macro
|
H A D | pp-record.c | 26 #define M2 int macro
|
H A D | microsoft-ext.c | 4 # define M2(x, y) x + y macro
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multiset/ |
H A D | scary.pass.cpp | 21 typedef std::unordered_multiset<int> M2; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multiset/ |
H A D | scary.pass.cpp | 21 typedef std::unordered_multiset<int> M2; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/multiset/ |
H A D | scary.pass.cpp | 21 typedef std::multiset<int> M2; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multimap/ |
H A D | scary.pass.cpp | 21 typedef std::unordered_multimap<int, int> M2; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multiset/ |
H A D | scary.pass.cpp | 21 typedef std::multiset<int> M2; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/multimap/ |
H A D | scary.pass.cpp | 21 typedef std::multimap<int, int> M2; in main() typedef
|
/minix3/external/bsd/llvm/dist/clang/test/Driver/Inputs/ |
H A D | gen-response.c | 3 #define M2 M1 M1 M1 M1 M1 M1 M1 M1 M1 M1 macro
|
/minix3/external/bsd/llvm/dist/clang/test/Parser/ |
H A D | ms-inline-asm.c | 5 #define M2 int macro
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | switch-implicit-fallthrough-macro.cpp | 37 #define M2 M1 macro 39 #define M2 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/CXX/basic/basic.lookup/basic.lookup.unqual/ |
H A D | p14.cpp | 56 namespace M2 { namespace
|
/minix3/external/bsd/llvm/dist/clang/test/Misc/ |
H A D | macro-backtrace.c | 5 #define M2(A, B) M1(A, B) macro
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/ |
H A D | ScalarEvolutionTest.cpp | 66 const SCEVMulExpr *M2 = cast<SCEVMulExpr>(P2); in TEST_F() local
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | unused-expr.c | 131 #define M2 (long)0; macro
|