| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | Internals.h | 33 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 D | TransformActions.cpp | 145 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 D | ARCMT.cpp | 29 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::find(IDs, I->getID()) != IDs.end()) && in hasDiagnostic()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | mvebu-core-clock.txt | 7 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 D | mvebu-gated-clock.txt | 10 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 D | ti,sci-clk.txt | 17 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 D | armada3700-periph-clock.txt | 12 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 D | efm32-clock.txt | 11 IDs.
|
| H A D | brcm,iproc-clocks.txt | 98 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:
|
| H A D | clps711x-clock.txt | 11 for the full list of CLPS711X clock IDs.
|
| H A D | mvebu-corediv-clock.txt | 3 The following is a list of provided IDs and clock names on Armada 370/XP:
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.cpp | 67 if (auto EC = Reader.readArray(IDs, *HashCount)) { in readHashTable() 116 size_t Count = IDs.size(); in getIDForString() 125 uint32_t ID = IDs[Index]; in getIDForString() 139 return IDs; in name_ids()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| H A D | fs-history | 39 DAG nodes are identified by unique keys called "node-revision IDs", 51 "/" contains a list of the names and node-revision IDs of its 56 nodes would store the node-revision IDs of their respective 82 All About Node-Revision IDs 93 have different node IDs, their are historically unrelated. 142 So, we know how txn IDs come into existence now. And the origin of 148 So what about those copy IDs? 155 easily be represented using path semantics.) New copy IDs are 158 case), inherit the copy-IDs of one of their parents (by nature of 164 Copies and Copy IDs [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | arm,smmu.yaml | 88 set of matched IDs does not result in conflicts. 121 specifies a mask of bits to ignore when matching stream IDs (e.g. this may 125 input IDs). This property is not valid for SMMUs using stream indexing, or 186 /* device with two stream IDs, 0 and 7 */ 207 /* device with stream IDs 0 and 7 */ 213 /* device with stream IDs 1, 17, 33 and 49 */
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 9 // This file provides an x-macro link between AST Type IDs and 10 // their stable serialized bit-code record type IDs.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/ |
| H A D | psci.yaml | 50 Function IDs are not required and should be ignored by an OS with 176 * A DTB may provide IDs for use by kernels without PSCI 0.2 support, 178 * These IDs will be ignored by kernels with PSCI 0.2 support, which will 179 * use the standard PSCI 0.2 IDs exclusively.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | mc13xxx.txt | 28 MC13783 LED IDs: 42 MC13892 LED IDs: 50 MC34708 LED IDs:
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointList.cpp | 160 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs() local 163 IDs.push_back((*pos)->GetID()); in GetWatchpointIDs() 164 return IDs; in GetWatchpointIDs()
|
| /freebsd-13.1/contrib/file/tests/ |
| H A D | json1.testfile | 12 "IDs": [116, 943, 234, 38793]
|
| /freebsd-13.1/contrib/opencsd/decoder/include/interfaces/ |
| H A D | trc_indexer_src_i.h | 97 …ocsd_err_t TrcIDBlockMap(const ocsd_trc_index_t src_idx_start, const std::vector<uint8_t> IDs) = 0;
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | hostapd.vlan | 6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/exynos/ |
| H A D | exynos_hdmi.txt | 22 - clocks: list of clock IDs from SoC clock driver. 33 - clock-names: aliases as per driver requirements for above clock IDs:
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | structure | 63 uuid File containing the repository IDs 178 Formats 1-2: Node-IDs and copy-IDs are guaranteed to form a 181 Format 3+: Node-IDs and copy-IDs use the new revision number to 207 Repository IDs: 418 Node-revision IDs 428 In order to support efficient lookup of node-revisions by their IDs 434 New node-revision IDs assigned within a transaction have a txn-id 469 There is a lazily created cache mapping from node-IDs to the full 474 used for node-IDs of the pre-Format 3 style. 476 Copy-IDs and copy roots [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.h | 56 FixedStreamArray<support::ulittle32_t> IDs; variable
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | structure | 130 Node-revision IDs 140 In order to support efficient lookup of node-revisions by their IDs 141 and to simplify the allocation of fresh node-IDs during a transaction, 146 New node-revision IDs assigned within a transaction have a txn-id 159 During the final phase of a commit, node-revision IDs are rewritten 171 same node-ID, because temporary node-IDs are restricted in scope to 174 Copy-IDs and copy roots 177 Copy-IDs are assigned in the same manner as they are in the BDB
|