Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl2/dtc/dist/Documentation/
H A Ddtc-paper.tex129 \subsection{Properties of the flattened tree}
152 \subsection{Format of the device tree blob}
244 \subsection{Contents of the tree}
/netbsd-src/external/apache2/llvm/dist/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::__anon882437210611::PriorityList
727 PriorityList(const SyntaxTree::Impl &Tree) in PriorityList()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp72 const GIMatchTree &Tree; member in __anon31f3a7ff0111::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.cpp1348 for (const auto &Tree : PatFragRec->getTrees()) { in getCodeToRunOnSDNode() local
3076 for (const TreePatternNodePtr &Tree : Trees) in InferAllTypes() local
3094 for (const TreePatternNodePtr &Tree : Trees) { in print() local
3674 getInstructionsInTree(TreePatternNode *Tree, SmallVectorImpl<Record*> &Instrs) { in getInstructionsInTree()
4281 DagInit *Tree = CurPattern->getValueAsDag("PatternToMatch"); in ParsePatterns() local
H A DCodeGenDAGPatterns.h914 void setTree(unsigned i, TreePatternNodePtr Tree) { Trees[i] = Tree; } in setTree()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h195 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
325 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp41 ChildMap Tree; member in __anon24f475500111::ClangASTNodesEmitter
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h70 class Tree; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp144 const DominatorTree &Tree) { in getMaxDominatorTreeDepth()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgdbhooks.py170 class Tree: class
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgdbhooks.py170 class Tree: class
/netbsd-src/external/apache2/llvm/dist/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
2580 static bool containsNewBackedge(MRT *Tree, in containsNewBackedge()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1145 SmallVector<RepeatedValue, 8> Tree; in RemoveFactorFromExpression() local
2313 SmallVector<RepeatedValue, 8> Tree; in ReassociateExpression() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp817 SmallString<64> Tree; in FormatDiagnostic() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d3576 alias Tree = EmbeddedTree!(int, (a, b) => a.payload < b.payload); variable
3612 alias Tree = EmbeddedTree!(size_t, in InternalPointersTree() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp398 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst()
496 Value *Simplifier::Context::find(Value *Tree, Value *Sub) const { in find()
H A DHexagonConstExtenders.cpp1331 RangeTree Tree; in assignInits() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp919 DiffTree Tree; member in __anon9bd150090111::TemplateDiff
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp13325 SequenceTree Tree; member in __anon7fa672bc2011::SequenceChecker