Home
last modified time | relevance | path

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

1234

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DOwningMemoryCheck.cpp219 const auto &Nodes = Result.Nodes; in check() local
235 bool OwningMemoryCheck::handleDeletion(const BoundNodes &Nodes) { in handleDeletion()
260 bool OwningMemoryCheck::handleLegacyConsumers(const BoundNodes &Nodes) { in handleLegacyConsumers()
276 bool OwningMemoryCheck::handleExpectedOwner(const BoundNodes &Nodes) { in handleExpectedOwner()
291 bool OwningMemoryCheck::handleAssignmentAndInit(const BoundNodes &Nodes) { in handleAssignmentAndInit()
333 bool OwningMemoryCheck::handleAssignmentFromNewOwner(const BoundNodes &Nodes) { in handleAssignmentFromNewOwner()
379 bool OwningMemoryCheck::handleReturnValues(const BoundNodes &Nodes) { in handleReturnValues()
402 bool OwningMemoryCheck::handleOwnerMembers(const BoundNodes &Nodes) { in handleOwnerMembers()
H A DMissingStdForwardCheck.cpp63 [this, Name](const ast_matchers::internal::BoundNodesMap &Nodes) { in AST_MATCHER_P()
/llvm-project/llvm/unittests/Support/
H A DBalancedPartitioningTest.cpp34 getIds(std::vector<BPFunctionNode> Nodes) { in getIds()
43 std::vector<BPFunctionNode> Nodes = { in TEST_F() local
68 std::vector<BPFunctionNode> Nodes; in TEST_F() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp71 std::map<std::string, const IncludeGraphNode &> Nodes; in toMap() local
135 auto Nodes = toMap(*IndexFile.Sources); in TEST_F() local
164 auto Nodes = toMap(*IndexFile.Sources); in TEST_F() local
199 auto Nodes = toMap(*IndexFile.Sources); in TEST_F() local
231 auto Nodes = toMap(*IndexFile.Sources); in TEST_F() local
/llvm-project/clang/unittests/AST/Interp/
H A DtoAPValue.cpp
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp40 return Builder->removeBindings([this, &Node](const BoundNodesMap &Nodes) { in AST_MATCHER_P() argument
51 static void emitDiagnostics(const BoundNodes &Nodes, in emitDiagnostics() argument
/llvm-project/llvm/unittests/ProfileData/
H A DBPFunctionNodeTest.cpp33 std::vector<BPFunctionNode> Nodes; in TEST() local
/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp112 bisect(const FunctionNodeRange Nodes,unsigned RecDepth,unsigned RootBucket,unsigned Offset,std::optional<BPThreadPool> & TP) const bisect() argument
165 runIterations(const FunctionNodeRange Nodes,unsigned LeftBucket,unsigned RightBucket,std::mt19937 & RNG) const runIterations() argument
208 runIteration(const FunctionNodeRange Nodes,unsigned LeftBucket,unsigned RightBucket,SignaturesT & Signatures,std::mt19937 & RNG) const runIteration() argument
301 split(const FunctionNodeRange Nodes,unsigned StartBucket) const split() argument
[all...]
H A DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/llvm-project/clang-tools-extra/clangd/
H A DSelection.h157 std::deque<Node> Nodes; // Stable-pointer storage. variable
/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp28 std::vector<const Node *> Nodes; member
128 std::vector<const CFGBlock *> Nodes; fillIntervalNode() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp41 [&](const ast_matchers::internal::BoundNodesMap &Nodes) { in AST_MATCHER_P()
H A DStandaloneEmptyCheck.cpp50 const Expr *getCondition(const BoundNodes &Nodes, const StringRef NodeId) { in getCondition()
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp830 const BoundNodes &Nodes, in getArrayLoopQualifiers() argument
865 const BoundNodes &Nodes, in getIteratorLoopQualifiers() argument
906 ASTContext *Context, const BoundNodes &Nodes, const ForStmt *Loop, in determineRangeDescriptor() argument
922 const ast_matchers::BoundNodes &Nodes, in isConvertible() argument
970 const BoundNodes &Nodes = Result.Nodes; check() local
[all...]
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DIntervalPartition.h93 std::vector<const CFGBlock *> Nodes; member
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h81 const BoundNodes Nodes; member
297 SmallVector<BoundNodes, 1> Nodes; variable
/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp213 ast_matchers::BoundNodes Nodes; member in __anon025d33540611::BindingsMatcher
217 explicit BindingsMatcher(ast_matchers::BoundNodes Nodes, in BindingsMatcher()
260 forEachDescendantDynamically(ast_matchers::BoundNodes Nodes, in forEachDescendantDynamically()
273 void registerMatchers(const ast_matchers::BoundNodes &Nodes, in registerMatchers()
/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h90 std::vector<CallGraphNode *> Nodes; variable
/llvm-project/clang/include/clang/AST/
H A DParentMapContext.h95 ArrayRef<DynTypedNode> Nodes; member
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp33 std::vector<Metadata *> Nodes; in addModuleFlags() local
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h406 const BoundNodes::IDToNodeMap &M = Nodes->getMap(); in run() argument
429 run(const BoundNodes * Nodes,ASTContext * Context) run() argument
/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp110 SmallPtrSetImpl<const MDNode *> &Nodes) { in collectMDInDomain()
/llvm-project/clang/unittests/Analysis/
H A DIntervalPartitionTest.cpp21 const std::vector<const CFGBlock *> &Nodes) { in operator <<()
29 void PrintTo(const std::vector<const CFGBlock *> &Nodes, std::ostream *OS) { in PrintTo()
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DForestTest.cpp
/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp180 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { in erase()

1234