Searched defs:M2 (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/Preprocessor/
H A Dmacro_paste_simple.c10 #define M2(X) X macro
11 B: M1(M2(##))
H A Dmacro_rescan.c5 #define M2(b) b macro
7 int ei_1 = M2(M1)(17); /* becomes int ei_1 = (17+1); */
8 int ei_2 = (M2(M1))(17); /* becomes int ei_2 = (M1)(17); */
/external/clang/test/Parser/
H A Dms-inline-asm.c4 #define M2 int macro
8 void t3(void) { __asm M2 0x2c }
/external/clang/test/Misc/
H A Dmacro-backtrace.c5 #define M2(A, B) M1(A, B) macro
6 #define M3(A, B) M2(A, B)
29 // CHECK-LIMIT: #define M3(A, B) M2(A, B)
30 // CHECK-LIMIT: macro-backtrace.c:5:18: note: expanded from macro 'M2'
31 // CHECK-LIMIT: #define M2(A, B) M1(A, B)
43 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:5:18: note: expanded from macro 'M2'
H A Dcaret-diags-macros.c4 #define M2 1; macro
7 M2);
9 // CHECK: :4:{{[0-9]+}}: note: expanded from macro 'M2'
64 M2,
67 // CHECK: {{.*}}:4:12: note: expanded from macro 'M2'
/external/clang/test/CodeGenCXX/
H A Dcopy-assign-synthesis.cpp21 M() : M1(10), M2(11) , auM1(12) {}
23 int M2; member in struct:M
25 printf("M1 = %d M2 = %d auM1 = %d auM2 = %d\n", M1, M2, auM1, auM2);
H A Dcopy-assign-synthesis-1.cpp26 M() : M1(10), M2(11) , auM1(12) {}
28 int M2; member in struct:M
30 printf("M1 = %d M2 = %d auM1 = %d auM2 = %d\n", M1, M2, auM1, auM2);
/external/llvm/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp51 void createModule2(LLVMContext &Context2, Module *&M2, Function *&FooF2) { argument
52 M2 = new Module("test2", Context2);
53 LoadAssemblyInto(M2,
65 FooF2 = M2->getFunction("foo2");
78 Module *M2 = 0; local
80 createModule2(Context2, M2, FooF2);
85 OwningPtr<ExecutionEngine> EE2(EngineBuilder(M2).create());
108 Module *M2 = 0; local
110 createModule2(Context2, M2, FooF2);
115 OwningPtr<ExecutionEngine> EE2(EngineBuilder(M2)
142 Module *M2 = 0; local
[all...]
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp66 const SCEVMulExpr *M2 = cast<SCEVMulExpr>(P2); local
72 EXPECT_EQ(cast<SCEVConstant>(M2->getOperand(0))->getValue()->getZExtValue(),
78 EXPECT_EQ(cast<SCEVUnknown>(M2->getOperand(1))->getValue(), V2);
87 EXPECT_EQ(cast<SCEVUnknown>(M2->getOperand(1))->getValue(), V0);
/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp224 /// SplitStaticCtorDtor - A module was recently split into two parts, M1/M2, and
225 /// M1 has all of the global variables. If M2 contains any functions that are
226 /// static ctors/dtors, we need to add an llvm.global_[cd]tors global to M2, and
228 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2, argument
256 // Map to M2's version of the function.
272 GV = M2->getNamedGlobal(GlobalName);
279 new GlobalVariable(*M2, M2Init->getType(), false,
H A DMiscompilation.cpp216 static Module *TestMergedProgram(const BugDriver &BD, Module *M1, Module *M2, argument
223 M2 = CloneModule(M2);
225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
230 delete M2; // We are done with this module.
/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp330 Matcher *M2 = FindNodeWithKind(ScanMatcher, Optn->getKind()); local
331 if (M2 != 0 && M2 != ScanMatcher &&
332 M2->canMoveBefore(ScanMatcher) &&
333 (M2->isEqual(Optn) || M2->isContradictory(Optn))) {
334 Matcher *MatcherWithoutM2 = ScanMatcher->unlinkNode(M2);
335 M2->setNext(MatcherWithoutM2);
336 OptionsToMatch[Scan] = M2;
/external/opencv/cvaux/src/
H A Dcvbgfg_codebook.cpp238 uchar m0, m1, m2, M0, M1, M2; local
258 m2 = model->modMin[2]; M2 = model->modMax[2];
272 int h0 = p0 - M0, h1 = p1 - M1, h2 = p2 - M2;
H A Dcvepilines.cpp176 int icvConvertPointSystem(CvPoint3D64d M2, argument
186 (double*)&M2,
/external/speex/libspeex/
H A Dmath_approx.h275 #define M2 -21 macro
281 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x)))))));
285 #undef M2 macro
H A Dfilters.c443 int i,j,k,M2; local
451 M2=M>>1;
463 for (j=0;j<M2;j++)
483 int M2, N2; local
487 M2 = M>>1;
489 ALLOC(xx1, M2+N2, spx_word16_t);
490 ALLOC(xx2, M2+N2, spx_word16_t);
494 for (i = 0; i < M2; i++)
498 for (i = 0; i < M2; i++)
509 for (j = 0; j < M2;
[all...]
/external/skia/bench/
H A DMathBench.cpp292 static SkBenchmark* M2(void* p) { return new FastISqrtMathBench(p); } function
306 static BenchRegistry gReg2(M2);
H A DMatrixBench.cpp351 static SkBenchmark* M2(void* p) { return new FloatConcatMatrixBench(p); } function
358 static BenchRegistry gReg2(M2);
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp466 ProgramState::GenericDataMap M2 = GDMFactory.add(M1, Key, Data); local
468 if (M1 == M2)
472 NewSt.GDM = M2;
/external/linux-tools-perf/
H A Dbuiltin-stat.c203 double n, mean, M2; member in struct:stats
229 stats->M2 += delta*(val - stats->mean);
255 double variance = stats->M2 / (stats->n - 1);
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S45 // {in,out}14 Block Value 2 M2
133 #define M2 in14 define
546 G(C, D, A, B, M2) \
547 COMPUTE(C, D, 14, M2, RotateM2) \
556 H(C, D, A, B, M2) \
557 COMPUTE(C, D, 16, M2, RotateM2) \
566 I(C, D, A, B, M2) \
567 COMPUTE(C, D, 15, M2, RotateM2) \
671 mov X = M2
682 mov M2
[all...]
/external/llvm/include/llvm/Support/
H A DCommandLine.h1191 const M2t &M2) : Option(Optional, NotHidden) {
1192 apply(M0, this); apply(M1, this); apply(M2, this);
1197 opt(const M0t &M0, const M1t &M1, const M2t &M2, argument
1199 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1204 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1206 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1213 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1215 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1222 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1225 apply(M0, this); apply(M1, this); apply(M2, thi
1190 opt(const M0t &M0, const M1t &M1, const M2t &M2) argument
1232 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
1355 list(const M0t &M0, const M1t &M1, const M2t &M2) argument
1362 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) argument
1369 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1378 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1387 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1397 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
[all...]

Completed in 649 milliseconds