Home
last modified time | relevance | path

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

12

/llvm-project/llvm/unittests/ADT/
H A DIntervalTreeTest.cpp79 UUTree Tree(Allocator); in TEST() local
168 UUTree Tree(Allocator); in TEST() local
182 UUTree Tree(Allocator); in TEST() local
225 UUTree Tree(Allocator); in TEST() local
288 UUTree Tree(Allocator); in TEST() local
374 UUTree Tree(Allocator); in TEST() local
451 UUTree Tree(Allocator); in TEST() local
711 UUTree Tree(Allocator); in TEST() local
1528 UUTree Tree(Allocator); in TEST() local
/llvm-project/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/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp42 ChildMap Tree; global() member in __anon45288b380111::ClangASTNodesEmitter
226 printDeclContext(const std::multimap<Record *,Record * > & Tree,Record * DeclContext,raw_ostream & OS) printDeclContext() argument
253 std::multimap<Record *, Record *> Tree; EmitClangDeclContext() local
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp113 for (const auto *Tree : generateAllTreesWithShape(Leafs, {3u})) { TEST_P() local
123 for (const auto *Tree : generateAllTreesWithShape(Leafs, {3u})) { TEST_P() local
134 auto *Tree = syntax::createTree(*Arena, TEST_F() local
[all...]
H A DSynthesisTest.cpp113 auto *Tree = createTree(*Arena, {}, NodeKind::UnknownExpression); TEST_P() local
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp
/llvm-project/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::__anonef34e5090611::PriorityList
726 PriorityList(const SyntaxTree::Impl &Tree) in PriorityList()
/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTree.cpp
/llvm-project/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp
/llvm-project/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/clang/test/Parser/
H A Dc2x-auto.c25 Tree, enumerator
/llvm-project/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/clang/include/clang/Tooling/Syntax/
H A DTree.h44 class Tree; variable
/llvm-project/mlir/include/mlir/Support/
H A DTiming.h398 Tree, enumerator
/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp142 const DominatorTree &Tree) { in getMaxDominatorTreeDepth()
/llvm-project/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp393 const std::vector<uint8_t> &Tree = Data.second; in main() local
/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h186 MCDecodedPseudoProbe(uint64_t Ad,uint64_t G,uint32_t I,PseudoProbeType K,uint8_t At,uint32_t D,MCDecodedPseudoProbeInlineTree * Tree) MCDecodedPseudoProbe() argument
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp414 auto Tree = SelectionTree::createRight(AST->getASTContext(), testLocationFeatures() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1388 for (const auto &Tree : PatFragRec->getTrees()) { getCodeToRunOnSDNode() local
3127 for (const TreePatternNodePtr &Tree : Trees) InferAllTypes() local
3145 for (const TreePatternNodePtr &Tree : Trees) { print() local
3735 getInstructionsInTree(TreePatternNode & Tree,SmallVectorImpl<Record * > & Instrs) getInstructionsInTree() argument
4357 DagInit *Tree = CurPattern->getValueAsDag("PatternToMatch"); ParsePatterns() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp
/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1105 SmallVector<RepeatedValue, 8> Tree; RemoveFactorFromExpression() local
2285 SmallVector<RepeatedValue, 8> Tree; ReassociateExpression() local
/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp871 SmallString<64> Tree; FormatDiagnostic() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp396 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst() argument
494 Value *Simplifier::Context::find(Value *Tree, Value *Sub) const { in find() argument
/llvm-project/clang-tools-extra/clangd/
H A DHover.cpp711 auto Tree = SelectionTree::createRight(Context, Tokens, SpellingBeginOffset, evaluateMacroExpansion() local

12