/llvm-project/llvm/unittests/IR/ |
H A D | StructuralHashTest.cpp | 79 EXPECT_EQ(StructuralHash(*M0), StructuralHash(*M2)); in TEST() local 86 EXPECT_NE(StructuralHash(*M1), StructuralHash(*M2)); in TEST() local 93 EXPECT_NE(StructuralHash(*M1), StructuralHash(*M2)); in TEST() local 32 std::unique_ptr<Module> M2 = parseIR(Ctx, ""); TEST() local 40 std::unique_ptr<Module> M2 = parseIR(Ctx, "define void @f() { ret void }"); TEST() local 71 std::unique_ptr<Module> M2 = parseIR(Ctx, "@g = external global i32"); TEST() local 104 std::unique_ptr<Module> M2 = TEST() local 118 std::unique_ptr<Module> M2 = parseIR(Ctx, "define void @f(ptr %p) {\n" TEST() local 132 std::unique_ptr<Module> M2 = parseIR(Ctx, "define void @f(ptr %p) {\n" TEST() local 144 std::unique_ptr<Module> M2 = parseIR( TEST() local 165 std::unique_ptr<Module> M2 = parseIR(Ctx, "define i1 @f(i64 %a, i64 %b) {\n" TEST() local 181 std::unique_ptr<Module> M2 = TEST() local 198 std::unique_ptr<Module> M2 = parseIR(Ctx, "define i64 @f(i64 %a) {\n" TEST() local 212 std::unique_ptr<Module> M2 = parseIR(Ctx, "define i64 @f2() {\n" TEST() local 224 std::unique_ptr<Module> M2 = parseIR(Ctx, "define i128 @f2() {\n" TEST() local 236 std::unique_ptr<Module> M2 = parseIR(Ctx, "define i64 @f2(i64 %a, i64 %b) {\n" TEST() local [all...] |
/llvm-project/clang/test/PCH/ |
H A D | macro-redef.c | 13 #define M2 3 macro 18 #define M2 4 // expected-warning {{redefined}} macro
|
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res/mem.res.public/ |
H A D | is_equal.pass.cpp | 49 const std::pmr::memory_resource& M2 = R2; in main() local 66 const std::pmr::memory_resource& M2 = R2; in main() local 83 const std::pmr::memory_resource& M2 = R2; in main() local
|
H A D | allocate.pass.cpp | 67 std::pmr::memory_resource& M2 = R2; in main() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | MemoryTest.cpp | 75 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() 130 MemoryBlock M2 = Memory::allocateMappedMemory(64, nullptr, Flags, EC); in TEST_P() local 188 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P() local 251 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P() local 308 MemoryBlock M2 = Memory::allocateMappedMemory(64, &M1, Flags, EC); in TEST_P() local 335 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local 358 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local 385 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local
|
/llvm-project/clang/unittests/Driver/ |
H A D | MultilibTest.cpp | 38 Multilib M2({}, {}, {}, {"+foo"}); TEST() local 44 Multilib M2({}, {}, {}, {"-foo"}); TEST() local 52 Multilib M2({}, {}, {}, {"+foo"}); TEST() local 58 Multilib M2("/64"); TEST() local 67 Multilib M2("", "/32"); TEST() local 76 Multilib M2("", "", "/16"); TEST() local 85 Multilib M2("/bar"); TEST() local 93 Multilib M2("", "/bar"); TEST() local 101 Multilib M2("", "", "/bar"); TEST() local 116 Multilib M2(""); TEST() local [all...] |
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
H A D | types.pass.cpp | 57 using M2 = std::recursive_mutex; in main() typedef 63 using M2 = std::recursive_mutex; in main() typedef
|
/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | interval_map_test.cpp | 58 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M2; in TEST() local 87 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M2; TEST() local 123 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M2; TEST() local [all...] |
/llvm-project/clang/lib/Driver/ |
H A D | MultilibBuilder.cpp | 120 return Either({M1, M2, M3, M4}); in Either() argument 109 Either(const MultilibBuilder & M1,const MultilibBuilder & M2) Either() argument 114 Either(const MultilibBuilder & M1,const MultilibBuilder & M2,const MultilibBuilder & M3) Either() argument 127 Either(const MultilibBuilder & M1,const MultilibBuilder & M2,const MultilibBuilder & M3,const MultilibBuilder & M4,const MultilibBuilder & M5) Either() argument
|
/llvm-project/llvm/test/DebugInfo/Inputs/ |
H A D | dwarfdump-macro.cc | 3 #define M2(x, y) ((x)+(y)* Value2) macro
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | macroception.c | 3 #define M2 { macro
|
/llvm-project/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 | comment_save_macro.c | 24 #define M2(/**/.../**/) (/**/__VA_ARGS__/**/) macro
|
H A D | bigoutput.c | 9 #define M2 M0 M0 M0 M0 macro
|
H A D | pp-record.c | 26 #define M2 int macro
|
/llvm-project/clang/test/Import/builtin-template/ |
H A D | test.cpp | 12 typedef MakeSeq<long, 4> M2; in expr() typedef
|
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/ |
H A D | scary.pass.cpp | 22 typedef std::unordered_multiset<int> M2; in main() typedef
|
/llvm-project/libcxx/test/std/containers/associative/multiset/ |
H A D | scary.pass.cpp | 22 typedef std::multiset<int> M2; in main() typedef
|
/llvm-project/libcxx/test/std/containers/associative/multimap/ |
H A D | scary.pass.cpp | 22 typedef std::multimap<int, int> M2; in main() typedef
|
/llvm-project/clang/test/CoverageMapping/Inputs/ |
H A D | macros.h | 13 #define M2(a, ...) M1(a, helper1, ##__VA_ARGS__); macro
|
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/ |
H A D | scary.pass.cpp | 22 typedef std::unordered_multimap<int, int> M2; in main() typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | switch-implicit-fallthrough-macro.cpp | 42 #define M2 M1 macro 44 #define M2 macro
|
/llvm-project/clang/test/Parser/ |
H A D | ms-inline-asm.c | 7 #define M2 int macro
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p15-star-this-capture.cpp | 9 const auto &M2 = [this] () -> auto&& { in foo() local
|