Home
last modified time | relevance | path

Searched defs:IDs (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h80 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() local
85 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() local
94 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic() local
H A DTransformActions.cpp369 bool TransformActionsImpl::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic()
501 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs, in commitClearDiagnostic()
671 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic()
H A DARCMT.cpp29 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument
59 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, in hasDiagnostic() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h50 FixedStreamArray<support::ulittle32_t> IDs; variable
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp162 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp316 SmallVectorImpl<FileID> &IDs, in getMacroArgExpansionFileIDs()
H A DSerializedDiagnosticPrinter.cpp755 IntrusiveRefCntPtr<DiagnosticIDs> IDs(new DiagnosticIDs()); in getMetaDiags() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp407 FilterChooser(ArrayRef<EncodingAndInst> Insts,const std::vector<EncodingIDAndOpcode> & IDs,const std::map<unsigned,std::vector<OperandInfo>> & Ops,unsigned BW,const DecoderEmitter * E) FilterChooser() argument
417 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) FilterChooser() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp52 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp55 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1123 LocIndices IDs in erase() local
1429 LocIndices IDs = VarLocIDs.insert(VL); transferDebugValue() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp585 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); setLastUser() local
H A DDebugInfo.cpp937 SmallVector<DIAssignID *, 4> IDs; mergeDIAssignID() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp137 readDeclIDList(SmallVectorImpl<DeclID> & IDs) readDeclIDList() argument
270 AddLazySpecializations(T * D,SmallVectorImpl<serialization::DeclID> & IDs) AddLazySpecializations() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1084 addLazyModuleInitializers(Module * M,ArrayRef<uint32_t> IDs) addLazyModuleInitializers() argument