Home
last modified time | relevance | path

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

1234

/src/sys/powerpc/conf/dpaa/
H A Dfiles.dpaa23 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 Dconfig.dpaa15 -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 DPlistDiagnostics.cpp51 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 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()
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp42 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 DDirectoryScanner.cpp38 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 DFileList.cpp54 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 DFrontend.cpp110 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 DHeaderFile.cpp45 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 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);
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h107 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 DAPINotesManager.cpp142 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 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
/src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp36 FileManager &FM) { in create() argument
41 auto BufferOrErr = FM.getBufferForFile(CurrentIgnoresFilePath); in create()
/src/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
/src/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";
/src/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 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 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,
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h29 FaultMaps FM; variable
154 FM.reset(); in doInitialization()
/src/contrib/file/magic/Magdir/
H A Dx6800013 >>>>&0 ubyte&15 2 model: FM-TOWNS,
/src/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 ###

1234