HomeSort by relevance Sort by last modified time
    Searched defs:FM (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 43 FIDMap FM;
50 AddFID(FM, Fids, SM, D.getLocation());
54 AddFID(FM, Fids, SM, RI->getBegin());
55 AddFID(FM, Fids, SM, RI->getEnd());
103 EmitLocation(o, SM, D.getLocation(), FM, 2);
113 FM, 4);
  /external/clang/test/Index/
complete-macro-args.c 22 #define FM(x) x
24 FM(p->x, a);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 31 FaultMaps FM;
91 : AsmPrinter(TM, std::move(Streamer)), SM(*this), FM(*this),
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 85 const FIDMap& FM,
111 EmitRange(o, SM, Lexer::getAsCharRange(StartEdge, SM, LangOpts), FM,
116 EmitRange(o, SM, Lexer::getAsCharRange(EndEdge, SM, LangOpts), FM,
138 const FIDMap& FM,
158 EmitLocation(o, SM, L, FM, indent);
170 FM, indent + 1);
198 const FIDMap& FM, const SourceManager &SM,
207 const FIDMap& FM, const SourceManager &SM,
216 ReportPiece(o, *callEnter, FM, SM, LangOpts, indent, depth, true,
225 ReportPiece(o, *callEnterWithinCaller, FM, SM, LangOpts
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 135 FileManager &FM = Headers.getFileMgr();
150 if (const DirectoryEntry *DE = FM.getDirectory(MappedPathStr)) {
159 if (const FileEntry *FE = FM.getFile(MappedPathStr)) {
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-table.cc 22 #define FM USE_FM /* CONS_FINAL_MOD */
74 /* 00B0 */ O, O, FM, FM, O, O, O, O, O, O, O, O, O, O, O, O,
236 /* 17C0 */ VPre, VPre, VPre, VPre, VPre, VPre, VMAbv, VMPst, VPst, VMAbv, VMAbv, FM, FAbv, CMAbv, FM, FM,
237 /* 17D0 */ FM, VAbv, H, FM, O, O, O, O, O, O, O, O, B, VAbv, O, O,
248 /* 1930 */ FPst, FPst, VMBlw, FPst, FPst, FPst, FPst, FPst, FPst, FBlw, VAbv, FM, O, O, O, O,
280 /* 1A70 */ VPre, VPre, VPre, VAbv, VAbv, VMAbv, VMAbv, VMAbv, VMAbv, VMAbv, FM, FM, FM, O, O, FM
    [all...]
  /external/opencv3/modules/calib3d/src/
compat_ptsetreg.cpp 349 const cv::Mat FM = cv::cvarrToMat(fmatrix), mask = cv::cvarrToMat(_mask);
360 CV_Assert( FM0.cols == 3 && FM0.rows % 3 == 0 && FM.cols == 3 && FM.rows % 3 == 0 && FM.channels() == 1 );
361 cv::Mat FM1 = FM.rowRange(0, MIN(FM0.rows, FM.rows));
370 cv::Mat pt = cv::cvarrToMat(points), fm = cv::cvarrToMat(fmatrix); local
377 cv::computeCorrespondEpilines(pt, pointImageID, fm, lines);
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH,
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 872 milliseconds