Home
last modified time | relevance | path

Searched defs:Nodes (Results 1 – 25 of 173) sorted by relevance

1234567

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DOwningMemoryCheck.cpp185 const auto &Nodes = Result.Nodes; in check() local
200 bool OwningMemoryCheck::handleDeletion(const BoundNodes &Nodes) { in handleDeletion()
225 bool OwningMemoryCheck::handleLegacyConsumers(const BoundNodes &Nodes) { in handleLegacyConsumers()
241 bool OwningMemoryCheck::handleExpectedOwner(const BoundNodes &Nodes) { in handleExpectedOwner()
256 bool OwningMemoryCheck::handleAssignmentAndInit(const BoundNodes &Nodes) { in handleAssignmentAndInit()
298 bool OwningMemoryCheck::handleAssignmentFromNewOwner(const BoundNodes &Nodes) { in handleAssignmentFromNewOwner()
351 bool OwningMemoryCheck::handleReturnValues(const BoundNodes &Nodes) { in handleReturnValues()
373 bool OwningMemoryCheck::handleOwnerMembers(const BoundNodes &Nodes) { in handleOwnerMembers()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown91 ### Nodes subsection
96 #### Control flow nodes
254 #### Instruction nodes
262 #### SSA-specific nodes
/external/llvm-project/clang-tools-extra/clangd/unittests/
DIndexActionTests.cpp61 std::map<std::string, const IncludeGraphNode &> Nodes; in toMap() local
125 auto Nodes = toMap(*IndexFile.Sources); in TEST_F() local
154 auto Nodes = toMap(*IndexFile.Sources); in TEST_F() local
189 auto Nodes = toMap(*IndexFile.Sources); in TEST_F() local
221 auto Nodes = toMap(*IndexFile.Sources); in TEST_F() local
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h81 const BoundNodes Nodes; member
275 SmallVector<BoundNodes, 1> Nodes; variable
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp743 const BoundNodes &Nodes, in getArrayLoopQualifiers()
778 const BoundNodes &Nodes, in getIteratorLoopQualifiers()
819 ASTContext *Context, const BoundNodes &Nodes, const ForStmt *Loop, in determineRangeDescriptor()
835 const ast_matchers::BoundNodes &Nodes, in isConvertible()
882 const BoundNodes &Nodes = Result.Nodes; in check() local
/external/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp176 ast_matchers::BoundNodes Nodes; member in __anon23c971980611::BindingsMatcher
180 explicit BindingsMatcher(ast_matchers::BoundNodes Nodes, in BindingsMatcher()
223 forEachDescendantDynamically(ast_matchers::BoundNodes Nodes, in forEachDescendantDynamically()
236 void registerMatchers(const ast_matchers::BoundNodes &Nodes, in registerMatchers()
/external/llvm-project/clang-tools-extra/clangd/
DSelection.h156 std::deque<Node> Nodes; // Stable-pointer storage. variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchFinder.h80 const BoundNodes Nodes; member
283 SmallVector<BoundNodes, 1> Nodes; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DInterval.h54 std::vector<BasicBlock*> Nodes; variable
DCallGraphSCCPass.h90 std::vector<CallGraphNode *> Nodes; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInterval.h54 std::vector<BasicBlock*> Nodes; variable
DCallGraphSCCPass.h90 std::vector<CallGraphNode *> Nodes; variable
/external/llvm/include/llvm/Analysis/
DInterval.h55 std::vector<BasicBlock*> Nodes; variable
DCallGraphSCCPass.h92 std::vector<CallGraphNode*> Nodes; variable
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUndelegatedConstructorCheck.cpp43 [&](const ast_matchers::internal::BoundNodesMap &Nodes) { in AST_MATCHER_P()
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.h90 std::vector<TimerTreeNode> Nodes; /// indexed by TTindex variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DOSObjectCStyleCast.cpp37 static void emitDiagnostics(const BoundNodes &Nodes, in emitDiagnostics()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h325 bool run(const BoundNodes *Nodes) override { in run()
347 bool run(const BoundNodes *Nodes, ASTContext *Context) override { in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp87 std::vector<Metadata *> Nodes; in addModuleFlags() local
/external/jsoncpp/include/json/
Dreader.h229 using Nodes = std::stack<Value*>; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp119 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/llvm-project/llvm/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/llvm/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTest.h390 bool run(const BoundNodes *Nodes) override { in run()
413 bool run(const BoundNodes *Nodes, ASTContext *Context) override { in run()
/external/llvm-project/llvm/lib/Analysis/
DScopedNoAliasAA.cpp109 SmallPtrSetImpl<const MDNode *> &Nodes) { in collectMDInDomain()

1234567