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

  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 47 SourceLocation L, const FIDMap &FM,
62 << GetFID(FM, SM, Loc) << "</integer>\n";
68 CharSourceRange R, const FIDMap &FM,
71 EmitLocation(o, SM, LangOpts, R.getBegin(), FM, indent+1);
72 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, R.isTokenRange());
102 FIDMap FM;
109 AddFID(FM, Fids, SM, D.getLocation());
113 AddFID(FM, Fids, SM, RI->getBegin());
114 AddFID(FM, Fids, SM, RI->getEnd());
174 EmitLocation(o, SM, LangOpts, D.getLocation(), FM, 2)
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 106 FileManager &FM = Headers.getFileMgr();
137 if (const DirectoryEntry *DE = FM.getDirectory(MappedPathStr)) {
146 if (const FileEntry *FE = FM.getFile(MappedPathStr)) {
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 112 SourceLocation L, const FIDMap &FM,
127 << GetFID(FM, SM, Loc) << "</integer>\n";
133 const PathDiagnosticLocation &L, const FIDMap& FM,
135 EmitLocation(o, SM, LangOpts, L.asLocation(), FM, indent, extend);
140 PathDiagnosticRange R, const FIDMap &FM,
143 EmitLocation(o, SM, LangOpts, R.getBegin(), FM, indent+1);
144 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, !R.isPoint);
167 const FIDMap& FM,
187 EmitRange(o, SM, LangOpts, I->getStart().asRange(), FM, indent+1);
189 EmitRange(o, SM, LangOpts, I->getEnd().asRange(), FM, indent+1)
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 681 FM = 11, // FM Federated States of Micronesia
    [all...]
  /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/main/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 227 milliseconds