/llvm-project/flang/runtime/ |
H A D | file.h | 74 struct Pending { struct 77 OwningPtr<Pending> next; argument
|
/llvm-project/llvm/lib/MCA/Stages/ |
H A D | ExecuteStage.cpp | 55 SmallVector<InstRef, 4> Pending; in issueInstruction() local 96 SmallVector<InstRef, 4> Pending; in cycleStart() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | TextNodeDumper.h | 39 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable [all...] |
H A D | JSONNodeDumper.h | 36 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable [all...] |
/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 155 promoteToPendingSet(SmallVectorImpl<InstRef> & Pending) promoteToPendingSet() argument 266 cycleEvent(SmallVectorImpl<ResourceRef> & Freed,SmallVectorImpl<InstRef> & Executed,SmallVectorImpl<InstRef> & Pending,SmallVectorImpl<InstRef> & Ready) cycleEvent() argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | AnalysisBasedWarnings.h | 57 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
|
H A D | ExternalSemaSource.h | 180 ReadPendingInstantiations(SmallVectorImpl<std::pair<ValueDecl *,SourceLocation>> & Pending) ReadPendingInstantiations() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineScheduler.h | 53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; global() variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | unused-local-non-trivial-variable.cpp | 28 T Pending; member in async::Future
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | HWEventListener.h | 42 Pending, enumerator
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | VLIWMachineScheduler.h | 132 ReadyQueue Pending; member
|
H A D | MachineScheduler.h | 846 ReadyQueue Pending; global() variable
|
/llvm-project/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 306 ReadPendingInstantiations(SmallVectorImpl<std::pair<ValueDecl *,SourceLocation>> & Pending) ReadPendingInstantiations() argument
|
H A D | Sema.cpp | 1132 SmallVector<PendingImplicitInstantiation, 4> Pending; ActOnEndOfTranslationUnitFragment() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 537 ReadPendingInstantiations(llvm::SmallVectorImpl<std::pair<clang::ValueDecl *,clang::SourceLocation>> & Pending) ReadPendingInstantiations() argument
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 2104 VarLocSet &Pending = *Iter.second; flushPendingLocs() local 2260 Pending; ExtendRanges() local
|
H A D | InstrRefBasedImpl.cpp | 2627 Worklist, Pending; buildMLocValueMap() local 3105 Worklist, Pending; buildVLocValueMap() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 889 Pending; run() local 2310 Pending; run() local [all...] |
/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | Rename.cpp | 851 llvm::DenseSet<SymbolID> Pending = {Base}; in insertTransitiveOverrides() local
|
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 698 Forest Pending; member in syntax::TreeBuilder
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ClangdTests.cpp | 132 llvm::StringRef Pending = Dump; replacePtrsInDump() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 1235 std::vector<unsigned> Pending; in computeUsedBits() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 8824 ReadPendingInstantiations(SmallVectorImpl<std::pair<ValueDecl *,SourceLocation>> & Pending) ReadPendingInstantiations() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1119 updateRoot(SmallVectorImpl<SDValue> & Pending) updateRoot() argument [all...] |