/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | OSObjectCStyleCast.cpp | 40 return Builder->removeBindings([this, &Node](const BoundNodesMap &Nodes) { in AST_MATCHER_P() 51 static void emitDiagnostics(const BoundNodes &Nodes, in emitDiagnostics()
|
H A D | GCDAntipatternChecker.cpp | 179 static void emitDiagnostics(const BoundNodes &Nodes, in emitDiagnostics()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | BalancedPartitioning.cpp | 112 void BalancedPartitioning::bisect(const FunctionNodeRange Nodes, in bisect() argument 165 runIterations(const FunctionNodeRange Nodes,unsigned RecDepth,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()
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | IntervalPartition.cpp | 28 std::vector<const Node *> Nodes; member 128 std::vector<const CFGBlock *> Nodes; in fillIntervalNode() local
|
H A D | ExprMutationAnalyzer.cpp | 193 for (const auto &Nodes : Matches) { tryEachMatch() local 619 for (const auto &Nodes : Matches) { findFunctionArgMutation() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 213 ast_matchers::BoundNodes Nodes; member in __anonb2d314f30611::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()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | Interval.h |
|
H A D | CallGraphSCCPass.h | 90 std::vector<CallGraphNode *> Nodes; variable
|
H A D | LazyCallGraph.h | 424 SmallVector<Node *, 1> Nodes; variable 427 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 81 const BoundNodes Nodes; member 297 SmallVector<BoundNodes, 1> Nodes; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | IntervalPartition.h | 93 std::vector<const CFGBlock *> Nodes; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ParentMapContext.h | 95 ArrayRef<DynTypedNode> Nodes; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | CGProfile.cpp | 32 std::vector<Metadata *> Nodes; addModuleFlags() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScopedNoAliasAA.cpp | 110 SmallPtrSetImpl<const MDNode *> &Nodes) { in collectMDInDomain()
|
H A D | LazyCallGraph.cpp | 375 SmallVector<Node *> Nodes; verify() local 1888 buildSCCs(RefSCC & RC,node_stack_range Nodes) buildSCCs() argument 1909 __anon72c777031f02(node_stack_range Nodes) buildSCCs() argument 1943 __anon72c777032302(node_stack_range Nodes) buildRefSCCs() argument [all...] |
H A D | DDG.cpp | 89 auto &Nodes = cast<const PiBlockDDGNode>(&N)->getNodes(); in operator <<() local
|
H A D | CallGraph.cpp | 119 SmallVector<CallGraphNode *, 16> Nodes; in print() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 180 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { in erase()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 108 SmallDenseSet<RegionNode *> *Nodes; member in __anonabeaf6490111::SubGraphTraits::WrappedSuccIterator 111 WrappedSuccIterator(BaseSuccIterator It, SmallDenseSet<RegionNode *> *Nodes) in WrappedSuccIterator() argument 385 SmallDenseSet<RegionNode *> Nodes; in INITIALIZE_PASS_DEPENDENCY() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SCCIterator.h | 297 NodesType Nodes; variable
|
H A D | IntervalMap.h | 340 void adjustSiblingSizes(NodeT *Node[], unsigned Nodes, in adjustSiblingSizes() 1218 const unsigned Nodes = RootLeaf::Capacity / Leaf::Capacity + 1; in branchRoot() local 1259 const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1; in splitRoot() local 2022 unsigned Nodes = 0; in overflow() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | ItaniumManglingCanonicalizer.cpp | 87 llvm::FoldingSet<NodeHeader> Nodes; member in __anon5ad016220111::FoldingNodeAllocator
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingValue.c | 313 ValueProfNode **Nodes = (ValueProfNode **)Data->Values; in initializeValueProfRuntimeRecord() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 299 nodeToCommandLine(JSONCommandLineSyntax Syntax,const std::vector<llvm::yaml::ScalarNode * > & Nodes) nodeToCommandLine() argument
|