/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 181 ast_matchers::BoundNodes Nodes; member in __anone2291d6c0611::BindingsMatcher 185 explicit BindingsMatcher(ast_matchers::BoundNodes Nodes, in BindingsMatcher() 228 forEachDescendantDynamically(ast_matchers::BoundNodes Nodes, in forEachDescendantDynamically() 241 void registerMatchers(const ast_matchers::BoundNodes &Nodes, in registerMatchers()
|
H A D | RangeSelector.cpp | 54 static Expected<DynTypedNode> getNode(const ast_matchers::BoundNodes &Nodes, in getNode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | Interval.h | 54 std::vector<BasicBlock*> Nodes; variable
|
H A D | CallGraphSCCPass.h | 90 std::vector<CallGraphNode *> Nodes; variable
|
H A D | LazyCallGraph.h | 426 SmallVector<Node *, 1> Nodes; variable 429 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 80 const BoundNodes Nodes; member 294 SmallVector<BoundNodes, 1> Nodes; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
|
H A D | ItaniumManglingCanonicalizer.cpp | 86 llvm::FoldingSet<NodeHeader> Nodes; member in __anon1f11156d0111::FoldingNodeAllocator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScopedNoAliasAA.cpp | 111 SmallPtrSetImpl<const MDNode *> &Nodes) { in collectMDInDomain()
|
H A D | LazyCallGraph.cpp | 382 SmallVector<Node *> Nodes; in verify() local 1893 void LazyCallGraph::buildSCCs(RefSCC &RC, node_stack_range Nodes) { in buildSCCs() 1914 [this, &RC](node_stack_range Nodes) { in buildSCCs() 1948 [this](node_stack_range Nodes) { in buildRefSCCs()
|
H A D | DDG.cpp | 90 auto &Nodes = cast<const PiBlockDDGNode>(&N)->getNodes(); in operator <<() local
|
H A D | CallGraph.cpp | 124 SmallVector<CallGraphNode *, 16> Nodes; in print() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 179 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { in erase()
|
H A D | HexagonConstExtenders.cpp | 145 SmallVector<Node*,8> Nodes; in nodesWith() local 151 SmallVector<Node*,8> Nodes; in ~RangeTree() local 1334 SmallVector<RangeTree::Node*,8> Nodes; in assignInits() local 1338 uint8_t Align, uint8_t Offset) { in assignInits()
|
H A D | HexagonCommonGEP.cpp | 151 NodeVect Nodes; member in __anonfa3046790111::HexagonCommonGEP 423 static void invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM, in invert_find_roots() 439 NodeSet &Nodes) { in nodes_for_root()
|
H A D | HexagonISelDAGToDAG.cpp | 984 void HexagonDAGToDAGISel::ppSimplifyOrSelect0(std::vector<SDNode*> &&Nodes) { in ppSimplifyOrSelect0() 1032 void HexagonDAGToDAGISel::ppAddrReorderAddShl(std::vector<SDNode*> &&Nodes) { in ppAddrReorderAddShl() 1096 void HexagonDAGToDAGISel::ppAddrRewriteAndSrl(std::vector<SDNode*> &&Nodes) { in ppAddrRewriteAndSrl() 1161 void HexagonDAGToDAGISel::ppHoistZextI1(std::vector<SDNode*> &&Nodes) { in ppHoistZextI1()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | CGProfile.cpp | 35 std::vector<Metadata *> Nodes; in addModuleFlags() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 108 SmallDenseSet<RegionNode *> *Nodes; member in __anondb40fec20111::SubGraphTraits::WrappedSuccIterator 111 WrappedSuccIterator(BaseSuccIterator It, SmallDenseSet<RegionNode *> *Nodes) in WrappedSuccIterator() 378 SmallDenseSet<RegionNode *> Nodes; in INITIALIZE_PASS_DEPENDENCY() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 133 for (const auto &Nodes : Matches) { in tryEachMatch() local 551 for (const auto &Nodes : Matches) { in findFunctionArgMutation() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 342 void adjustSiblingSizes(NodeT *Node[], unsigned Nodes, in adjustSiblingSizes() 1172 const unsigned Nodes = RootLeaf::Capacity / Leaf::Capacity + 1; in branchRoot() local 1213 const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1; in splitRoot() local 1976 unsigned Nodes = 0; in overflow() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 302 const std::vector<llvm::yaml::ScalarNode *> &Nodes) { in nodeToCommandLine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.h | 232 SmallVector<DGNode, 16> Nodes; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | LangRef.rst | 5059 .. _DICompileUnit: 5061 DICompileUnit 5088 DIFile 5105 DIBasicType 5132 DISubroutineType 5148 DIDerivedType 5199 DICompositeType 5265 DISubrange 5297 DIEnumerator 5309 DITemplateTypeParameter [all …]
|