Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DInternals.h32 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
33 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const;
74 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
79 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() local
80 return clearDiagnostic(IDs, range); in clearDiagnostic()
84 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() local
85 return clearDiagnostic(IDs, range); in clearDiagnostic()
93 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic() local
94 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 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) && 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 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) && in hasDiagnostic()
H A DTransformActions.cpp146 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
165 void commitClearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
368 bool TransformActionsImpl::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument
371 if (!CapturedDiags.hasDiagnostic(IDs, range)) in clearDiagnostic()
377 data.DiagIDs.append(IDs.begin(), IDs.end()); in clearDiagnostic()
500 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs, in commitClearDiagnostic() argument
502 CapturedDiags.clearDiagnostic(IDs, range); in commitClearDiagnostic()
670 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument
672 return static_cast<TransformActionsImpl*>(Impl)->clearDiagnostic(IDs, range); in clearDiagnostic()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp68 if (auto EC = Reader.readArray(IDs, *HashCount)) { in readHashTable()
117 size_t Count = IDs.size(); in getIDForString()
126 uint32_t ID = IDs[Index]; in getIDForString()
140 return IDs; in name_ids()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/notes/
H A Dfs-history39 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-12.1/contrib/llvm/tools/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-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstructure63 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-12.1/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-12.1/contrib/wpa/hostapd/
H A Dhostapd.vlan6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dstructure130 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
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp58 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
72 unsigned size() const { return IDs.size(); } in size()
73 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; } in operator []()
76 return IDs.lookup(V); in lookup()
81 unsigned ID = IDs.size() + 1; in index()
82 IDs[V].first = ID; in index()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h58 FixedStreamArray<support::ulittle32_t> IDs; variable
/freebsd-12.1/contrib/ntp/html/scripts/
H A Dauthopt.txt10 <li class='inline'><a href='authopt.html#trustedkey'>trustedkey - specify trusted key IDs</a></li>\
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h283 unsigned IDs[] = {ID1, ID2};
284 return dropUnknownNonDebugMetadata(IDs);
/freebsd-12.1/sys/gnu/dts/arm/
H A Darmada-38x-solidrun-microsom.dtsi58 * IDs prior to binding with the driver.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp135 void ReadDeclIDList(SmallVectorImpl<DeclID> &IDs) { in ReadDeclIDList() argument
137 IDs.push_back(ReadDeclID()); in ReadDeclIDList()
266 SmallVectorImpl<serialization::DeclID>& IDs) { in AddLazySpecializations() argument
267 if (IDs.empty()) in AddLazySpecializations()
276 IDs.insert(IDs.end(), Old + 1, Old + 1 + Old[0]); in AddLazySpecializations()
277 llvm::sort(IDs); in AddLazySpecializations()
278 IDs.erase(std::unique(IDs.begin(), IDs.end()), IDs.end()); in AddLazySpecializations()
281 auto *Result = new (C) serialization::DeclID[1 + IDs.size()]; in AddLazySpecializations()
282 *Result = IDs.size(); in AddLazySpecializations()
283 std::copy(IDs.begin(), IDs.end(), Result + 1); in AddLazySpecializations()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriverUtils.cpp463 auto *IDs = reinterpret_cast<object::WinResIDs *>(Buf); in writeResEntryHeader() local
464 IDs->setType(RT_MANIFEST); in writeResEntryHeader()
465 IDs->setName(Config->ManifestID); in writeResEntryHeader()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp318 SmallVectorImpl<FileID> &IDs, in getMacroArgExpansionFileIDs() argument
322 IDs.push_back(SM->getFileID(Loc)); in getMacroArgExpansionFileIDs()
H A DSerializedDiagnosticPrinter.cpp742 IntrusiveRefCntPtr<DiagnosticIDs> IDs(new DiagnosticIDs()); in getMetaDiags() local
746 IDs, State->DiagOpts.get(), Client); in getMetaDiags()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSanitizers.def33 // values. The third value is an expression ORing together the IDs of individual
/freebsd-12.1/usr.sbin/bsdconfig/usermgmt/include/
H A Dusermgmt.hlp18 The numerical user or group IDs are often nothing you want to care for
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp370 const std::vector<unsigned> &IDs, in FilterChooser() argument
373 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
380 const std::vector<unsigned> &IDs, in FilterChooser() argument
384 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
/freebsd-12.1/crypto/openssh/
H A DPROTOCOL.krl53 revoking key IDs).
/freebsd-12.1/share/doc/smm/01.setup/
H A Dspell.ok71 IDs
/freebsd-12.1/sys/dev/pccard/
H A Dpccarddevs68 * JEDEC IDs assigned to them by JEDEC publication 106."
157 * The following vendor IDs are byte-swapped from what the company is assigned.
169 * The following vendor IDs are the vendor's PCI ID, not their PCMCIA
170 * IDs. NEWMEDIA2 should likely be 'Advansys' since that's who owns
179 * The following vendor IDs are not, as far as I can tell, actually

1234