| /src/sys/powerpc/conf/dpaa/ |
| H A D | files.dpaa | 23 contrib/ncsw/Peripherals/FM/SP/fm_sp.c optional dpaa \ 25 contrib/ncsw/Peripherals/FM/Rtc/fm_rtc.c optional dpaa \ 27 contrib/ncsw/Peripherals/FM/Rtc/fman_rtc.c optional dpaa \ 29 contrib/ncsw/Peripherals/FM/Port/fman_port.c optional dpaa \ 31 contrib/ncsw/Peripherals/FM/Port/fm_port.c optional dpaa \ 33 contrib/ncsw/Peripherals/FM/Port/fm_port_im.c optional dpaa \ 35 contrib/ncsw/Peripherals/FM/Pcd/fm_cc.c optional dpaa \ 37 contrib/ncsw/Peripherals/FM/Pcd/fm_kg.c optional dpaa \ 39 contrib/ncsw/Peripherals/FM/Pcd/fman_kg.c optional dpaa \ 41 contrib/ncsw/Peripherals/FM/Pcd/fm_manip.c optional dpaa \ [all …]
|
| H A D | config.dpaa | 15 -I$S/contrib/ncsw/Peripherals/FM \ 16 -I$S/contrib/ncsw/Peripherals/FM/HC \ 17 -I$S/contrib/ncsw/Peripherals/FM/inc \ 18 -I$S/contrib/ncsw/Peripherals/FM/MAC \ 19 -I$S/contrib/ncsw/Peripherals/FM/Pcd \ 20 -I$S/contrib/ncsw/Peripherals/FM/Port \ 21 -I$S/contrib/ncsw/Peripherals/FM/Rtc \
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 51 void printBugPath(llvm::raw_ostream &o, const FIDMap &FM, 84 const FIDMap& FM; member in __anon1b30d0480211::PlistPrinter 91 PlistPrinter(const FIDMap &FM, const Preprocessor &PP, in PlistPrinter() argument 94 : FM(FM), PP(PP), CTU(CTU), MacroExpansions(MacroExpansions) {} in PlistPrinter() 166 FIDMap &FM, 194 FM, indent + 1); in EmitRanges() 232 FM, indent + 2); in EmitFixits() 269 EmitRange(o, SM, Lexer::getAsCharRange(StartEdge, SM, LangOpts), FM, in ReportControlFlow() 274 EmitRange(o, SM, Lexer::getAsCharRange(EndEdge, SM, LangOpts), FM, in ReportControlFlow() 317 EmitLocation(o, SM, L, FM, indent); in ReportEvent() [all …]
|
| /src/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()
|
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 42 FIDMap FM; in writeARCDiagsToPlist() local 49 AddFID(FM, Fids, SM, D.getLocation()); in writeARCDiagsToPlist() 53 AddFID(FM, Fids, SM, RI->getBegin()); in writeARCDiagsToPlist() 54 AddFID(FM, Fids, SM, RI->getEnd()); in writeARCDiagsToPlist() 102 EmitLocation(o, SM, D.getLocation(), FM, 2); in writeARCDiagsToPlist() 111 FM, 4); in writeARCDiagsToPlist()
|
| /src/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | DirectoryScanner.cpp | 38 return FM.getOptionalDirectoryRef(Path); in scanForUnwrappedLibraries() 94 auto &FS = FM.getVirtualFileSystem(); in scanHeaders() 111 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 | 54 clang::FileManager *FM; member in __anone8dac0eb0111::Implementation 129 if (FM) in parseHeaders() 130 if (!FM->getOptionalFileRef(PathStr)) in parseHeaders() 180 HeaderSeq &Destination, clang::FileManager *FM) { in loadHeaders() argument 183 Impl.FM = FM; in loadHeaders()
|
| H A D | Frontend.cpp | 110 auto FE = FM->getFile(H.getPath()); in addKnownHeader() 166 std::string findLibrary(StringRef InstallName, FileManager &FM, in findLibrary() argument 176 if (FM.getOptionalFileRef(TextAPIFilePath)) in findLibrary() 179 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()
|
| /src/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);
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PlistSupport.h | 107 SourceLocation L, const FIDMap &FM, unsigned indent) { in EmitLocation() argument 118 EmitInteger(o, GetFID(FM, SM, Loc)) << '\n'; in EmitLocation() 123 CharSourceRange R, const FIDMap &FM, unsigned indent) { in EmitRange() argument 128 EmitLocation(o, SM, R.getBegin(), FM, indent + 1); in EmitRange() 133 EmitLocation(o, SM, R.getEnd().getLocWithOffset(-1), FM, indent + 1); in EmitRange()
|
| /src/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 142 FileManager &FM = SM.getFileManager(); in findAPINotesFile() local 151 return FM.getOptionalFileRef(Path, /*Open*/ true); in findAPINotesFile() 156 FileManager &FM = SM.getFileManager(); in loadFrameworkAPINotes() local 169 auto APINotesFile = FM.getOptionalFileRef(Path); in loadFrameworkAPINotes() 178 auto HeaderDir = FM.getOptionalDirectoryRef(Path); in loadFrameworkAPINotes() 223 FileManager &FM = SM.getFileManager(); in getCurrentModuleAPINotes() local 260 if (auto APINotesDir = FM.getOptionalDirectoryRef(Path)) in getCurrentModuleAPINotes() 268 if (auto PrivateAPINotesDir = FM.getOptionalDirectoryRef(Path)) in getCurrentModuleAPINotes() 291 if (auto SearchDir = FM.getOptionalDirectoryRef(SearchPath)) { in getCurrentModuleAPINotes()
|
| /src/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
|
| /src/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()
|
| /src/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
|
| /src/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";
|
| /src/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 iterator findLockIter(FactManager &FM, const CapabilityExpr &CapE) { in findLockIter() argument 235 return FM[ID].matches(CapE); in findLockIter() 239 const FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const { in findLock() argument 241 return FM[ID].matches(CapE); in findLock() 243 return I != end() ? &FM[*I] : nullptr; in findLock() [all …]
|
| /src/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,
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.h | 29 FaultMaps FM; variable 154 FM.reset(); in doInitialization()
|
| /src/contrib/file/magic/Magdir/ |
| H A D | x68000 | 13 >>>>&0 ubyte&15 2 model: FM-TOWNS,
|
| /src/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 ###
|