Searched refs:IDs (Results 1 - 25 of 28) sorted by relevance

12

/openbsd-current/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 }; local
81 return clearDiagnostic(IDs, range);
85 unsigned IDs[] = { ID1, ID2, ID3 }; local
86 return clearDiagnostic(IDs, range);
94 unsigned IDs[] = { ID1, ID2 }; local
95 return CapturedDiags.hasDiagnostic(IDs, range);
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, argument
372 if (!CapturedDiags.hasDiagnostic(IDs, range))
378 data.DiagIDs.append(IDs.begin(), IDs.end());
501 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs, argument
503 CapturedDiags.clearDiagnostic(IDs, range);
671 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, argument
673 return static_cast<TransformActionsImpl*>(Impl)->clearDiagnostic(IDs, rang
[all...]
H A DARCMT.cpp29 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, argument
38 if ((IDs.empty() || // empty means clear all diagnostics in the range.
39 llvm::is_contained(IDs, I->getID())) &&
59 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, argument
67 if ((IDs.empty() || // empty means any diagnostic in the range.
68 llvm::is_contained(IDs, I->getID())) &&
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h50 FixedStreamArray<support::ulittle32_t> IDs; member in class:llvm::pdb::PDBStringTable
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp66 if (auto EC = Reader.readArray(IDs, *HashCount)) {
115 size_t Count = IDs.size();
124 uint32_t ID = IDs[Index];
138 return IDs;
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointList.cpp160 std::vector<lldb::watch_id_t> IDs; local
163 IDs.push_back((*pos)->GetID());
164 return IDs;
/openbsd-current/gnu/llvm/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp84 DenseMap<const Value *, unsigned> IDs; member in struct:__anon3775::ValueMapping
104 unsigned lookup(const Value *V) const { return IDs.lookup(V); }
238 if (IDs.lookup(V))
247 IDs[V] = Values.size();
265 << ", user-id = " << M.IDs.lookup(U.getUser()) << ", user = ";
/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp55 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member in struct:__anon2814::OrderMap
69 unsigned size() const { return IDs.size(); }
70 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; }
73 return IDs.lookup(V);
78 unsigned ID = IDs.size() + 1;
79 IDs[V].first = ID;
101 // changes the map's size, and thus affects the other IDs.
112 // directly in predictValueUseListOrderImpl(), just assign IDs to
163 // by giving IDs in reverse order.
166 // initializers), their relative IDs onl
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp52 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member in struct:__anon2026::OrderMap
61 unsigned size() const { return IDs.size(); }
62 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; }
65 return IDs.lookup(V);
70 unsigned ID = IDs.size() + 1;
71 IDs[V].first = ID;
93 // changes the map's size, and thus affects the other IDs.
105 // by giving IDs in reverse order.
108 // initializers), their relative IDs only matter for determining order of
703 // Don't assign IDs t
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h333 unsigned IDs[] = {ID1, ID2}; local
334 return dropUnknownNonDebugMetadata(IDs);
H A DInstrTypes.h2100 /// with tags other than those specified in \p IDs.
2101 bool hasOperandBundlesOtherThan(ArrayRef<uint32_t> IDs) const {
2104 if (!is_contained(IDs, ID))
/openbsd-current/gnu/usr.bin/perl/lib/Tie/
H A DScalar.pm92 process IDs with priority.
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp316 SmallVectorImpl<FileID> &IDs,
320 IDs.push_back(SM->getFileID(Loc));
315 getMacroArgExpansionFileIDs(SourceLocation Loc, SmallVectorImpl<FileID> &IDs, bool IsBegin, const SourceManager *SM) argument
H A DSerializedDiagnosticPrinter.cpp757 IntrusiveRefCntPtr<DiagnosticIDs> IDs(new DiagnosticIDs());
761 IDs, State->DiagOpts.get(), Client);
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp135 void readDeclIDList(SmallVectorImpl<DeclID> &IDs) {
137 IDs.push_back(readDeclID());
258 SmallVectorImpl<serialization::DeclID>& IDs) {
259 if (IDs.empty())
268 IDs.insert(IDs.end(), Old + 1, Old + 1 + Old[0]);
269 llvm::sort(IDs);
270 IDs.erase(std::unique(IDs.begin(), IDs
[all...]
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp843 SmallVector<DIAssignID *, 4> IDs;
846 IDs.push_back(cast<DIAssignID>(MD));
853 IDs.push_back(cast<DIAssignID>(MD));
855 if (IDs.empty())
858 DIAssignID *MergeID = IDs[0];
859 for (auto It = std::next(IDs.begin()), End = IDs.end(); It != End; ++It) {
H A DLegacyPassManager.cpp577 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); local
580 for (AnalysisID ID : IDs) {
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DUtil.pm349 generated you must have 2 processes with the same PID generate IDs at the same
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp405 const std::vector<EncodingIDAndOpcode> &IDs,
408 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops),
415 const std::vector<EncodingIDAndOpcode> &IDs,
419 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops),
404 FilterChooser(ArrayRef<EncodingAndInst> Insts, const std::vector<EncodingIDAndOpcode> &IDs, const std::map<unsigned, std::vector<OperandInfo>> &Ops, unsigned BW, const DecoderEmitter *E) argument
414 FilterChooser(ArrayRef<EncodingAndInst> Insts, const std::vector<EncodingIDAndOpcode> &IDs, const std::map<unsigned, std::vector<OperandInfo>> &Ops, const std::vector<bit_value_t> &ParentFilterBitValues, const FilterChooser &parent) argument
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp188 // The IDs in this set correspond to MachineLocs in VarLocs, as well as VarLocs
949 /// Get an empty range of VarLoc IDs.
955 /// Get all set IDs for VarLocs with MLs of kind RegisterKind in \p Reg.
960 /// Get all set IDs for VarLocs with MLs of kind SpillLocKind.
966 /// Get all set IDs for VarLocs of EVKind EntryValueBackupKind or
973 /// Get all set IDs for VarLocs with MLs of kind WasmLocKind.
980 /// Collect all VarLoc IDs from \p CollectFrom for VarLocs with MLs of kind
981 /// RegisterKind which are located in any reg in \p Regs. The IDs for each
983 /// VarLoc has exactly 1 entry for. Insert collected IDs into \p Collected.
1123 LocIndices IDs
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/bin/
H A Dzipdetails1904 state $IDs = {
1931 out $bytes, " ID", Value_V($id) . " '" . ($IDs->{$id} // 'Unknown ID') . "'";
/openbsd-current/gnu/usr.bin/perl/dist/threads/lib/
H A Dthreads.pm353 Returns the ID of the thread. Thread IDs are unique integers with the main
420 (Thread comparison is based on thread IDs.)
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DXHTML.pm730 include linkable IDs or anchor names in its pages. Subclass to link to a
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm174 Language tags are not locale IDs. A locale ID is written with a "_"
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1048 void addLazyModuleInitializers(Module *M, ArrayRef<uint32_t> IDs);

Completed in 691 milliseconds

12