/llvm-project/llvm/unittests/ADT/ |
H A D | IntervalTreeTest.cpp | 79 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 D | ClangDiff.cpp | 267 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 D | ClangASTNodesEmitter.cpp | 42 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 D | TreeTest.cpp | 113 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 D | SynthesisTest.cpp | 113 auto *Tree = createTree(*Arena, {}, NodeKind::UnknownExpression); TEST_P() local
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | DirectiveTreeTest.cpp |
|
/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 72 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 D | OutlinedHashTree.cpp |
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | DirectiveTree.cpp |
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 159 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 D | c2x-auto.c | 25 Tree, enumerator
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FeatureModulesTests.cpp | 49 auto Tree = in TEST() local
|
H A D | DexTests.cpp | 255 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 D | Tree.h | 44 class Tree; variable
|
/llvm-project/mlir/include/mlir/Support/ |
H A D | Timing.h | 398 Tree, enumerator
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 142 const DominatorTree &Tree) { in getMaxDominatorTreeDepth()
|
/llvm-project/llvm/utils/UnicodeData/ |
H A D | UnicodeNameMappingGenerator.cpp | 393 const std::vector<uint8_t> &Tree = Data.second; in main() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 186 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 D | Check.cpp | 414 auto Tree = SelectionTree::createRight(AST->getASTContext(), testLocationFeatures() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 1388 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 D | AMDGPUMachineCFGStructurizer.cpp |
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 1105 SmallVector<RepeatedValue, 8> Tree; RemoveFactorFromExpression() local 2285 SmallVector<RepeatedValue, 8> Tree; ReassociateExpression() local
|
/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 871 SmallString<64> Tree; FormatDiagnostic() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 396 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 D | Hover.cpp | 711 auto Tree = SelectionTree::createRight(Context, Tokens, SpellingBeginOffset, evaluateMacroExpansion() local
|