Home
last modified time | relevance | path

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

123

/external/llvm/unittests/Support/
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 …]
DCommandLineTest.cpp58 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} in StackOption()
62 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} in StackOption()
66 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) in StackOption()
/external/clang/unittests/Driver/
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 …]
/external/clang/test/PCH/
Dmacro-redef.c11 #define M1 0 // expected-note {{previous}} macro
12 #define M1 1 // expected-warning {{redefined}} macro
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-macro.h5 #define M1 NewValue1 macro
Ddwarfdump-macro.cc1 #define M1 Value1 macro
/external/clang/test/Preprocessor/
Dannotate_in_macro_arg.c2 #define M1() // expected-note{{macro 'M1' defined here}} macro
Dmacro_rescan.c3 #define M1(a) (a+1) macro
Dmacro_paste_simple.c9 #define M1(A) A macro
Dpp-record.c25 #define M1 c macro
/external/clang/test/CoverageMapping/
Dmacroception.c4 #define M1 M2 macro
Dmacro-expansion.c9 #define M1 do { if (0) {} } while (0) macro
/external/clang/lib/Driver/
DMultilib.cpp153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { in Either()
157 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either()
162 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either()
167 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either()
/external/libcxx/test/std/containers/associative/multiset/
Dscary.pass.cpp20 typedef std::set<int> M1; in main() typedef
/external/libcxx/test/std/containers/associative/multimap/
Dscary.pass.cpp20 typedef std::map<int, int> M1; in main() typedef
/external/libcxx/test/std/containers/unord/unord.multimap/
Dscary.pass.cpp20 typedef std::unordered_map<int, int> M1; in main() typedef
/external/libcxx/test/std/containers/unord/unord.multiset/
Dscary.pass.cpp20 typedef std::unordered_set<int> M1; in main() typedef
/external/clang/test/Driver/Inputs/
Dgen-response.c2 #define M1 M M M M M M M M M M macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DWell512a.java44 private static final int M1 = 13; field in Well512a
DWell1024a.java44 private static final int M1 = 3; field in Well1024a
DWell19937c.java44 private static final int M1 = 70; field in Well19937c
DWell19937a.java44 private static final int M1 = 70; field in Well19937a
DWell44497b.java44 private static final int M1 = 23; field in Well44497b
DWell44497a.java44 private static final int M1 = 23; field in Well44497a
/external/openfst/src/include/fst/
Dcompose.h225 ComposeFstImpl(const ComposeFstImpl<M1, M2, F, T> &impl) in ComposeFstImpl()
389 const ComposeFstImplOptions<M1, M2, F, T> &opts) in ComposeFstImpl()
535 const ComposeFstImplOptions<M1, M2, F, T> &opts) in ComposeFst()
564 const ComposeFstImplOptions<M1, M2, F, T> &opts) { in CreateBase2()

123