Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/sbin/isakmpd/
H A Dipsec_num.cst209 # IPSEC security protocol IDs.
216 # IPSEC ISAKMP transform IDs.
221 # IPSEC AH transform IDs.
232 # IPSEC ESP transform IDs.
256 # IPSEC IPCOMP transform IDs
H A DBUGS46 * Passive connections, undefined local&remote IDs will cause IKE peer IDs
H A DQUESTIONS14 and message IDs which he uses to flood any of the peers with spoofed
/openbsd-src/gnu/llvm/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.
/openbsd-src/gnu/llvm/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp84 DenseMap<const Value *, unsigned> IDs; member
104 unsigned lookup(const Value *V) const { return IDs.lookup(V); } in lookup()
238 if (IDs.lookup(V)) in map()
247 IDs[V] = Values.size(); in map()
265 << ", user-id = " << M.IDs.lookup(U.getUser()) << ", user = "; in debugValue()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointList.cpp160 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs() local
163 IDs.push_back((*pos)->GetID()); in GetWatchpointIDs()
164 return IDs; in GetWatchpointIDs()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h50 FixedStreamArray<support::ulittle32_t> IDs; variable
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp52 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
61 unsigned size() const { return IDs.size(); } in size()
62 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; } in operator []()
65 return IDs.lookup(V); in lookup()
70 unsigned ID = IDs.size() + 1; in index()
71 IDs[V].first = ID; in index()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp55 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
69 unsigned size() const { return IDs.size(); } in size()
70 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; } in operator []()
73 return IDs.lookup(V); in lookup()
78 unsigned ID = IDs.size() + 1; in index()
79 IDs[V].first = ID; in index()
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DIdCache.pod31 is a no-op. Non-existing IDs return a default value, which is normally
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFixedMetadataKinds.def1 /*===-- FixedMetadataKinds.def - Fixed metadata kind IDs -------*- C++ -*-=== *\
H A DInstruction.h333 unsigned IDs[] = {ID1, ID2};
334 return dropUnknownNonDebugMetadata(IDs);
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-cov.rst354 Use debuginfod to look up coverage mapping for binary IDs present in the profile
360 Provides local directories to search for objects corresponding to binary IDs in
435 attempted by default for binary IDs present in the profile but not provided on
441 Provides a directory to search for objects corresponding to binary IDs in the
522 attempted by default for binary IDs present in the profile but not provided on
528 Provides a directory to search for objects corresponding to binary IDs in the
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DOpts.td31 def dupid_nowarn : F<"Y", "Suppress warnings on duplicate resource IDs.">;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp135 void readDeclIDList(SmallVectorImpl<DeclID> &IDs) { in readDeclIDList() argument
137 IDs.push_back(readDeclID()); in readDeclIDList()
258 SmallVectorImpl<serialization::DeclID>& IDs) { in AddLazySpecializations() argument
259 if (IDs.empty()) in AddLazySpecializations()
268 IDs.insert(IDs.end(), Old + 1, Old + 1 + Old[0]); in AddLazySpecializations()
269 llvm::sort(IDs); in AddLazySpecializations()
270 IDs.erase(std::unique(IDs.begin(), IDs.end()), IDs.end()); in AddLazySpecializations()
273 auto *Result = new (C) serialization::DeclID[1 + IDs.size()]; in AddLazySpecializations()
274 *Result = IDs.size(); in AddLazySpecializations()
275 std::copy(IDs.begin(), IDs.end(), Result + 1); in AddLazySpecializations()
/openbsd-src/gnu/llvm/llvm/docs/
H A DBitCodeFormat.rst140 Abbreviation IDs
147 defined below) or one of the abbreviation IDs defined for the current block by
150 The set of builtin abbrev IDs is:
162 Abbreviation IDs 4 and above are defined by the stream itself, and specify an
172 function bodies). Block IDs 0-7 are reserved for `standard blocks`_ whose
173 meaning is defined by Bitcode; block IDs 8 and greater are application
308 Abbreviations are implicitly assigned IDs sequentially starting from 4 (the
310 ``BLOCKINFO`` record for the particular block type receive IDs first, in order,
404 may be added. Block IDs 0-7 are reserved for standard blocks.
430 IDs as described in `DEFINE_ABBREV`_.
[all …]
/openbsd-src/gnu/llvm/clang/docs/
H A DPCHInternals.rst216 maps file IDs to the position within the AST file where the information about
252 that type. Type ID 0 represents the NULL type, type IDs less than
254 while other "user-defined" type IDs are assigned consecutively from
303 declaration context to the declaration IDs that represent each visible
376 unit scope, the :ref:`declaration IDs <pchinternals-decls>` of these
492 Numbering of IDs
532 Numbering of IDs
H A DOpenCLSupport.rst66 The IDs used to encode the OpenCL's logical address spaces in the argument info
145 This allows adding explicit address space IDs to the bitcode for non-segmented
146 memory architectures that do not have separate IDs for each of the OpenCL
297 provided in the Clang source code. The specific IDs for an address space do not
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp843 SmallVector<DIAssignID *, 4> IDs; in mergeDIAssignID() local
846 IDs.push_back(cast<DIAssignID>(MD)); in mergeDIAssignID()
853 IDs.push_back(cast<DIAssignID>(MD)); in mergeDIAssignID()
855 if (IDs.empty()) in mergeDIAssignID()
858 DIAssignID *MergeID = IDs[0]; in mergeDIAssignID()
859 for (auto It = std::next(IDs.begin()), End = IDs.end(); It != End; ++It) { in mergeDIAssignID()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp316 SmallVectorImpl<FileID> &IDs, in getMacroArgExpansionFileIDs() argument
320 IDs.push_back(SM->getFileID(Loc)); in getMacroArgExpansionFileIDs()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSanitizers.def32 // values. The third value is an expression ORing together the IDs of individual

1234