HomeSort by: relevance | last modified time | path
    Searched refs:FM (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTMerger.h 75 FileManager &FM;
85 FileManager &FM;
95 ImporterSource(ASTContext &AST, FileManager &FM, const OriginMap &OM,
97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {}
99 FileManager &getFileManager() const { return FM; }
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
PlistReporter.cpp 42 FIDMap FM;
49 AddFID(FM, Fids, SM, D.getLocation());
53 AddFID(FM, Fids, SM, RI->getBegin());
54 AddFID(FM, Fids, SM, RI->getEnd());
102 EmitLocation(o, SM, D.getLocation(), FM, 2);
111 FM, 4);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderMap.h 73 FileManager &FM);
80 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 50 void printBugPath(llvm::raw_ostream &o, const FIDMap &FM,
83 const FIDMap& FM;
90 PlistPrinter(const FIDMap &FM, const Preprocessor &PP,
93 : FM(FM), PP(PP), CTU(CTU), MacroExpansions(MacroExpansions) {}
165 FIDMap &FM,
193 FM, indent + 1);
231 FM, indent + 2);
268 EmitRange(o, SM, Lexer::getAsCharRange(StartEdge, SM, LangOpts), FM,
273 EmitRange(o, SM, Lexer::getAsCharRange(EndEdge, SM, LangOpts), FM,
    [all...]
SarifDiagnostics.cpp 40 FilesMade *FM) override;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderMap.cpp 51 FileManager &FM) {
56 auto FileBuffer = FM.getBufferForFile(FE);
200 FileManager &FM) const {
207 return FM.getOptionalFileRef(Dest);
PPLexerChange.cpp 198 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir,
206 if (auto CurDir = FM.getDirectory(Path)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AsmPrinter.h 30 FaultMaps FM;
144 FM.reset();
X86AsmPrinter.cpp 50 : AsmPrinter(TM, std::move(Streamer)), SM(*this), FM(*this) {}
764 FM.serializeToFaultMapSection();
796 FM.serializeToFaultMapSection();
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp 211 FactID addLock(FactManager &FM, std::unique_ptr<FactEntry> Entry) {
212 FactID F = FM.newFact(std::move(Entry));
217 bool removeLock(FactManager& FM, const CapabilityExpr &CapE) {
223 if (FM[FactIDs[i]].matches(CapE)) {
229 if (FM[FactIDs[n-1]].matches(CapE)) {
236 iterator findLockIter(FactManager &FM, const CapabilityExpr &CapE) {
238 return FM[ID].matches(CapE);
242 const FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const {
244 return FM[ID].matches(CapE);
246 return I != end() ? &FM[*I] : nullptr
    [all...]
  /src/usr.sbin/mtree/
specspec.c 52 #define FM(a, b, c, d) \
166 if (FM(n1, n2, F_TIME, st_mtimespec))
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp 134 FileManager &FM = Headers.getFileMgr();
156 if (auto DE = FM.getOptionalDirectoryRef(MappedPathStr)) {
165 if (auto FE = FM.getFile(MappedPathStr)) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 306 FastMathFlags FM = getFastMathFlags();
307 FM &= FP->getFastMathFlags();
308 copyFastMathFlags(FM);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 1264 FallthroughMapper FM(S);
1265 FM.TraverseStmt(AC.getBody());
1267 if (!FM.foundSwitchStatements())
1270 if (PerFunction && FM.getFallthroughStmts().empty())
1278 FM.fillReachableBlocks(Cfg);
1291 if (!FM.checkFallThroughIntoBlock(*B, AnnotatedCnt,
1324 for (const auto *F : FM.getFallthroughStmts())
  /src/sys/arch/powerpc/powerpc/
db_disasm.c 730 u_int FM;
731 FM = extract_field(instr, 31 - 14, 8);
732 db_printf("0x%x, ", FM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 74 FaultMaps FM;
80 SM(*this), FM(*this) {}
581 FM.serializeToFaultMapSection();
1071 FM.recordFaultingOp(FK, FaultingLabel, HandlerLabel);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 550 for (auto &FM : MemMgr.FunctionMemory) {
552 auto &FM_MB = FM.MB;
  /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/
add_n.asm 63 define(`fmnop',`fmuld %f0,%f0,%f4') dnl A quasi nop running in the FM pipe
sub_n.asm 63 define(`fmnop',`fmuld %f0,%f0,%f4') dnl A quasi nop running in the FM pipe
addmul_2.asm 68 C FM 8 16 8 16
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTMerger.cpp 418 *this, Target.AST, Target.FM, S, SharedState));
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 2097 const FunctionMacro &FM = kv.second;
2101 << "__arm_" << Name << "(" << join(FM.getParams(), ", ") << ") "
2102 << FM.getDefinition() << "\n";
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 104 ContentCache::getBufferOrNone(DiagnosticsEngine &Diag, FileManager &FM,
119 auto BufferOrError = FM.getBufferForFile(ContentsEntry, IsFileVolatile);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 452 for (const auto &FM : FileIDMapping) {
453 SourceLocation ExpandedLoc = FM.second.second;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 731 Function *FM = dyn_cast<Function>(CM.second);
732 if (FM != &F)

Completed in 44 milliseconds

1 2