| /openbsd-src/gnu/llvm/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::is_contained(IDs, I->getID())) && in hasDiagnostic()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.cpp | 66 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 D | ipsec_num.cst | 209 # 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 D | BUGS | 46 * Passive connections, undefined local&remote IDs will cause IKE peer IDs
|
| H A D | QUESTIONS | 14 and message IDs which he uses to flood any of the peers with spoofed
|
| /openbsd-src/gnu/llvm/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.
|
| /openbsd-src/gnu/llvm/llvm/tools/verify-uselistorder/ |
| H A D | verify-uselistorder.cpp | 84 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 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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.h | 50 FixedStreamArray<support::ulittle32_t> IDs; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 52 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 D | DXILValueEnumerator.cpp | 55 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 D | IdCache.pod | 31 is a no-op. Non-existing IDs return a default value, which is normally
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | FixedMetadataKinds.def | 1 /*===-- FixedMetadataKinds.def - Fixed metadata kind IDs -------*- C++ -*-=== *\
|
| H A D | Instruction.h | 333 unsigned IDs[] = {ID1, ID2}; 334 return dropUnknownNonDebugMetadata(IDs);
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-cov.rst | 354 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 D | Opts.td | 31 def dupid_nowarn : F<"Y", "Suppress warnings on duplicate resource IDs.">;
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 135 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 D | BitCodeFormat.rst | 140 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 D | PCHInternals.rst | 216 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 D | OpenCLSupport.rst | 66 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 D | DebugInfo.cpp | 843 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 D | DiagnosticRenderer.cpp | 316 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 D | Sanitizers.def | 32 // values. The third value is an expression ORing together the IDs of individual
|