Searched defs:FM (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp43 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, LangOpts, D.getLocation(), FM, 2);
112 EmitRange(o, SM, LangOpts, *RI, FM, 4);
/external/clang/test/Index/
H A Dcomplete-macro-args.c22 #define FM(x) x macro
24 FM(p->x, a);
/external/clang/include/clang/Basic/
H A DPlistSupport.h93 const FIDMap &FM, unsigned indent,
107 EmitInteger(o, GetFID(FM, SM, Loc)) << '\n';
113 const FIDMap &FM, unsigned indent) {
115 EmitLocation(o, SM, LangOpts, R.getBegin(), FM, indent + 1);
116 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent + 1, R.isTokenRange());
91 EmitLocation(raw_ostream &o, const SourceManager &SM, const LangOptions &LangOpts, SourceLocation L, const FIDMap &FM, unsigned indent, bool extend = false) argument
111 EmitRange(raw_ostream &o, const SourceManager &SM, const LangOptions &LangOpts, CharSourceRange R, const FIDMap &FM, unsigned indent) argument
/external/clang/lib/Lex/
H A DHeaderMap.cpp79 const HeaderMap *HeaderMap::Create(const FileEntry *FE, FileManager &FM) { argument
84 std::unique_ptr<const llvm::MemoryBuffer> FileBuffer(FM.getBufferForFile(FE));
203 StringRef Filename, FileManager &FM) const {
210 return FM.getFile(Dest);
H A DPPLexerChange.cpp213 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, argument
221 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp85 const FIDMap& FM,
110 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(StartEdge), FM,
115 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(EndEdge), FM,
137 const FIDMap& FM,
157 EmitLocation(o, SM, LangOpts, L, FM, indent);
168 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(*I), FM,
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
136 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/clang/lib/Frontend/
H A DInitHeaderSearch.cpp140 FileManager &FM = Headers.getFileMgr(); local
155 if (const DirectoryEntry *DE = FM.getDirectory(MappedPathStr)) {
164 if (const FileEntry *FE = FM.getFile(MappedPathStr)) {
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java373 FM(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/clang/lib/Analysis/
H A DThreadSafety.cpp827 FactID addLock(FactManager& FM, const SExpr& M, const LockData& L) { argument
828 FactID F = FM.newLock(M, L);
833 bool removeLock(FactManager& FM, const SExpr& M) { argument
839 if (FM[FactIDs[i]].MutID.matches(M)) {
845 if (FM[FactIDs[n-1]].MutID.matches(M)) {
852 iterator findLockIter(FactManager &FM, const SExpr &M) { argument
854 return FM[ID].MutID.matches(M);
858 LockData *findLock(FactManager &FM, const SExpr &M) const { argument
860 return FM[ID].MutID.matches(M);
863 return I != end() ? &FM[*
866 findLockUniv(FactManager &FM, const SExpr &M) const argument
875 findPartialMatch(FactManager &FM, const SExpr &M) const argument
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.c3244 static UChar* mkFormXFL ( UChar* p, UInt FM, UInt freg, UInt dfp_rm ) argument
3247 vassert(FM < 0x100);
3249 theInstr = ((63<<26) | (FM<<17) | (dfp_rm<<16) | (freg<<11) | (711<<1));
H A Dguest_ppc_toIR.c9148 UChar FM = toUChar( IFIELD(theInstr, 17, 8) ); local
9174 DIP("mtfsf%s %d,fr%u (L=1)\n", flag_rC ? ".":"", FM, frB_addr);
9178 DIP("mtfsf%s %d,fr%u\n", flag_rC ? ".":"", FM, frB_addr);
9179 // Build 32bit mask from FM:
9182 if ((FM & (1<<(7-i))) == 1) {

Completed in 2819 milliseconds