Home
last modified time | relevance | path

Searched defs:Tree (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-diff/
H A DClangDiff.cpp267 diff::SyntaxTree &Tree, bool IsLeft, in printHtmlForNode()
344 static void printNodeAttributes(raw_ostream &OS, diff::SyntaxTree &Tree,
360 static void printNodeAsJson(raw_ostream &OS, diff::SyntaxTree &Tree,
388 static void printNode(raw_ostream &OS, diff::SyntaxTree &Tree,
401 static void printTree(raw_ostream &OS, diff::SyntaxTree &Tree) {
465 diff::SyntaxTree Tree(AST->getASTContext()); local
/openbsd-src/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp72 NodeId getMapped(const std::unique_ptr<SyntaxTree::Impl> &Tree, in getMapped()
192 SyntaxTree::Impl &Tree; member
280 static std::vector<NodeId> getSubtreePostorder(const SyntaxTree::Impl &Tree, in getSubtreePostorder()
293 static std::vector<NodeId> getSubtreeBfs(const SyntaxTree::Impl &Tree, in getSubtreeBfs()
488 const SyntaxTree::Impl &Tree; member in clang::diff::Subtree
497 Subtree(const SyntaxTree::Impl &Tree, NodeId SubtreeRoot) : Tree(Tree) { in Subtree()
709 const SyntaxTree::Impl &Tree; member
720 const SyntaxTree::Impl &Tree; member in clang::diff::__anondabdc9ed0611::PriorityList
726 PriorityList(const SyntaxTree::Impl &Tree) in PriorityList()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp72 const GIMatchTree &Tree; member in __anon8971c0cb0111::format_partition_name
76 format_partition_name(const GIMatchTree &Tree, unsigned Idx) in format_partition_name()
721 const GIMatchTree &Tree, in generateCodeForTree()
886 std::unique_ptr<GIMatchTree> Tree; in run() local
H A DCodeGenDAGPatterns.cpp1401 for (const auto &Tree : PatFragRec->getTrees()) { in getCodeToRunOnSDNode() local
3152 for (const TreePatternNodePtr &Tree : Trees) in InferAllTypes() local
3170 for (const TreePatternNodePtr &Tree : Trees) { in print() local
3751 getInstructionsInTree(TreePatternNode *Tree, SmallVectorImpl<Record*> &Instrs) { in getInstructionsInTree()
4358 DagInit *Tree = CurPattern->getValueAsDag("PatternToMatch"); in ParsePatterns() local
H A DCodeGenDAGPatterns.h922 void setTree(unsigned i, TreePatternNodePtr Tree) { Trees[i] = Tree; } in setTree()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DImmutableMap.h159 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
289 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp41 ChildMap Tree; member in __anoncc2a141c0111::ClangASTNodesEmitter
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DTree.h44 class Tree; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp143 const DominatorTree &Tree) { in getMaxDominatorTreeDepth()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h178 uint8_t At, MCDecodedPseudoProbeInlineTree *Tree) in MCDecodedPseudoProbe()
/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp379 const std::vector<uint8_t> &Tree = Data.second; in main() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp528 void addChild(MRT *Tree) { Children.insert(Tree); } in addChild()
553 MRT *Tree = Children.back(); in getEntry() local
559 MRT *Tree = Children.front(); in getExit() local
2550 static bool containsNewBackedge(MRT *Tree, in containsNewBackedge()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1150 SmallVector<RepeatedValue, 8> Tree; in RemoveFactorFromExpression() local
2330 SmallVector<RepeatedValue, 8> Tree; in ReassociateExpression() local
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp874 SmallString<64> Tree; in FormatDiagnostic() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp396 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst()
494 Value *Simplifier::Context::find(Value *Tree, Value *Sub) const { in find()
H A DHexagonConstExtenders.cpp1333 RangeTree Tree; in assignInits() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp951 DiffTree Tree; member in __anonb797b9d50111::TemplateDiff
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp15024 SequenceTree Tree; member in __anon9b6cdc882a11::SequenceChecker