Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp113 for (const auto *Tree : generateAllTreesWithShape(Leafs, {3u})) { in TEST_P() local
123 for (const auto *Tree : generateAllTreesWithShape(Leafs, {3u})) { in TEST_P() local
134 auto *Tree = syntax::createTree(*Arena, in TEST_F() local
H A DSynthesisTest.cpp113 auto *Tree = createTree(*Arena, {}, NodeKind::UnknownExpression); in TEST_P() local
H A DBuildTreeTest.cpp22 ::testing::AssertionResult treeDumpEqual(StringRef Code, StringRef Tree) { in treeDumpEqual()
/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp307 DirectiveTree Tree = DirectiveTree::parse(S); in TEST() local
341 DirectiveTree Tree = DirectiveTree::parse(S); in TEST() local
/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp71 NodeId getMapped(const std::unique_ptr<SyntaxTree::Impl> &Tree, in getMapped()
193 SyntaxTree::Impl &Tree; member
281 static std::vector<NodeId> getSubtreePostorder(const SyntaxTree::Impl &Tree, in getSubtreePostorder()
294 static std::vector<NodeId> getSubtreeBfs(const SyntaxTree::Impl &Tree, in getSubtreeBfs()
489 const SyntaxTree::Impl &Tree; member in clang::diff::Subtree
498 Subtree(const SyntaxTree::Impl &Tree, NodeId SubtreeRoot) : Tree(Tree) { in Subtree()
710 const SyntaxTree::Impl &Tree; member
721 const SyntaxTree::Impl &Tree; member in clang::diff::__anonb3398b060611::PriorityList
727 PriorityList(const SyntaxTree::Impl &Tree) in PriorityList()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp48 llvm::Optional<DirectiveTree::Directive> parse(DirectiveTree *Tree, in parse()
189 static void dump(llvm::raw_ostream &OS, const DirectiveTree &Tree, in dump()
346 void chooseConditionalBranches(DirectiveTree &Tree, const TokenStream &Code) { in chooseConditionalBranches()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp72 const GIMatchTree &Tree; member in __anoncdaa66640111::format_partition_name
76 format_partition_name(const GIMatchTree &Tree, unsigned Idx) in format_partition_name()
721 const GIMatchTree &Tree, in generateCodeForTree()
860 std::unique_ptr<GIMatchTree> Tree; in run() local
H A DCodeGenDAGPatterns.cpp1403 for (const auto &Tree : PatFragRec->getTrees()) { in getCodeToRunOnSDNode() local
3154 for (const TreePatternNodePtr &Tree : Trees) in InferAllTypes() local
3172 for (const TreePatternNodePtr &Tree : Trees) { in print() local
3752 getInstructionsInTree(TreePatternNode *Tree, SmallVectorImpl<Record*> &Instrs) { in getInstructionsInTree()
4359 DagInit *Tree = CurPattern->getValueAsDag("PatternToMatch"); in ParsePatterns() local
H A DCodeGenDAGPatterns.h922 void setTree(unsigned i, TreePatternNodePtr Tree) { Trees[i] = Tree; } in setTree()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DTiming.h350 Tree, enumerator
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFeatureModulesTests.cpp49 auto Tree = in TEST() local
H A DDexTests.cpp255 auto Tree = C.limit(C.intersect(std::move(I1), std::move(I2)), 10); in TEST() local
/llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/
H A DTree.h44 class Tree; variable
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp41 ChildMap Tree; member in __anon20fdde350111::ClangASTNodesEmitter
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp235 auto Tree = SelectionTree::createRight(AST->getASTContext(), in testLocationFeatures() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp142 const DominatorTree &Tree) { in getMaxDominatorTreeDepth()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCPseudoProbe.h171 uint8_t At, MCDecodedPseudoProbeInlineTree *Tree) in MCDecodedPseudoProbe()
/llvm-project-15.0.7/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp379 const std::vector<uint8_t> &Tree = Data.second; in main() local
/llvm-project-15.0.7/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
2551 static bool containsNewBackedge(MRT *Tree, in containsNewBackedge()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1162 SmallVector<RepeatedValue, 8> Tree; in RemoveFactorFromExpression() local
2342 SmallVector<RepeatedValue, 8> Tree; in ReassociateExpression() local
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp874 SmallString<64> Tree; in FormatDiagnostic() local
/llvm-project-15.0.7/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

12