| /freebsd-12.1/contrib/one-true-awk/ |
| H A D | proto.h | 73 extern Node *node2(int, Node *, Node *); 74 extern Node *node3(int, Node *, Node *, Node *); 75 extern Node *node4(int, Node *, Node *, Node *, Node *); 76 extern Node *stat3(int, Node *, Node *, Node *); 77 extern Node *op2(int, Node *, Node *); 80 extern Node *op3(int, Node *, Node *, Node *); 81 extern Node *op4(int, Node *, Node *, Node *, Node *); 82 extern Node *stat2(int, Node *, Node *); 83 extern Node *stat4(int, Node *, Node *, Node *, Node *); 87 extern Node *pa2stat(Node *, Node *, Node *); [all …]
|
| H A D | parse.c | 60 Node *node2(int a, Node *b, Node *c) in node2() 71 Node *node3(int a, Node *b, Node *c, Node *d) in node3() 83 Node *node4(int a, Node *b, Node *c, Node *d, Node *e) in node4() 105 Node *stat2(int a, Node *b, Node *c) in stat2() 114 Node *stat3(int a, Node *b, Node *c, Node *d) in stat3() 123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4() 141 Node *op2(int a, Node *b, Node *c) in op2() 150 Node *op3(int a, Node *b, Node *c, Node *d) in op3() 159 Node *op4(int a, Node *b, Node *c, Node *d, Node *e) in op4() 206 Node *pa2stat(Node *a, Node *b, Node *c) /* pat, pat {...} */ in pa2stat() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 214 if (Node->getRHS()) { in VisitCaseStmt() 285 if (Node->getInit()) in VisitSwitchStmt() 323 if (Node->getInit()) in VisitForStmt() 327 if (Node->getCond()) in VisitForStmt() 330 if (Node->getInc()) { in VisitForStmt() 352 if (Node->getInit()) in VisitCXXForRangeStmt() 421 if (Node->getNumOutputs() != 0 || Node->getNumInputs() != 0 || in VisitGCCAsmStmt() 442 if (Node->getNumInputs() != 0 || Node->getNumClobbers() != 0) in VisitGCCAsmStmt() 973 else if (Node->isObjectReceiver() && Node->getBase()) { in VisitObjCPropertyRefExpr() 976 } else if (Node->isClassReceiver() && Node->getClassReceiver()) { in VisitObjCPropertyRefExpr() [all …]
|
| H A D | TextNodeDumper.cpp | 113 if (!Node) { in Visit() 122 dumpPointer(Node); in Visit() 602 if (Node->path_empty()) in dumpBasePath() 662 if (Node->usesADL()) in VisitCallExpr() 672 dumpBasePath(OS, Node); in VisitCastExpr() 677 VisitCastExpr(Node); in VisitImplicitCastExpr() 685 if (Node->getDecl() != Node->getFoundDecl()) { in VisitDeclRefExpr() 787 OS << " " << (Node->isArrow() ? "->" : ".") << *Node->getMemberDecl(); in VisitMemberExpr() 865 if (Node->isArray()) in VisitCXXNewExpr() 906 OS << " " << (Node->isArrow() ? "->" : ".") << Node->getMember(); in VisitCXXDependentScopeMemberExpr() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.cpp | 24 msgpack::Node &Node, msgpack::ScalarNode::ScalarKind SKind, in verifyScalar() argument 49 bool MetadataVerifier::verifyInteger(msgpack::Node &Node) { in verifyInteger() argument 57 msgpack::Node &Node, function_ref<bool(msgpack::Node &)> verifyNode, in verifyArray() argument 233 [this](msgpack::Node &Node) { return verifyInteger(Node); }, 2); in verifyKernel() argument 237 return verifyArray(Node, [this](msgpack::Node &Node) { in verifyKernel() argument 243 [this](msgpack::Node &Node) { in verifyKernel() argument 252 [this](msgpack::Node &Node) { in verifyKernel() argument 300 [this](msgpack::Node &Node) { return verifyInteger(Node); }, 2); in verify() argument 305 return verifyArray(Node, [this](msgpack::Node &Node) { in verify() argument 311 [this](msgpack::Node &Node) { in verify() argument [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsobject.c | 200 if (!Node) in AcpiNsAttachObject() 222 Node, AcpiUtGetDescriptorName (Node))); in AcpiNsAttachObject() 232 Object, Node)); in AcpiNsAttachObject() 274 ObjDesc, Node, AcpiUtGetNodeName (Node))); in AcpiNsAttachObject() 278 if (Node->Object) in AcpiNsAttachObject() 307 Node->Object = ObjDesc; in AcpiNsAttachObject() 357 Node->Object = NULL; in AcpiNsDetachObject() 369 Node->Object = Node->Object->Common.NextObject; in AcpiNsDetachObject() 388 Node, AcpiUtGetNodeName (Node), ObjDesc)); in AcpiNsDetachObject() 417 if (!Node) in AcpiNsGetAttachedObject() [all …]
|
| H A D | nsalloc.c | 187 if (!Node) in AcpiNsCreateNode() 203 Node->Name.Integer = Name; in AcpiNsCreateNode() 205 return_PTR (Node); in AcpiNsCreateNode() 237 AcpiNsDetachObject (Node); in AcpiNsDeleteNode() 245 ObjDesc = Node->Object; in AcpiNsDeleteNode() 302 ParentNode = Node->Parent; in AcpiNsRemoveNode() 309 while (NextNode != Node) in AcpiNsRemoveNode() 332 AcpiNsDeleteNode (Node); in AcpiNsRemoveNode() 395 Node->Peer = NULL; in AcpiNsInstallNode() 417 Node->OwnerId = OwnerId; in AcpiNsInstallNode() [all …]
|
| H A D | nsnames.c | 185 ACPI_NAMESPACE_NODE *Node) in AcpiNsGetExternalPathname() argument 212 ACPI_NAMESPACE_NODE *Node) in AcpiNsGetPathnameLength() argument 223 Node, ACPI_GET_DESCRIPTOR_TYPE (Node))); in AcpiNsGetPathnameLength() 252 ACPI_NAMESPACE_NODE *Node; in AcpiNsHandleToName() local 260 if (!Node) in AcpiNsHandleToName() 307 ACPI_NAMESPACE_NODE *Node; in AcpiNsHandleToPathname() local 315 if (!Node) in AcpiNsHandleToPathname() 371 ACPI_NAMESPACE_NODE *Node, in AcpiNsBuildNormalizedPath() argument 404 if (!Node) in AcpiNsBuildNormalizedPath() 409 NextNode = Node; in AcpiNsBuildNormalizedPath() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 874 NestedName(Node *Qual_, Node *Name_) in NestedName() 892 LocalName(Node *Encoding_, Node *Entity_) in LocalName() 1518 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_) in ConditionalExpr() 1787 BracedRangeExpr(const Node *First_, const Node *Last_, const Node *Init_) in BracedRangeExpr() 2190 Node **data = new (mem) Node *[sz]; in makeNodeArray() 2304 Node *parseAbiTags(Node *N); 2405 Node * 2422 Node * 2453 Node * 2549 Node * [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsargs.c | 247 Op->Common.Node = Node; in AcpiDsExecuteArguments() 323 Node = ObjDesc->BufferField.Node; in AcpiDsGetBufferFieldArguments() 333 Status = AcpiDsExecuteArguments (Node, Node->Parent, in AcpiDsGetBufferFieldArguments() 372 Node = ObjDesc->BankField.Node; in AcpiDsGetBankFieldArguments() 382 Status = AcpiDsExecuteArguments (Node, Node->Parent, in AcpiDsGetBankFieldArguments() 419 Node = ObjDesc->Buffer.Node; in AcpiDsGetBufferArguments() 420 if (!Node) in AcpiDsGetBufferArguments() 432 Status = AcpiDsExecuteArguments (Node, Node, in AcpiDsGetBufferArguments() 469 Node = ObjDesc->Package.Node; in AcpiDsGetPackageArguments() 482 Status = AcpiDsExecuteArguments (Node, Node, in AcpiDsGetPackageArguments() [all …]
|
| H A D | dswload2.c | 259 Node = NULL; in AcpiDsLoad2BeginOp() 271 WalkState, &(Node)); in AcpiDsLoad2BeginOp() 280 Node = Op->Named.Node; in AcpiDsLoad2BeginOp() 322 switch (Node->Type) in AcpiDsLoad2BeginOp() 348 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type))); in AcpiDsLoad2BeginOp() 375 AcpiUtGetTypeName (Node->Type), AcpiUtGetNodeName (Node))); in AcpiDsLoad2BeginOp() 389 Node = Op->Common.Node; in AcpiDsLoad2BeginOp() 469 AcpiUtGetNodeName (Node), Node)); in AcpiDsLoad2BeginOp() 493 if (Node) in AcpiDsLoad2BeginOp() 504 Op->Common.Node = Node; in AcpiDsLoad2BeginOp() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 162 void Visit(const Stmt *Node); 222 void VisitIfStmt(const IfStmt *Node); 223 void VisitSwitchStmt(const SwitchStmt *Node); 224 void VisitWhileStmt(const WhileStmt *Node); 225 void VisitLabelStmt(const LabelStmt *Node); 226 void VisitGotoStmt(const GotoStmt *Node); 227 void VisitCaseStmt(const CaseStmt *Node); 228 void VisitCallExpr(const CallExpr *Node); 229 void VisitCastExpr(const CastExpr *Node); 241 void VisitMemberExpr(const MemberExpr *Node); [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 641 return Node.isMain(); in AST_MATCHER() 3185 return (!Node.isNull() && Node->isAnyPointerType() && in AST_MATCHER_P() 3227 return (!Node.isNull() && Node->isReferenceType() && in AST_MATCHER_P() 3245 if (Node.isNull()) in AST_MATCHER_P() 3542 return std::distance(Node.decl_begin(), Node.decl_end()) == (ptrdiff_t)N; in AST_MATCHER_P() 4155 Predicate.Node = ast_type_traits::DynTypedNode::create(Node); in AST_POLYMORPHIC_MATCHER_P() 4303 .matchesNode(Node); 4312 .matchesNode(Node); 4336 return Name == Node.getOpcodeStr(Node.getOpcode()); in AST_POLYMORPHIC_MATCHER_P() 5853 return Node && Node.getNestedNameSpecifier()->getAsType() && in AST_MATCHER_P() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepotbase.h | 40 static Node *find(Node *s, args_type args, u32 hash); 61 Node *StackDepotBase<Node, kReservedBits, kTabSizeLog>::find(Node *s, in find() 74 Node *StackDepotBase<Node, kReservedBits, kTabSizeLog>::lock( in lock() 81 return (Node *)cmp; in lock() 91 atomic_uintptr_t *p, Node *s) { in unlock() 102 uptr h = Node::hash(args); in Put() 105 Node *s = (Node *)(v & ~1); in Put() 107 Node *node = find(s, args, h); in Put() 110 Node *s2 = lock(p); in Put() 150 Node *s = (Node *)(v & ~1); in Get() [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslload.c | 341 Child->Asl.Node = Node; in LdLoadFieldElements() 389 WalkState, &Node); in LdLoadResourceElements() 406 Node->Op = Op; in LdLoadResourceElements() 407 Op->Asl.Node = Node; in LdLoadResourceElements() 433 InitializerOp->Asl.Node = Node; in LdLoadResourceElements() 516 Arg->Asl.Node = Node; in LdNamespace1Begin() 534 if (Op->Asl.Node) in LdNamespace1Begin() 963 Op->Asl.Node = Node; in LdNamespace1Begin() 964 Node->Op = Op; in LdNamespace1Begin() 1028 Node = Op->Asl.Node; in LdNamespace2Begin() [all …]
|
| H A D | aslxrefout.c | 362 Node = Op->Asl.Node; in OtXrefWalkPart1() 462 Node = NextOp->Asl.Node; /* Region node */ in OtXrefWalkPart1() 490 AcpiUtGetTypeName (Op->Asl.Node->Type), Op->Asl.Node->ArgCount); in OtXrefWalkPart1() 534 if (!Op->Asl.Node) in OtXrefAnalysisWalkPart1() 597 if (!Op->Asl.Node || in OtXrefWalkPart2() 611 Node = Op->Asl.Node; in OtXrefWalkPart2() 617 AcpiUtGetTypeName (Node->Type), Node->ArgCount); in OtXrefWalkPart2() 678 if (Op->Asl.Node != XrefInfo->MethodOp->Asl.Node) in OtXrefAnalysisWalkPart2() 777 Node = Op->Asl.Node; in OtXrefWalkPart3() 834 if (!Op->Asl.Node) in OtXrefAnalysisWalkPart3() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LazyCallGraph.h | 114 class Node; 327 class Node { 697 Node &SourceN, Node &TargetN, 739 void switchOutgoingEdgeToRef(Node &SourceN, Node &TargetN); 753 void insertInternalRefEdge(Node &SourceN, Node &TargetN); 801 void removeOutgoingEdge(Node &SourceN, Node &TargetN); 853 void insertTrivialCallEdge(Node &SourceN, Node &TargetN); 864 void insertTrivialRefEdge(Node &SourceN, Node &TargetN); 1020 void insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK); 1028 void removeEdge(Node &SourceN, Node &TargetN); [all …]
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 471 SDLoc dl(Node); in LegalizeStoreOps() 653 SDLoc dl(Node); in LegalizeLoadOps() 1380 SDLoc dl(Node); in ExpandVectorBuildThroughStack() 1489 SDLoc DL(Node); in ExpandFCOPYSIGN() 1545 SDLoc DL(Node); in ExpandFABS() 1570 SDLoc dl(Node); in ExpandDYNAMIC_STACKALLOC() 2100 Entry.Node = Node->getOperand(i); in ExpandChainLibCall() 2131 Node = DAG.mutateStrictFPToFP(Node); in ExpandFPLibCall() 2287 Entry.Node = Node->getOperand(0); in ExpandSinCosLibCall() 2723 Node->getOperand(0), Node->getOperand(1), Zero, Zero, in ExpandNode() [all …]
|
| H A D | ScheduleDAGSDNodes.h | 65 static bool isPassiveNode(SDNode *Node) { in isPassiveNode() argument 66 if (isa<ConstantSDNode>(Node)) return true; in isPassiveNode() 67 if (isa<ConstantFPSDNode>(Node)) return true; in isPassiveNode() 68 if (isa<RegisterSDNode>(Node)) return true; in isPassiveNode() 69 if (isa<RegisterMaskSDNode>(Node)) return true; in isPassiveNode() 70 if (isa<GlobalAddressSDNode>(Node)) return true; in isPassiveNode() 79 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode() 80 isa<MDNodeSDNode>(Node)) return true; in isPassiveNode() 140 const SDNode *Node; variable 156 return Node; in GetNode() [all …]
|
| H A D | InstrEmitter.cpp | 46 unsigned N = Node->getNumValues(); in CountResults() 92 SDValue Op(Node, ResNo); in EmitCopyFromReg() 182 SDValue Op(Node, ResNo); in EmitCopyFromReg() 194 if (!Node->hasOneUse()) in getDstOfOnlyCopyToRegUse() 272 SDValue Op(Node, i); in CreateVirtualRegisters() 615 SDValue Op(Node, 0); in EmitSubregNode() 638 SDValue Op(Node, 0); in EmitCopyToRegClassNode() 686 SDValue Op(Node, 0); in EmitRegSequence() 960 if (Node->getValueType(Node->getNumValues()-1) == MVT::Glue) { in EmitMachineNode() 998 switch (Node->getOpcode()) { in EmitSpecialNode() [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbcmds.c | 176 ACPI_NAMESPACE_NODE *Node, 237 Node, AcpiUtGetDescriptorName (Node)); in AcpiDbConvertToNode() 248 if (!Node) in AcpiDbConvertToNode() 257 return (Node); in AcpiDbConvertToNode() 548 if (!Node) in AcpiDbUnloadAcpiTable() 557 ObjectName, Node); in AcpiDbUnloadAcpiTable() 593 if (!Node) in AcpiDbSendNotify() 613 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type)); in AcpiDbSendNotify() 733 if (!Node || (Node == AcpiGbl_RootNode)) in AcpiDbDisplayTemplate() 1275 if (Node) in AcpiDbDisplayResources() [all …]
|
| H A D | dbobject.c | 190 ACPI_NAMESPACE_NODE *Node; in AcpiDbDumpMethodInfo() local 193 Node = WalkState->MethodNode; in AcpiDbDumpMethodInfo() 197 if (Node == AcpiGbl_RootNode) in AcpiDbDumpMethodInfo() 341 switch (Node->Type) in AcpiDbDecodeNode() 569 Node = WalkState->MethodNode; in AcpiDbDecodeLocals() 574 if (Node == AcpiGbl_RootNode) in AcpiDbDecodeLocals() 579 if (!Node) in AcpiDbDecodeLocals() 652 Node = WalkState->MethodNode; in AcpiDbDecodeArguments() 657 if (Node == AcpiGbl_RootNode) in AcpiDbDecodeArguments() 662 if (!Node) in AcpiDbDecodeArguments() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/WindowsManifest/ |
| H A D | WindowsManifestMerger.cpp | 133 if (Node->parent) { in search() 181 if (Node == nullptr) in getNamespaceWithPrefix() 292 return Node->ns && Node->ns != getNamespaceWithPrefix(Node->ns->prefix, Node); in hasInheritedNs() 298 return hasInheritedNs(Node) && Node->ns->prefix == nullptr; in hasInheritedDefaultNs() 303 return Node->ns && (Node->ns == getNamespaceWithPrefix(nullptr, Node)); in hasDefinedDefaultNamespace() 317 if (Node->ns && xmlStringsEqual(Node->ns->href, PrefixDef->href) && in explicateNamespace() 319 Node->ns = PrefixDef; in explicateNamespace() 490 if (!Node) { in reconcileNamespaces() 494 Expected<xmlNsPtr> ExplicitOrError = searchOrDefine(Node->ns->href, Node); in reconcileNamespaces() 499 Node->ns = Explicit; in reconcileNamespaces() [all …]
|
| /freebsd-12.1/lib/libefivar/ |
| H A D | uefi-dputil.c | 214 IN CONST VOID *Node in DevicePathType() argument 217 ASSERT (Node != NULL); in DevicePathType() 237 IN CONST VOID *Node in DevicePathSubType() argument 240 ASSERT (Node != NULL); in DevicePathSubType() 262 IN CONST VOID *Node in DevicePathNodeLength() argument 265 ASSERT (Node != NULL); in DevicePathNodeLength() 287 IN CONST VOID *Node in NextDevicePathNode() argument 317 IN CONST VOID *Node in IsDevicePathEndType() argument 344 IN CONST VOID *Node in IsDevicePathEnd() argument 370 OUT VOID *Node in SetDevicePathEndNode() argument [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | YAMLParser.h | 63 class Node; variable 114 class Node { 133 Node(const Node &) = delete; 179 ~Node() = default; 292 Node *getKey(); 299 Node *getValue(); 314 Node *Key = nullptr; 513 Node *getTarget(); 535 Node *getRoot() { in getRoot() 544 friend class Node; [all …]
|