/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | OwningMemoryCheck.cpp | 219 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 D | MissingStdForwardCheck.cpp | 63 [this, Name](const ast_matchers::internal::BoundNodesMap &Nodes) { in AST_MATCHER_P()
|
/llvm-project/llvm/unittests/Support/ |
H A D | BalancedPartitioningTest.cpp | 34 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 D | IndexActionTests.cpp | 71 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 D | toAPValue.cpp |
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | OSObjectCStyleCast.cpp | 40 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 D | BPFunctionNodeTest.cpp | 33 std::vector<BPFunctionNode> Nodes; in TEST() local
|
/llvm-project/llvm/lib/Support/ |
H A D | BalancedPartitioning.cpp | 112 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 D | IntervalMap.cpp | 120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Selection.h | 157 std::deque<Node> Nodes; // Stable-pointer storage. variable
|
/llvm-project/clang/lib/Analysis/ |
H A D | IntervalPartition.cpp | 28 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 D | UndelegatedConstructorCheck.cpp | 41 [&](const ast_matchers::internal::BoundNodesMap &Nodes) { in AST_MATCHER_P()
|
H A D | StandaloneEmptyCheck.cpp | 50 const Expr *getCondition(const BoundNodes &Nodes, const StringRef NodeId) { in getCondition()
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | LoopConvertCheck.cpp | 830 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 D | IntervalPartition.h | 93 std::vector<const CFGBlock *> Nodes; member
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 81 const BoundNodes Nodes; member 297 SmallVector<BoundNodes, 1> Nodes; variable
|
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 213 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 D | CallGraphSCCPass.h | 90 std::vector<CallGraphNode *> Nodes; variable
|
/llvm-project/clang/include/clang/AST/ |
H A D | ParentMapContext.h | 95 ArrayRef<DynTypedNode> Nodes; member
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | CGProfile.cpp | 33 std::vector<Metadata *> Nodes; in addModuleFlags() local
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTest.h | 406 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 D | ScopedNoAliasAA.cpp | 110 SmallPtrSetImpl<const MDNode *> &Nodes) { in collectMDInDomain()
|
/llvm-project/clang/unittests/Analysis/ |
H A D | IntervalPartitionTest.cpp | 21 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 D | ForestTest.cpp |
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 180 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { in erase()
|