Searched refs:M2 (Results 1 - 25 of 80) sorted by relevance

1234

/external/clang/test/PCH/
H A Dmacro-redef.c14 #define M2 3 macro
19 #define M2 4 // expected-warning {{redefined}} macro
26 int x = M2; // expected-error {{redefinition}}
/external/clang/test/Preprocessor/
H A Dmacro_rescan.c4 #define M2(b) b macro
6 int ei_1 = M2(M1)(17);
9 int ei_2 = (M2(M1))(17);
H A Dmacro_paste_simple.c10 #define M2(X) X macro
11 B: M1(M2(##))
H A Dpp-record.c26 #define M2 int macro
28 FM2(M1, M2);
/external/clang/test/Driver/Inputs/
H A Dgen-response.c3 #define M2 M1 M1 M1 M1 M1 M1 M1 M1 M1 M1 macro
4 #define M3 M2 M2 M2 M2 M2 M2 M2 M2 M2 M
[all...]
/external/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-macro.cc3 #define M2(x, y) ((x)+(y)* Value2) macro
/external/clang/test/CoverageMapping/
H A Dmacroception.c3 #define M2 { macro
4 #define M1 M2
H A Dmacro-expansion.c20 #define M2(x) do { if (x) {} } while (0) macro
25 #define M3(x) do { M2(x); } while (0)
37 // Check for the expansion of M2 within M3.
47 M2(!x);
48 M2(x);
/external/libcxx/test/std/containers/associative/multimap/
H A Dscary.pass.cpp21 typedef std::multimap<int, int> M2; typedef
22 M2::iterator i;
/external/libcxx/test/std/containers/associative/multiset/
H A Dscary.pass.cpp21 typedef std::multiset<int> M2; typedef
22 M2::iterator i;
/external/libcxx/test/std/containers/unord/unord.multimap/
H A Dscary.pass.cpp21 typedef std::unordered_multimap<int, int> M2; typedef
22 M2::iterator i;
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Dscary.pass.cpp21 typedef std::unordered_multiset<int> M2; typedef
22 M2::iterator i;
/external/clang/unittests/Driver/
H A DMultilibTest.cpp54 Multilib M1, M2; local
56 M2.flag("+foo");
57 ASSERT_TRUE(M1 == M2) << "Multilibs with the same flag should be the same";
61 Multilib M1, M2; local
63 M2.flag("-foo");
64 ASSERT_FALSE(M1 == M2) << "Multilibs with conflicting flags are not the same";
65 ASSERT_FALSE(M2 == M1)
70 Multilib M1, M2; local
71 M2.flag("+foo");
72 ASSERT_FALSE(M1 == M2) << "Flag
76 Multilib M1, M2; local
86 Multilib M2; local
96 Multilib M2; local
106 Multilib M2; local
[all...]
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/
H A DTestChildComponentWithBuilderAbstractClass.java30 abstract class SharedBuilder<B, C, M1, M2> {
33 abstract SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden
35 abstract SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test returning supertype.
H A DTestChildComponentWithBuilderInterface.java30 interface SharedBuilder<B, C, M1, M2> {
33 SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden
35 SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test return type is supertype.
H A DTestComponentWithGenericBuilderAbstractClass.java30 static abstract class SharedBuilder<B, C, M1, M2> {
33 abstract SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden
35 abstract SharedBuilder<B, C, M1, M2> depComponent(FloatModule floatModule); // Test return type
H A DTestComponentWithGenericBuilderInterface.java30 interface SharedBuilder<B, C, M1, M2> {
33 SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden
35 SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test return type is supertype.
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DWell1024a.java47 private static final int M2 = 24; field in class:Well1024a
57 super(K, M1, M2, M3);
64 super(K, M1, M2, M3, seed);
72 super(K, M1, M2, M3, seed);
79 super(K, M1, M2, M3, seed);
H A DWell19937a.java47 private static final int M2 = 179; field in class:Well19937a
57 super(K, M1, M2, M3);
64 super(K, M1, M2, M3, seed);
72 super(K, M1, M2, M3, seed);
79 super(K, M1, M2, M3, seed);
H A DWell19937c.java47 private static final int M2 = 179; field in class:Well19937c
57 super(K, M1, M2, M3);
64 super(K, M1, M2, M3, seed);
72 super(K, M1, M2, M3, seed);
79 super(K, M1, M2, M3, seed);
H A DWell44497a.java47 private static final int M2 = 481; field in class:Well44497a
57 super(K, M1, M2, M3);
64 super(K, M1, M2, M3, seed);
72 super(K, M1, M2, M3, seed);
79 super(K, M1, M2, M3, seed);
H A DWell44497b.java47 private static final int M2 = 481; field in class:Well44497b
57 super(K, M1, M2, M3);
64 super(K, M1, M2, M3, seed);
72 super(K, M1, M2, M3, seed);
79 super(K, M1, M2, M3, seed);
H A DWell512a.java47 private static final int M2 = 9; field in class:Well512a
57 super(K, M1, M2, M3);
64 super(K, M1, M2, M3, seed);
72 super(K, M1, M2, M3, seed);
79 super(K, M1, M2, M3, seed);
/external/llvm/unittests/Support/
H A DMemoryTest.cpp45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { argument
46 if (M1.base() == M2.base())
49 if (M1.base() > M2.base())
50 return (unsigned char *)M2.base() + M2.size() > M1.base();
52 return (unsigned char *)M1.base() + M1.size() > M2.base();
74 MemoryBlock M2 = Memory::allocateMappedMemory(64, nullptr, Flags, EC); local
81 EXPECT_NE((void*)nullptr, M2.base());
82 EXPECT_LE(64U, M2.size());
86 EXPECT_FALSE(doesOverlap(M1, M2));
129 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, local
187 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, local
243 MemoryBlock M2 = Memory::allocateMappedMemory(64, &M1, Flags, EC); local
269 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); local
291 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); local
317 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); local
[all...]
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp14.cpp56 namespace M2 { namespace
70 void M2::MInner::Bar::bar() {

Completed in 1088 milliseconds

1234