| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 154 void VisitStmt(Stmt *Node) LLVM_ATTRIBUTE_UNUSED { in VisitStmt() 158 void VisitExpr(Expr *Node) LLVM_ATTRIBUTE_UNUSED { in VisitExpr() 178 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt() 257 void StmtPrinter::VisitNullStmt(NullStmt *Node) { in VisitNullStmt() 261 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { in VisitDeclStmt() 271 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() 277 void StmtPrinter::VisitCaseStmt(CaseStmt *Node) { in VisitCaseStmt() 289 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) { in VisitDefaultStmt() 294 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() 299 void StmtPrinter::VisitAttributedStmt(AttributedStmt *Node) { in VisitAttributedStmt() [all …]
|
| H A D | TextNodeDumper.cpp | 127 void TextNodeDumper::Visit(const Stmt *Node) { in Visit() 1392 static void dumpBasePath(raw_ostream &OS, const CastExpr *Node) { in dumpBasePath() 1417 void TextNodeDumper::VisitIfStmt(const IfStmt *Node) { in VisitIfStmt() 1434 void TextNodeDumper::VisitSwitchStmt(const SwitchStmt *Node) { in VisitSwitchStmt() 1441 void TextNodeDumper::VisitWhileStmt(const WhileStmt *Node) { in VisitWhileStmt() 1446 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() 1452 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt() 1457 void TextNodeDumper::VisitCaseStmt(const CaseStmt *Node) { in VisitCaseStmt() 1462 void clang::TextNodeDumper::VisitReturnStmt(const ReturnStmt *Node) { in VisitReturnStmt() 1470 void clang::TextNodeDumper::VisitCoawaitExpr(const CoawaitExpr *Node) { in VisitCoawaitExpr() [all …]
|
| H A D | OpenMPClause.cpp | 1817 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) { in VisitOMPIfClause() 1825 void OMPClausePrinter::VisitOMPFinalClause(OMPFinalClause *Node) { in VisitOMPFinalClause() 1831 void OMPClausePrinter::VisitOMPNumThreadsClause(OMPNumThreadsClause *Node) { in VisitOMPNumThreadsClause() 1842 void OMPClausePrinter::VisitOMPAlignClause(OMPAlignClause *Node) { in VisitOMPAlignClause() 1848 void OMPClausePrinter::VisitOMPSafelenClause(OMPSafelenClause *Node) { in VisitOMPSafelenClause() 1854 void OMPClausePrinter::VisitOMPSimdlenClause(OMPSimdlenClause *Node) { in VisitOMPSimdlenClause() 1860 void OMPClausePrinter::VisitOMPSizesClause(OMPSizesClause *Node) { in VisitOMPSizesClause() 1872 void OMPClausePrinter::VisitOMPPermutationClause(OMPPermutationClause *Node) { in VisitOMPPermutationClause() 1880 void OMPClausePrinter::VisitOMPFullClause(OMPFullClause *Node) { OS << "full"; } in VisitOMPFullClause() 1882 void OMPClausePrinter::VisitOMPPartialClause(OMPPartialClause *Node) { in VisitOMPPartialClause() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.cpp | 50 if (!verifyScalar(Node, msgpac argument 29 verifyScalar(msgpack::DocNode & Node,msgpack::Type SKind,function_ref<bool (msgpack::DocNode &)> verifyValue) verifyScalar() argument 58 verifyArray(msgpack::DocNode & Node,function_ref<bool (msgpack::DocNode &)> verifyNode,std::optional<size_t> Size) verifyArray() argument 81 __anon626506680102(msgpack::DocNode &Node) verifyScalarEntry() argument 88 __anon626506680202(msgpack::DocNode &Node) verifyIntegerEntry() argument 93 verifyKernelArgs(msgpack::DocNode & Node) verifyKernelArgs() argument 195 verifyKernel(msgpack::DocNode & Node) verifyKernel() argument 220 __anon626506680802(msgpack::DocNode &Node) verifyKernel() argument 223 __anon626506680902(msgpack::DocNode &Node) verifyKernel() argument 226 __anon626506680a02(msgpack::DocNode &Node) verifyKernel() argument 227 __anon626506680b02(msgpack::DocNode &Node) verifyKernel() argument 233 __anon626506680c02(msgpack::DocNode &Node) verifyKernel() argument 235 __anon626506680d02(msgpack::DocNode &Node) verifyKernel() argument 242 __anon626506680e02(msgpack::DocNode &Node) verifyKernel() argument 244 __anon626506680f02(msgpack::DocNode &Node) verifyKernel() argument 294 __anon626506681002(msgpack::DocNode &Node) verify() argument 297 __anon626506681102(msgpack::DocNode &Node) verify() argument 301 __anon626506681202(msgpack::DocNode &Node) verify() argument 302 __anon626506681302(msgpack::DocNode &Node) verify() argument 308 __anon626506681402(msgpack::DocNode &Node) verify() argument 309 __anon626506681502(msgpack::DocNode &Node) verify() argument [all...] |
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
| H A D | ASTDiff.h | 38 struct Node { struct 39 NodeId Parent, LeftMostDescendant, RightMostDescendant; argument 41 DynTypedNode ASTNode; argument 42 SmallVector<NodeId, 4> Children; argument 60 SyntaxTree(T *Node, ASTContext &AST) in SyntaxTree()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SpillPlacement.cpp | 72 struct SpillPlacement::Node { struct in SpillPlacement 74 BlockFrequency BiasN; 77 BlockFrequency BiasP; 82 int Value; 84 using LinkVector = SmallVector<std::pair<BlockFrequency, unsigned>, 4>; 88 LinkVector Links; 91 BlockFrequency SumLinkWeights; 94 bool preferReg() const { in preferReg() 100 bool mustSpill() const { in mustSpill() 109 void clear(BlockFrequency Threshold) { in clear() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 118 bool Visit(BinaryOpNode &binary, Node *&) override { in Visit() argument 122 bool Visit(InitialValueNode &, Node *&) override { return true; } in Visit() argument 123 bool Visit(IntegerNode &, Node *&) override { return true; } in Visit() argument 124 bool Visit(RegisterNode &, Node *&) override { return true; } in Visit() argument 136 bool Visit(UnaryOpNode &unary, Node *&) override { in Visit() argument 154 void Visit(IntegerNode &integer, Node *&) override { in Visit() argument 162 void Visit(SymbolNode &symbol, Node *&) override { in Visit() argument 181 void DWARFCodegen::Visit(BinaryOpNode &binary, Node *&) { in Visit() argument 208 void DWARFCodegen::Visit(InitialValueNode &, Node *&) { in Visit() argument 217 void DWARFCodegen::Visit(RegisterNode ®, Node *&) { in Visit() argument [all …]
|
| /freebsd/lib/libefivar/ |
| H A D | uefi-dputil.c | 168 IN CONST VOID *Node in DevicePathType() 190 IN CONST VOID *Node in DevicePathSubType() 215 IN CONST VOID *Node in DevicePathNodeLength() 241 IN CONST VOID *Node in NextDevicePathNode() 271 IN CONST VOID *Node in IsDevicePathEndType() 298 IN CONST VOID *Node in IsDevicePathEnd() 326 IN CONST VOID *Node in IsDevicePathEndInstance() 355 IN OUT VOID *Node, in SetDevicePathNodeLength() 385 OUT VOID *Node in SetDevicePathEndNode() 839 CONST EFI_DEVICE_PATH_PROTOCOL *Node; in UefiDevicePathLibIsDevicePathMultiInstance() local
|
| /freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsargs.c | 190 ACPI_NAMESPACE_NODE *Node, in AcpiDsExecuteArguments() 308 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetBufferFieldArguments() local 357 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetBankFieldArguments() local 405 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetBufferArguments() local 455 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetPackageArguments() local 506 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetRegionArguments() local
|
| H A D | dsmthdat.c | 388 ACPI_NAMESPACE_NODE **Node) in AcpiDsMethodDataGetNode() 463 ACPI_NAMESPACE_NODE *Node; in AcpiDsMethodDataSetValue() local 522 ACPI_NAMESPACE_NODE *Node; in AcpiDsMethodDataGetValue() local 634 ACPI_NAMESPACE_NODE *Node; in AcpiDsMethodDataDeleteValue() local 701 ACPI_NAMESPACE_NODE *Node; in AcpiDsStoreObjectToLocal() local 858 ACPI_NAMESPACE_NODE *Node; in AcpiDsMethodDataGetType() local
|
| /freebsd/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsobject.c | 185 ACPI_NAMESPACE_NODE *Node, in AcpiNsAttachObject() 329 ACPI_NAMESPACE_NODE *Node) in AcpiNsDetachObject() 424 ACPI_NAMESPACE_NODE *Node) in AcpiNsGetAttachedObject() 495 ACPI_NAMESPACE_NODE *Node, in AcpiNsAttachData() 562 ACPI_NAMESPACE_NODE *Node, in AcpiNsDetachData() 614 ACPI_NAMESPACE_NODE *Node, in AcpiNsGetAttachedData()
|
| H A D | nsnames.c | 179 ACPI_NAMESPACE_NODE *Node) in AcpiNsGetExternalPathname() 206 ACPI_NAMESPACE_NODE *Node) in AcpiNsGetPathnameLength() 246 ACPI_NAMESPACE_NODE *Node; in AcpiNsHandleToName() local 301 ACPI_NAMESPACE_NODE *Node; in AcpiNsHandleToPathname() local 365 ACPI_NAMESPACE_NODE *Node, in AcpiNsBuildNormalizedPath() 483 ACPI_NAMESPACE_NODE *Node, in AcpiNsGetNormalizedPathname()
|
| H A D | nsxfobj.c | 182 ACPI_NAMESPACE_NODE *Node; in AcpiGetType() local 244 ACPI_NAMESPACE_NODE *Node; in ACPI_EXPORT_SYMBOL() local 324 ACPI_NAMESPACE_NODE *Node; in ACPI_EXPORT_SYMBOL() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.cpp | 50 while (std::optional<MarkupNode> Node = Parser.nextNode()) { in filter() local 60 for (const MarkupNode &Node : DeferredNodes) in filter() local 66 while (std::optional<MarkupNode> Node = Parser.nextNode()) in finish() local 83 const MarkupNode &Node, const SmallVector<MarkupNode> &DeferredNodes) { in tryContextualElement() 91 bool MarkupFilter::tryMMap(const MarkupNode &Node, in tryMMap() 113 for (const MarkupNode &Node : DeferredNodes) in tryMMap() local 122 bool MarkupFilter::tryReset(const MarkupNode &Node, in tryReset() 131 for (const MarkupNode &Node : DeferredNodes) in tryReset() local 142 bool MarkupFilter::tryModule(const MarkupNode &Node, in tryModule() 160 for (const MarkupNode &Node : DeferredNodes) in tryModule() local [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 59 if (auto *Node = List.dyn_cast<DeclListNode*>()) { in erase_if() local 73 DeclListNode *Node = cast<DeclListNode *>(*NewLast); in erase_if() local 198 DeclListNode *Node = C.AllocateDeclListNode(Decls[I - 1]); in replaceExternalDecls() local 209 DeclListNode *Node = C.AllocateDeclListNode(cast<NamedDecl *>(*Tail)); in replaceExternalDecls() local 238 DeclListNode *Node = C.AllocateDeclListNode(OldD); in addOrReplaceDecl() local 262 DeclListNode *Node = C.AllocateDeclListNode(ND); in addOrReplaceDecl() local 278 DeclListNode *Node = C.AllocateDeclListNode(D); in prependDeclNoReplace() local 291 if (auto *Node = D.dyn_cast<DeclListNode*>()) { in dump() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | AllocatorList.h | 34 struct Node : ilist_node<Node> { struct 37 Node &operator=(Node &&) = delete; argument 38 Node &operator=(const Node &) = delete; argument 40 Node(T &&V) : V(std::move(V)) {} in Node() argument 41 Node(const T &V) : V(V) {} in Node() argument 42 template <class... Ts> Node(Ts &&... Vs) : V(std::forward<Ts>(Vs)...) {} in Node() argument 46 using list_type = simple_ilist<Node>; argument
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 284 SDNode *Node = DAG.UpdateNodeOperands(Op.getNode(), Ops); in LegalizeOp() local 596 bool VectorLegalizer::LowerOperationWrapper(SDNode *Node, in LowerOperationWrapper() 625 void VectorLegalizer::PromoteSETCC(SDNode *Node, in PromoteSETCC() 650 void VectorLegalizer::PromoteSTRICT(SDNode *Node, in PromoteSTRICT() 691 void VectorLegalizer::PromoteFloatVECREDUCE(SDNode *Node, in PromoteFloatVECREDUCE() 709 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote() 821 void VectorLegalizer::PromoteINT_TO_FP(SDNode *Node, in PromoteINT_TO_FP() 862 void VectorLegalizer::PromoteFP_TO_INT(SDNode *Node, in PromoteFP_TO_INT() 918 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand() 1325 SDValue VectorLegalizer::ExpandSELECT(SDNode *Node) { in ExpandSELECT() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 79 pred_iterator_ty pred_begin(change_ty Node) { in pred_begin() 83 pred_iterator_ty pred_end(change_ty Node) { in pred_end() 88 pred_closure_iterator_ty pred_closure_begin(change_ty Node) { in pred_closure_begin() 92 pred_closure_iterator_ty pred_closure_end(change_ty Node) { in pred_closure_end() 97 succ_iterator_ty succ_begin(change_ty Node) { in succ_begin() 101 succ_iterator_ty succ_end(change_ty Node) { in succ_end() 106 succ_closure_iterator_ty succ_closure_begin(change_ty Node) { in succ_closure_begin() 110 succ_closure_iterator_ty succ_closure_end(change_ty Node) { in succ_closure_end()
|
| H A D | UnicodeNameToCodepoint.cpp | 31 struct Node { struct 38 const Node *Parent = nullptr; argument 32 IsRootllvm::sys::unicode::Node global() argument 33 Valuellvm::sys::unicode::Node global() argument 34 ChildrenOffsetllvm::sys::unicode::Node global() argument 35 HasSiblingllvm::sys::unicode::Node global() argument 36 Sizellvm::sys::unicode::Node global() argument 37 Namellvm::sys::unicode::Node global() argument 40 isValidllvm::sys::unicode::Node isValid() argument 43 hasChildrenllvm::sys::unicode::Node hasChildren() argument 45 fullNamellvm::sys::unicode::Node fullName() argument 385 Node Node; nameToCodepoint() local 432 __anonef2277cc0302(const Node &Node, uint32_t Distance, char32_t Value) nearestMatchesForCodepointName() argument [all...] |
| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbobject.c | 190 ACPI_NAMESPACE_NODE *Node; in AcpiDbDumpMethodInfo() local 326 ACPI_NAMESPACE_NODE *Node) in AcpiDbDecodeNode() 565 ACPI_NAMESPACE_NODE *Node; in AcpiDbDecodeLocals() local 647 ACPI_NAMESPACE_NODE *Node; in AcpiDbDecodeArguments() local
|
| /freebsd/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsxface.c | 215 ACPI_NAMESPACE_NODE *Node; in AcpiRsValidateParameters() local 287 ACPI_NAMESPACE_NODE *Node; in AcpiGetIrqRoutingTable() local 338 ACPI_NAMESPACE_NODE *Node; in ACPI_EXPORT_SYMBOL() local 386 ACPI_NAMESPACE_NODE *Node; in ACPI_EXPORT_SYMBOL() local 431 ACPI_NAMESPACE_NODE *Node; in ACPI_EXPORT_SYMBOL() local 486 ACPI_NAMESPACE_NODE *Node; in ACPI_EXPORT_SYMBOL() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkParser.cpp | 38 yaml::Stream &Stream, yaml::Node &Node) { in YAMLParseError() 151 Error YAMLRemarkParser::error(StringRef Message, yaml::Node &Node) { in error() 246 Expected<Type> YAMLRemarkParser::parseType(yaml::MappingNode &Node) { in parseType() 260 Expected<StringRef> YAMLRemarkParser::parseKey(yaml::KeyValueNode &Node) { in parseKey() 267 Expected<StringRef> YAMLRemarkParser::parseStr(yaml::KeyValueNode &Node) { in parseStr() 286 Expected<unsigned> YAMLRemarkParser::parseUnsigned(yaml::KeyValueNode &Node) { in parseUnsigned() 298 YAMLRemarkParser::parseDebugLoc(yaml::KeyValueNode &Node) { in parseDebugLoc() 340 Expected<Argument> YAMLRemarkParser::parseArg(yaml::Node &Node) { in parseArg()
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibtracert.c | 76 typedef struct Node Node; typedef 100 struct Node { struct 101 Node *htnext; argument 102 Node *dnext; argument 109 Node *upnode; argument 115 Node *nodesdist[MAXHOPS]; argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DDGPrinter.cpp | 59 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()
|
| /freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/ |
| H A D | WindowsManifestMerger.cpp | 94 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() 122 static xmlNsPtr search(const unsigned char *HRef, xmlNodePtr Node) { in search() 150 xmlNodePtr Node) { in searchOrDefine() 175 xmlNodePtr Node) { in getNamespaceWithPrefix() 189 static xmlNsPtr getClosestDefault(xmlNodePtr Node) { in getClosestDefault() 286 static bool hasInheritedNs(xmlNodePtr Node) { in hasInheritedNs() 292 static bool hasInheritedDefaultNs(xmlNodePtr Node) { in hasInheritedDefaultNs() 297 static bool hasDefinedDefaultNamespace(xmlNodePtr Node) { in hasDefinedDefaultNamespace() 306 static void explicateNamespace(xmlNsPtr PrefixDef, xmlNodePtr Node) { in explicateNamespace() 478 static bool hasRecognizedNamespace(xmlNodePtr Node) { in hasRecognizedNamespace() [all …]
|