Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp150 void VisitStmt(Stmt *Node) LLVM_ATTRIBUTE_UNUSED { in VisitStmt()
154 void VisitExpr(Expr *Node) LLVM_ATTRIBUTE_UNUSED { in VisitExpr()
174 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt()
191 void StmtPrinter::VisitNullStmt(NullStmt *Node) { in VisitNullStmt()
195 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { in VisitDeclStmt()
201 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt()
207 void StmtPrinter::VisitCaseStmt(CaseStmt *Node) { in VisitCaseStmt()
219 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) { in VisitDefaultStmt()
224 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt()
229 void StmtPrinter::VisitAttributedStmt(AttributedStmt *Node) { in VisitAttributedStmt()
[all …]
H A DTextNodeDumper.cpp123 void TextNodeDumper::Visit(const Stmt *Node) { in Visit()
878 static void dumpBasePath(raw_ostream &OS, const CastExpr *Node) { in dumpBasePath()
903 void TextNodeDumper::VisitIfStmt(const IfStmt *Node) { in VisitIfStmt()
912 void TextNodeDumper::VisitSwitchStmt(const SwitchStmt *Node) { in VisitSwitchStmt()
919 void TextNodeDumper::VisitWhileStmt(const WhileStmt *Node) { in VisitWhileStmt()
924 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt()
930 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt()
935 void TextNodeDumper::VisitCaseStmt(const CaseStmt *Node) { in VisitCaseStmt()
940 void TextNodeDumper::VisitConstantExpr(const ConstantExpr *Node) { in VisitConstantExpr()
946 void TextNodeDumper::VisitCallExpr(const CallExpr *Node) { in VisitCallExpr()
[all …]
H A DOpenMPClause.cpp1561 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) { in VisitOMPIfClause()
1569 void OMPClausePrinter::VisitOMPFinalClause(OMPFinalClause *Node) { in VisitOMPFinalClause()
1575 void OMPClausePrinter::VisitOMPNumThreadsClause(OMPNumThreadsClause *Node) { in VisitOMPNumThreadsClause()
1581 void OMPClausePrinter::VisitOMPSafelenClause(OMPSafelenClause *Node) { in VisitOMPSafelenClause()
1587 void OMPClausePrinter::VisitOMPSimdlenClause(OMPSimdlenClause *Node) { in VisitOMPSimdlenClause()
1593 void OMPClausePrinter::VisitOMPSizesClause(OMPSizesClause *Node) { in VisitOMPSizesClause()
1605 void OMPClausePrinter::VisitOMPAllocatorClause(OMPAllocatorClause *Node) { in VisitOMPAllocatorClause()
1611 void OMPClausePrinter::VisitOMPCollapseClause(OMPCollapseClause *Node) { in VisitOMPCollapseClause()
1617 void OMPClausePrinter::VisitOMPDetachClause(OMPDetachClause *Node) { in VisitOMPDetachClause()
1623 void OMPClausePrinter::VisitOMPDefaultClause(OMPDefaultClause *Node) { in VisitOMPDefaultClause()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp24 msgpack::DocNode &Node, msgpack::Type SKind, in verifyScalar()
45 bool MetadataVerifier::verifyInteger(msgpack::DocNode &Node) { in verifyInteger()
53 msgpack::DocNode &Node, function_ref<bool(msgpack::DocNode &)> verifyNode, in verifyArray()
80 return verifyEntry(MapNode, Key, Required, [=](msgpack::DocNode &Node) { in verifyScalarEntry()
87 return verifyEntry(MapNode, Key, Required, [this](msgpack::DocNode &Node) { in verifyIntegerEntry()
92 bool MetadataVerifier::verifyKernelArgs(msgpack::DocNode &Node) { in verifyKernelArgs()
181 bool MetadataVerifier::verifyKernel(msgpack::DocNode &Node) { in verifyKernel()
206 KernelMap, ".language_version", false, [this](msgpack::DocNode &Node) { in verifyKernel()
209 [this](msgpack::DocNode &Node) { return verifyInteger(Node); }, 2); in verifyKernel()
212 if (!verifyEntry(KernelMap, ".args", false, [this](msgpack::DocNode &Node) { in verifyKernel()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h37 struct Node { struct
38 NodeId Parent, LeftMostDescendant, RightMostDescendant; argument
40 DynTypedNode ASTNode; argument
41 SmallVector<NodeId, 4> Children; argument
44 ASTNodeKind getType() const; argument
57 NodeId getMapped(const SyntaxTree &SourceTree, NodeId Id) const; argument
73 SyntaxTree(T *Node, ASTContext &AST) in SyntaxTree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSpillPlacement.cpp75 struct SpillPlacement::Node { struct in SpillPlacement
77 BlockFrequency BiasN;
80 BlockFrequency BiasP;
85 int Value;
87 using LinkVector = SmallVector<std::pair<BlockFrequency, unsigned>, 4>;
91 LinkVector Links;
94 BlockFrequency SumLinkWeights;
97 bool preferReg() const { in preferReg()
103 bool mustSpill() const { in mustSpill()
112 void clear(const BlockFrequency &Threshold) { in clear()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsobject.c77 ACPI_NAMESPACE_NODE *Node, in AcpiNsAttachObject()
221 ACPI_NAMESPACE_NODE *Node) in AcpiNsDetachObject()
309 ACPI_NAMESPACE_NODE *Node) in AcpiNsGetAttachedObject()
380 ACPI_NAMESPACE_NODE *Node, in AcpiNsAttachData()
447 ACPI_NAMESPACE_NODE *Node, in AcpiNsDetachData()
499 ACPI_NAMESPACE_NODE *Node, in AcpiNsGetAttachedData()
H A Dnsnames.c71 ACPI_NAMESPACE_NODE *Node) in AcpiNsGetExternalPathname()
98 ACPI_NAMESPACE_NODE *Node) in AcpiNsGetPathnameLength()
138 ACPI_NAMESPACE_NODE *Node; in AcpiNsHandleToName() local
193 ACPI_NAMESPACE_NODE *Node; in AcpiNsHandleToPathname() local
257 ACPI_NAMESPACE_NODE *Node, in AcpiNsBuildNormalizedPath()
368 ACPI_NAMESPACE_NODE *Node, in AcpiNsGetNormalizedPathname()
/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsargs.c82 ACPI_NAMESPACE_NODE *Node, in AcpiDsExecuteArguments()
200 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetBufferFieldArguments() local
249 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetBankFieldArguments() local
297 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetBufferArguments() local
347 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetPackageArguments() local
398 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetRegionArguments() local
H A Ddsmthdat.c279 ACPI_NAMESPACE_NODE **Node) in AcpiDsMethodDataGetNode()
354 ACPI_NAMESPACE_NODE *Node; in AcpiDsMethodDataSetValue() local
413 ACPI_NAMESPACE_NODE *Node; in AcpiDsMethodDataGetValue() local
525 ACPI_NAMESPACE_NODE *Node; in AcpiDsMethodDataDeleteValue() local
592 ACPI_NAMESPACE_NODE *Node; in AcpiDsStoreObjectToLocal() local
749 ACPI_NAMESPACE_NODE *Node; in AcpiDsMethodDataGetType() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclContextInternals.h58 if (auto *Node = List.dyn_cast<DeclListNode*>()) { in erase_if() local
72 DeclListNode *Node = NewLast->get<DeclListNode*>(); in erase_if() local
184 DeclListNode *Node = C.AllocateDeclListNode(Decls[I - 1]); in replaceExternalDecls() local
199 while (DeclListNode *Node = Tail->dyn_cast<DeclListNode *>()) in replaceExternalDecls() local
203 DeclListNode *Node = C.AllocateDeclListNode(Tail->get<NamedDecl *>()); in replaceExternalDecls() local
233 DeclListNode *Node = C.AllocateDeclListNode(OldD); in addOrReplaceDecl() local
257 DeclListNode *Node = C.AllocateDeclListNode(ND); in addOrReplaceDecl() local
273 DeclListNode *Node = C.AllocateDeclListNode(D); in prependDeclNoReplace() local
286 if (auto *Node = D.dyn_cast<DeclListNode*>()) { in dump() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp255 SDNode *Node = DAG.UpdateNodeOperands(Op.getNode(), Ops); in LegalizeOp() local
542 bool VectorLegalizer::LowerOperationWrapper(SDNode *Node, in LowerOperationWrapper()
571 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote()
635 void VectorLegalizer::PromoteINT_TO_FP(SDNode *Node, in PromoteINT_TO_FP()
676 void VectorLegalizer::PromoteFP_TO_INT(SDNode *Node, in PromoteFP_TO_INT()
732 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand()
909 SDValue VectorLegalizer::ExpandSELECT(SDNode *Node) { in ExpandSELECT()
972 SDValue VectorLegalizer::ExpandSEXTINREG(SDNode *Node) { in ExpandSEXTINREG()
993 SDValue VectorLegalizer::ExpandANY_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandANY_EXTEND_VECTOR_INREG()
1028 SDValue VectorLegalizer::ExpandSIGN_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandSIGN_EXTEND_VECTOR_INREG()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Dtreap.d16 static struct Node in Treap() struct
18 Node* left, right; in Treap()
19 E element; in Treap()
20 uint priority; in Treap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAllocatorList.h35 struct Node : ilist_node<Node> { struct
38 Node &operator=(Node &&) = delete; argument
39 Node &operator=(const Node &) = delete; argument
41 Node(T &&V) : V(std::move(V)) {} in Node() function
42 Node(const T &V) : V(V) {} in Node() argument
43 template <class... Ts> Node(Ts &&... Vs) : V(std::forward<Ts>(Vs)...) {} in Node() argument
47 using list_type = simple_ilist<Node>; argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d64 private struct Node in FreeTree() struct
66 Node*[2] kid; in FreeTree()
67 Node* sibling; in FreeTree()
68 size_t size; in FreeTree()
69 ref Node* left() { return kid[0]; } in FreeTree()
70 ref Node* right() { return kid[1]; } in FreeTree()
H A Dscoped_allocator.d30 private struct Node in ScopedAllocator() struct
32 Node* prev; in ScopedAllocator()
33 Node* next; in ScopedAllocator()
34 size_t length; in ScopedAllocator()
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbobject.c82 ACPI_NAMESPACE_NODE *Node; in AcpiDbDumpMethodInfo() local
218 ACPI_NAMESPACE_NODE *Node) in AcpiDbDecodeNode()
457 ACPI_NAMESPACE_NODE *Node; in AcpiDbDecodeLocals() local
539 ACPI_NAMESPACE_NODE *Node; in AcpiDbDecodeArguments() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp81 pred_iterator_ty pred_begin(change_ty Node) { in pred_begin()
85 pred_iterator_ty pred_end(change_ty Node) { in pred_end()
90 pred_closure_iterator_ty pred_closure_begin(change_ty Node) { in pred_closure_begin()
94 pred_closure_iterator_ty pred_closure_end(change_ty Node) { in pred_closure_end()
99 succ_iterator_ty succ_begin(change_ty Node) { in succ_begin()
103 succ_iterator_ty succ_end(change_ty Node) { in succ_end()
108 succ_closure_iterator_ty succ_closure_begin(change_ty Node) { in succ_closure_begin()
112 succ_closure_iterator_ty succ_closure_end(change_ty Node) { in succ_closure_end()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d67 private struct Node in FreeTree() struct
69 Node*[2] kid; in FreeTree()
70 Node* sibling; in FreeTree()
71 size_t size; in FreeTree()
72 ref Node* left() { return kid[0]; } in FreeTree()
73 ref Node* right() { return kid[1]; } in FreeTree()
/netbsd-src/sys/external/bsd/acpica/dist/resources/
H A Drsxface.c107 ACPI_NAMESPACE_NODE *Node; in AcpiRsValidateParameters() local
179 ACPI_NAMESPACE_NODE *Node; in AcpiGetIrqRoutingTable() local
230 ACPI_NAMESPACE_NODE *Node; in ACPI_EXPORT_SYMBOL() local
278 ACPI_NAMESPACE_NODE *Node; in ACPI_EXPORT_SYMBOL() local
323 ACPI_NAMESPACE_NODE *Node; in ACPI_EXPORT_SYMBOL() local
378 ACPI_NAMESPACE_NODE *Node; in ACPI_EXPORT_SYMBOL() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h33 CharSourceRange getExtendedRange(const T &Node, tok::TokenKind Next, in getExtendedRange()
51 StringRef getText(const T &Node, const ASTContext &Context) { in getText()
79 StringRef getExtendedText(const T &Node, tok::TokenKind Next, in getExtendedText()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/
H A Dtreap.d15 static struct Node in Treap() struct
17 Node* left, right; in Treap()
18 E element; in Treap()
19 uint priority; in Treap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h45 const DomTreeNodeT *Node; variable
59 BlockT *Node) { in addToFrontier()
67 iterator I, BlockT *Node) { in removeFromFrontier()
82 BlockT *Node = *I++; in compareDomSet() local
110 BlockT *Node = I->first; in compare() local
161 const DomTreeNodeT *Node) { in calculate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp36 yaml::Stream &Stream, yaml::Node &Node) { in YAMLParseError()
177 Error YAMLRemarkParser::error(StringRef Message, yaml::Node &Node) { in error()
272 Expected<Type> YAMLRemarkParser::parseType(yaml::MappingNode &Node) { in parseType()
286 Expected<StringRef> YAMLRemarkParser::parseKey(yaml::KeyValueNode &Node) { in parseKey()
293 Expected<StringRef> YAMLRemarkParser::parseStr(yaml::KeyValueNode &Node) { in parseStr()
308 Expected<unsigned> YAMLRemarkParser::parseUnsigned(yaml::KeyValueNode &Node) { in parseUnsigned()
320 YAMLRemarkParser::parseDebugLoc(yaml::KeyValueNode &Node) { in parseDebugLoc()
362 Expected<Argument> YAMLRemarkParser::parseArg(yaml::Node &Node) { in parseArg()
429 Expected<StringRef> YAMLStrTabRemarkParser::parseStr(yaml::KeyValueNode &Node) { in parseStr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDDGPrinter.cpp59 std::string DDGDotGraphTraits::getNodeLabel(const DDGNode *Node, in getNodeLabel()
68 const DDGNode *Node, GraphTraits<const DDGNode *>::ChildIteratorType I, in getEdgeAttributes()
77 bool DDGDotGraphTraits::isNodeHidden(const DDGNode *Node, in isNodeHidden()
86 DDGDotGraphTraits::getSimpleNodeLabel(const DDGNode *Node, in getSimpleNodeLabel()
104 DDGDotGraphTraits::getVerboseNodeLabel(const DDGNode *Node, in getVerboseNodeLabel()

12345678910>>...14