/llvm-project/bolt/include/bolt/Utils/ |
H A D | NameShortener.h | 22 StringMap<uint64_t> IDs; variable
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBStringTable.h | 50 FixedStreamArray<support::ulittle32_t> IDs; variable
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | Internals.h | 80 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 D | TransformActions.cpp | 369 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 D | ARCMT.cpp | 29 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument 59 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, in hasDiagnostic() argument
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Index.h | 65 llvm::DenseSet<SymbolID> IDs; member 69 llvm::DenseSet<SymbolID> IDs; member
|
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/ |
H A D | Marshalling.cpp | 44 llvm::Expected<llvm::DenseSet<SymbolID>> getIDs(IDRange IDs) { in getIDs() argument 81 auto IDs = getIDs(Message->ids()); in fromProtobuf() local 115 auto IDs = getIDs(Message->ids()); in fromProtobuf() local 132 auto IDs = getIDs(Message->subjects()); fromProtobuf() local [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/ |
H A D | property-declaration.m | 32 @property(nonatomic, copy) NSArray *IDs; property
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | GrammarTest.cpp |
|
/llvm-project/clang-tools-extra/clangd/index/dex/dexp/ |
H A D | Dexp.cpp | 192 std::vector<SymbolID> IDs; in run() local 239 std::vector<SymbolID> IDs; in run() local [all...] |
/llvm-project/clang/unittests/Analysis/ |
H A D | IntervalPartitionTest.cpp | 93 template <typename... T> auto blockIDs(T... IDs) { in blockIDs() 97 template <typename... T> auto blockOrder(T... IDs) { in blockOrder()
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | TestIndex.cpp | 152 llvm::ArrayRef<SymbolID> IDs) { in lookup()
|
H A D | SourceCodeTests.cpp | 330 auto IDs = collectIdentifiers(R"cpp( in TEST() local
|
H A D | DexTests.cpp | 39 std::vector<DocID> IDs(IDAndScore.size()); in consumeIDs() local
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointList.cpp | 162 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Headers.cpp | 72 auto &IDs = Out->StdlibHeaders[*StdlibHeader]; in InclusionDirective() local
|
H A D | XRefs.cpp | 1288 return findImplementors(std::move(IDs), QueryKind, Index, AST.tuPath()); in findImplementations() local 303 findImplementors(llvm::DenseSet<SymbolID> IDs,RelationKind Predicate,const SymbolIndex * Index,llvm::StringRef MainFilePath) findImplementors() argument 1532 __anon452263b61b02(llvm::DenseSet<SymbolID> IDs, bool AllowAttributes, bool AllowMainFileSymbols) findReferences() argument [all...] |
/llvm-project/llvm/tools/verify-uselistorder/ |
H A D | verify-uselistorder.cpp | 86 DenseMap<const Value *, unsigned> IDs; member
|
/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 316 getMacroArgExpansionFileIDs(SourceLocation Loc,SmallVectorImpl<FileID> & IDs,bool IsBegin,const SourceManager * SM) getMacroArgExpansionFileIDs() argument
|
H A D | SerializedDiagnosticPrinter.cpp | 755 IntrusiveRefCntPtr<DiagnosticIDs> IDs(new DiagnosticIDs()); getMetaDiags() local
|
/llvm-project/llvm/docs/ |
H A D | BitCodeFormat.rst | 165 BlocksAbbreviation IDs global() argument [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 434 FilterChooser(ArrayRef<EncodingAndInst> Insts,const std::vector<EncodingIDAndOpcode> & IDs,const std::map<unsigned,std::vector<OperandInfo>> & Ops,unsigned BW,const DecoderEmitter * E) FilterChooser() argument 444 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
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 55 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 52 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1123 LocIndices IDs = It->second; erase() local 1429 LocIndices IDs = VarLocIDs.insert(VL); transferDebugValue() local [all...] |