Home
last modified time | relevance | path

Searched refs:IDs (Results 1 – 25 of 201) sorted by relevance

123456789

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h33 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
34 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const;
75 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
80 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() local
81 return clearDiagnostic(IDs, range); in clearDiagnostic()
85 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() local
86 return clearDiagnostic(IDs, range); in clearDiagnostic()
94 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic() local
95 return CapturedDiags.hasDiagnostic(IDs, range); in hasDiagnostic()
H A DTransformActions.cpp145 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
164 void commitClearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
369 bool TransformActionsImpl::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument
372 if (!CapturedDiags.hasDiagnostic(IDs, range)) in clearDiagnostic()
378 data.DiagIDs.append(IDs.begin(), IDs.end()); in clearDiagnostic()
501 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs, in commitClearDiagnostic() argument
503 CapturedDiags.clearDiagnostic(IDs, range); in commitClearDiagnostic()
671 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument
673 return static_cast<TransformActionsImpl*>(Impl)->clearDiagnostic(IDs, range); in clearDiagnostic()
H A DARCMT.cpp29 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument
38 if ((IDs.empty() || // empty means clear all diagnostics in the range. in clearDiagnostic()
39 llvm::is_contained(IDs, I->getID())) && in clearDiagnostic()
59 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, in hasDiagnostic() argument
67 if ((IDs.empty() || // empty means any diagnostic in the range. in hasDiagnostic()
68 llvm::is_contained(IDs, I->getID())) && in hasDiagnostic()
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dmvebu-core-clock.txt7 The following is a list of provided IDs and clock names on Armada 370/XP:
14 The following is a list of provided IDs and clock names on Armada 375:
20 The following is a list of provided IDs and clock names on Armada 380/385:
26 The following is a list of provided IDs and clock names on Armada 39x:
34 The following is a list of provided IDs and clock names on 98dx3236:
40 The following is a list of provided IDs and clock names on Kirkwood and Dove:
46 The following is a list of provided IDs and clock names on Orion5x:
H A Dmvebu-gated-clock.txt10 The following is a list of provided IDs for Armada 370:
27 The following is a list of provided IDs for Armada 375:
54 The following is a list of provided IDs for Armada 380/385:
81 The following is a list of provided IDs for Armada 39x:
95 The following is a list of provided IDs for Armada XP:
122 The following is a list of provided IDs for 98dx3236:
132 The following is a list of provided IDs for Dove:
155 The following is a list of provided IDs for Kirkwood:
H A Dti,sci-clk.txt17 exposed by the PM firmware. The list of valid values for the device IDs
18 and clocks IDs for 66AK2G SoC are documented at
H A Dmicrochip,mpfs-clkcfg.yaml45 PolarFire clock IDs.
56 PolarFire clock IDs.
H A Darmada3700-periph-clock.txt12 The following is a list of provided IDs for Armada 3700 North bridge clocks:
33 The following is a list of provided IDs for Armada 3700 South bridge clocks:
H A Defm32-clock.txt11 IDs.
H A Dbrcm,iproc-clocks.txt98 These clock IDs are defined in:
162 Northstar Plus. These clock IDs are defined in:
193 These clock IDs are defined in:
254 These clock IDs are defined in:
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp66 if (auto EC = Reader.readArray(IDs, *HashCount)) { in readHashTable()
115 size_t Count = IDs.size(); in getIDForString()
124 uint32_t ID = IDs[Index]; in getIDForString()
138 return IDs; in name_ids()
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra20-host1x.yaml174 description: Specification of stream IDs available for memory context device
175 use. Should be a mapping of IDs 0..n to IOMMU entries corresponding to
176 usable stream IDs.
225 description: Specification of stream IDs available for memory context device
226 use. Should be a mapping of IDs 0..n to IOMMU entries corresponding to
227 usable stream IDs.
/freebsd-14.2/sys/contrib/device-tree/Bindings/iommu/
H A Darm,smmu.yaml165 set of matched IDs does not result in conflicts.
198 specifies a mask of bits to ignore when matching stream IDs (e.g. this may
202 input IDs). This property is not valid for SMMUs using stream indexing, or
222 client IDs to ARM SMMU stream IDs.
470 /* device with two stream IDs, 0 and 7 */
491 /* device with stream IDs 0 and 7 */
497 /* device with stream IDs 1, 17, 33 and 49 */
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def9 // This file provides an x-macro link between AST Type IDs and
10 // their stable serialized bit-code record type IDs.
/freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Djedec,lpddr-props.yaml24 (from MR5) and ZZZZ is the revision ID (from MR6 and MR7). Both IDs are
39 Revision IDs read from Mode Register 6 and 7. One byte per uint32 cell (i.e. <MR6 MR7>).
/freebsd-14.2/contrib/file/tests/
H A Djson1.testfile12 "IDs": [116, 943, 234, 38793]
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dpsci.yaml46 Function IDs are not required and should be ignored by an OS with
171 * A DTB may provide IDs for use by kernels without PSCI 0.2 support,
173 * These IDs will be ignored by kernels with PSCI 0.2 support, which will
174 * use the standard PSCI 0.2 IDs exclusively.
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dmc13xxx.txt28 MC13783 LED IDs:
42 MC13892 LED IDs:
50 MC34708 LED IDs:
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp162 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs() local
165 IDs.push_back((*pos)->GetID()); in GetWatchpointIDs()
166 return IDs; in GetWatchpointIDs()
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/
H A Darm,komeda.yaml53 The stream IDs for each of the used pipelines, each four IDs for the
/freebsd-14.2/contrib/opencsd/decoder/include/interfaces/
H A Dtrc_indexer_src_i.h97 …ocsd_err_t TrcIDBlockMap(const ocsd_trc_index_t src_idx_start, const std::vector<uint8_t> IDs) = 0;
/freebsd-14.2/contrib/wpa/hostapd/
H A Dhostapd.vlan6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_hdmi.txt22 - clocks: list of clock IDs from SoC clock driver.
33 - clock-names: aliases as per driver requirements for above clock IDs:
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-bindings.txt39 those names to the integer IDs.
43 IDs that must be provided, or whether to define the set of state names that
83 /* For the same device if using state IDs */
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h50 FixedStreamArray<support::ulittle32_t> IDs; variable

123456789