Home
last modified time | relevance | path

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

123456

/freebsd/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 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/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 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 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:
H A Defm32-clock.txt11 IDs.
H A Dclps711x-clock.txt11 for the full list of CLPS711X clock IDs.
H A Dlsi,axm5516-clks.txt11 supported clock IDs.
H A Dmvebu-corediv-clock.txt3 The following is a list of provided IDs and clock names on Armada 370/XP:
H A Darmada3700-tbg-clock.txt9 The following is a list of provided IDs and clock names on Armada 3700:
/freebsd/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/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/sys/contrib/device-tree/Bindings/mfd/
H A Dmc13xxx.txt28 MC13783 LED IDs:
42 MC13892 LED IDs:
50 MC34708 LED IDs:
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp162 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs()
165 IDs.push_back((*pos)->GetID()); in GetWatchpointIDs()
166 return IDs;
160 std::vector<lldb::watch_id_t> IDs; GetWatchpointIDs() local
/freebsd/contrib/file/tests/
H A Djson1.testfile12 "IDs": [116, 943, 234, 38793]
/freebsd/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/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:
H A Dexynos_mixer.txt14 - clocks: list of clock IDs from SoC clock driver.
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.vlan6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
/freebsd/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 */
H A Dbrcm,bcm2835-gpio.txt65 - brcm,pins: An array of cells. Each cell contains the ID of a pin. Valid IDs
66 are the integer GPIO IDs; 0==GPIO0, 1==GPIO1, ... 53==GPIO53.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h50 FixedStreamArray<support::ulittle32_t> IDs; variable
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dexynos-usb.txt80 - clocks: Clock IDs array as required by the controller.
81 - clock-names: Names of clocks corresponding to IDs in the clock property.

123456