/external/clang/lib/ARCMigrate/ |
H A D | PlistReporter.cpp | 43 FIDMap FM; local 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/ |
H A D | complete-macro-args.c | 22 #define FM(x) x macro 24 FM(p->x, a);
|
/external/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.h | 31 FaultMaps FM; member in class:llvm::X86AsmPrinter 91 : AsmPrinter(TM, std::move(Streamer)), SM(*this), FM(*this),
|
/external/clang/include/clang/Basic/ |
H A D | PlistSupport.h | 91 SourceLocation L, const FIDMap &FM, unsigned indent) { 102 EmitInteger(o, GetFID(FM, SM, Loc)) << '\n'; 107 CharSourceRange R, const FIDMap &FM, unsigned indent) { 112 EmitLocation(o, SM, R.getBegin(), FM, indent + 1); 113 EmitLocation(o, SM, R.getEnd(), FM, indent + 1); 90 EmitLocation(raw_ostream &o, const SourceManager &SM, SourceLocation L, const FIDMap &FM, unsigned indent) argument 106 EmitRange(raw_ostream &o, const SourceManager &SM, CharSourceRange R, const FIDMap &FM, unsigned indent) argument
|
/external/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 190 FactID addLock(FactManager &FM, std::unique_ptr<FactEntry> Entry) { argument 191 FactID F = FM.newFact(std::move(Entry)); 196 bool removeLock(FactManager& FM, const CapabilityExpr &CapE) { argument 202 if (FM[FactIDs[i]].matches(CapE)) { 208 if (FM[FactIDs[n-1]].matches(CapE)) { 215 iterator findLockIter(FactManager &FM, const CapabilityExpr &CapE) { argument 217 return FM[ID].matches(CapE); 221 FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const { argument 223 return FM[ID].matches(CapE); 225 return I != end() ? &FM[* 228 findLockUniv(FactManager &FM, const CapabilityExpr &CapE) const argument 235 findPartialMatch(FactManager &FM, const CapabilityExpr &CapE) const argument 243 containsMutexDecl(FactManager &FM, const ValueDecl* Vd) const argument [all...] |
/external/clang/lib/Lex/ |
H A D | HeaderMap.cpp | 79 const HeaderMap *HeaderMap::Create(const FileEntry *FE, FileManager &FM) { argument 84 auto FileBuffer = FM.getBufferForFile(FE); 199 StringRef Filename, FileManager &FM) const { 206 return FM.getFile(Dest);
|
H A D | PPLexerChange.cpp | 233 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, argument 241 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) {
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | 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, S 83 ReportControlFlow(raw_ostream &o, const PathDiagnosticControlFlowPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent) argument 137 ReportEvent(raw_ostream &o, const PathDiagnosticPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool isKeyEvent = false) argument 205 ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument 240 ReportMacro(raw_ostream &o, const PathDiagnosticMacroPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument 253 ReportDiag(raw_ostream &o, const PathDiagnosticPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts) argument 259 ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool includeControlFlow, bool isKeyEvent) argument 293 FIDMap FM; local [all...] |
/external/harfbuzz_ng/src/ |
H A D | hb-ot-shape-complex-use-table.cc | 22 #define FM USE_FM /* CONS_FINAL_MOD */ macro 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, F 660 #undef FM macro [all...] |
/external/clang/lib/Frontend/ |
H A D | InitHeaderSearch.cpp | 135 FileManager &FM = Headers.getFileMgr(); local 150 if (const DirectoryEntry *DE = FM.getDirectory(MappedPathStr)) { 159 if (const FileEntry *FE = FM.getFile(MappedPathStr)) {
|
/external/opencv3/modules/calib3d/src/ |
H A D | compat_ptsetreg.cpp | 349 const cv::Mat FM = cv::cvarrToMat(fmatrix), mask = cv::cvarrToMat(_mask); local 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));
|
/external/valgrind/VEX/priv/ |
H A D | host_ppc_defs.c | 3229 static UChar* mkFormXFL ( UChar* p, UInt FM, UInt freg, UInt dfp_rm, argument 3233 vassert(FM < 0x100); 3235 theInstr = ((63<<26) | (FM<<17) | (dfp_rm<<16) | (freg<<11) | (711<<1));
|
H A D | guest_ppc_toIR.c | 9578 UChar FM = toUChar( IFIELD(theInstr, 17, 8) ); local 9604 DIP("mtfsf%s %d,fr%u (L=1)\n", flag_rC ? ".":"", FM, frB_addr); 9608 DIP("mtfsf%s %d,fr%u\n", flag_rC ? ".":"", FM, frB_addr); 9609 // Build 32bit mask from FM: 9612 if ((FM & (1<<(7-i))) == 1) {
|