Home
last modified time | relevance | path

Searched refs:FM (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp48 void printBugPath(llvm::raw_ostream &o, const FIDMap &FM,
81 const FIDMap& FM; member in __anon46fda2930211::PlistPrinter
88 PlistPrinter(const FIDMap &FM, const Preprocessor &PP, in PlistPrinter() argument
91 : FM(FM), PP(PP), CTU(CTU), MacroExpansions(MacroExpansions) {} in PlistPrinter()
163 FIDMap &FM,
191 FM, indent + 1); in EmitRanges()
229 FM, indent + 2); in EmitFixits()
266 EmitRange(o, SM, Lexer::getAsCharRange(StartEdge, SM, LangOpts), FM, in ReportControlFlow()
271 EmitRange(o, SM, Lexer::getAsCharRange(EndEdge, SM, LangOpts), FM, in ReportControlFlow()
314 EmitLocation(o, SM, L, FM, indent); in ReportEvent()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h75 FileManager &FM; member
85 FileManager &FM; variable
95 ImporterSource(ASTContext &AST, FileManager &FM, const OriginMap &OM,
97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {} in AST()
99 FileManager &getFileManager() const { return FM; } in getFileManager()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp37 return FM.getOptionalDirectoryRef(Path); in scanForUnwrappedLibraries()
93 auto &FS = FM.getVirtualFileSystem(); in scanHeaders()
110 if (FM.getOptionalDirectoryRef(HeaderPath)) in scanHeaders()
142 auto &FS = FM.getVirtualFileSystem(); in scanMultipleFrameworks()
159 if (!FM.getOptionalDirectoryRef(Curr)) in scanMultipleFrameworks()
173 if (FM.getOptionalDirectoryRef(Directory)) in scanSubFrameworksDirectory()
186 auto &FS = FM.getVirtualFileSystem(); in scanFrameworkVersionsDirectory()
203 if (!FM.getOptionalDirectoryRef(Curr)) in scanFrameworkVersionsDirectory()
226 auto &FS = FM.getVirtualFileSystem(); in scanFrameworkDirectory()
H A DFileList.cpp52 clang::FileManager *FM; member in __anon82227fd60111::Implementation
127 if (FM) in parseHeaders()
128 if (!FM->getOptionalFileRef(PathStr)) in parseHeaders()
178 HeaderSeq &Destination, clang::FileManager *FM) { in loadHeaders() argument
181 Impl.FM = FM; in loadHeaders()
H A DFrontend.cpp109 auto FE = FM->getOptionalFileRef(H.getPath()); in addKnownHeader()
165 std::string findLibrary(StringRef InstallName, FileManager &FM, in findLibrary() argument
175 if (FM.getOptionalFileRef(TextAPIFilePath)) in findLibrary()
178 if (FM.getOptionalFileRef(FullPath)) in findLibrary()
H A DHeaderFile.cpp45 llvm::Expected<PathSeq> enumerateFiles(FileManager &FM, StringRef Directory) { in enumerateFiles() argument
48 auto &FS = FM.getVirtualFileSystem(); in enumerateFiles()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h29 DirectoryScanner(FileManager &FM, ScanMode Mode = ScanMode::ScanFrameworks)
30 : FM(FM), Mode(Mode) {} in FM() argument
73 FileManager &FM; variable
H A DContext.h47 FileManager *FM = nullptr; member
96 std::string findLibrary(StringRef InstallName, FileManager &FM,
H A DFileList.h35 HeaderSeq &Destination, clang::FileManager *FM = nullptr);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h104 SourceLocation L, const FIDMap &FM, unsigned indent) { in EmitLocation() argument
115 EmitInteger(o, GetFID(FM, SM, Loc)) << '\n'; in EmitLocation()
120 CharSourceRange R, const FIDMap &FM, unsigned indent) { in EmitRange() argument
125 EmitLocation(o, SM, R.getBegin(), FM, indent + 1); in EmitRange()
130 EmitLocation(o, SM, R.getEnd().getLocWithOffset(-1), FM, indent + 1); in EmitRange()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp141 FileManager &FM = SM.getFileManager(); in findAPINotesFile() local
150 return FM.getOptionalFileRef(Path, /*Open*/ true); in findAPINotesFile()
155 FileManager &FM = SM.getFileManager(); in loadFrameworkAPINotes() local
168 auto APINotesFile = FM.getOptionalFileRef(Path); in loadFrameworkAPINotes()
177 auto HeaderDir = FM.getOptionalDirectoryRef(Path); in loadFrameworkAPINotes()
222 FileManager &FM = SM.getFileManager(); in getCurrentModuleAPINotes() local
259 if (auto APINotesDir = FM.getOptionalDirectoryRef(Path)) in getCurrentModuleAPINotes()
267 if (auto PrivateAPINotesDir = FM.getOptionalDirectoryRef(Path)) in getCurrentModuleAPINotes()
290 if (auto SearchDir = FM.getOptionalDirectoryRef(SearchPath)) { in getCurrentModuleAPINotes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilHelpers.cpp69 FilterMatcher FM(Value, true); in createRE() local
71 if (!FM.FilterRE.isValid(Error)) in createRE()
75 return std::move(FM); in createRE()
H A DRemarkCounter.cpp296 auto FM = FilterMatcher::createRE(Key, RKeys); in collectRemarks() local
297 if (!FM) in collectRemarks()
298 return FM.takeError(); in collectRemarks()
299 ArgumentsVector.push_back(std::move(*FM)); in collectRemarks()
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dsi470x.txt1 * Silicon Labs FM Radio receiver
3 The Silicon Labs Si470x is family of FM radio receivers with receive power scan
H A Dsi4713.txt1 * Silicon Labs FM Radio transmitter
3 The Silicon Labs Si4713 is an FM radio transmitter with receive power scan
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp36 FileManager &FM) { in create() argument
41 auto BufferOrErr = FM.getBufferForFile(CurrentIgnoresFilePath); in create()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp208 FactID addLock(FactManager &FM, std::unique_ptr<FactEntry> Entry) { in addLock() argument
209 FactID F = FM.newFact(std::move(Entry)); in addLock()
214 bool removeLock(FactManager& FM, const CapabilityExpr &CapE) { in removeLock() argument
220 if (FM[FactIDs[i]].matches(CapE)) { in removeLock()
226 if (FM[FactIDs[n-1]].matches(CapE)) { in removeLock()
233 std::optional<FactID> replaceLock(FactManager &FM, iterator It, in replaceLock() argument
237 FactID F = FM.newFact(std::move(Entry)); in replaceLock()
242 std::optional<FactID> replaceLock(FactManager &FM, const CapabilityExpr &CapE, in replaceLock() argument
244 return replaceLock(FM, findLockIter(FM, CapE), std::move(Entry)); in replaceLock()
247 iterator findLockIter(FactManager &FM, const CapabilityExpr &CapE) { in findLockIter() argument
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Di3c.txt58 bit[4]: tell whether the device operates in FM (Fast Mode) or FM+ mode
59 * 0: FM+ mode
60 * 1: FM mode
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4412-n710x.dts104 "IN2RN", "FM In",
105 "IN2RP:VXRP", "FM In";
H A Dexynos4412-galaxy-s3.dtsi203 "IN2RN", "FM In",
204 "IN2RP:VXRP", "FM In";
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dti-bluetooth.txt9 * TI WiLink 7/8 (wl12xx/wl18xx) Shared Transport BT/FM/GPS devices
11 TI WiLink devices have a UART interface for providing Bluetooth, FM radio,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h33 FaultMaps FM; variable
184 FM.reset(); in doInitialization()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md7 ### ZED+FM Phase 1 ###
16 ### ZED+FM Phase 2 (WIP) ###
24 ### ZED+FM Phase 3 ###
/freebsd/contrib/file/magic/Magdir/
H A Dx6800013 >>>>&0 ubyte&15 2 model: FM-TOWNS,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp48 std::unique_ptr<HeaderMap> HeaderMap::Create(FileEntryRef FE, FileManager &FM) { in Create() argument
54 FM.getBufferForFile(FE, /*IsVolatile=*/false, in Create()

1234