| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 48 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 D | ExternalASTMerger.h | 75 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 D | DirectoryScanner.cpp | 37 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 D | FileList.cpp | 52 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 D | Frontend.cpp | 109 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 D | HeaderFile.cpp | 45 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 D | DirectoryScanner.h | 29 DirectoryScanner(FileManager &FM, ScanMode Mode = ScanMode::ScanFrameworks) 30 : FM(FM), Mode(Mode) {} in FM() argument 73 FileManager &FM; variable
|
| H A D | Context.h | 47 FileManager *FM = nullptr; member 96 std::string findLibrary(StringRef InstallName, FileManager &FM,
|
| H A D | FileList.h | 35 HeaderSeq &Destination, clang::FileManager *FM = nullptr);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PlistSupport.h | 104 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 D | APINotesManager.cpp | 141 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 D | RemarkUtilHelpers.cpp | 69 FilterMatcher FM(Value, true); in createRE() local 71 if (!FM.FilterRE.isValid(Error)) in createRE() 75 return std::move(FM); in createRE()
|
| H A D | RemarkCounter.cpp | 296 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 D | si470x.txt | 1 * Silicon Labs FM Radio receiver 3 The Silicon Labs Si470x is family of FM radio receivers with receive power scan
|
| H A D | si4713.txt | 1 * 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 D | APIIgnoresList.cpp | 36 FileManager &FM) { in create() argument 41 auto BufferOrErr = FM.getBufferForFile(CurrentIgnoresFilePath); in create()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 208 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 D | i3c.txt | 58 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 D | exynos4412-n710x.dts | 104 "IN2RN", "FM In", 105 "IN2RP:VXRP", "FM In";
|
| H A D | exynos4412-galaxy-s3.dtsi | 203 "IN2RN", "FM In", 204 "IN2RP:VXRP", "FM In";
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | ti-bluetooth.txt | 9 * 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 D | X86AsmPrinter.h | 33 FaultMaps FM; variable 184 FM.reset(); in doInitialization()
|
| /freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | README.md | 7 ### ZED+FM Phase 1 ### 16 ### ZED+FM Phase 2 (WIP) ### 24 ### ZED+FM Phase 3 ###
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | x68000 | 13 >>>>&0 ubyte&15 2 model: FM-TOWNS,
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderMap.cpp | 48 std::unique_ptr<HeaderMap> HeaderMap::Create(FileEntryRef FE, FileManager &FM) { in Create() argument 54 FM.getBufferForFile(FE, /*IsVolatile=*/false, in Create()
|