| /freebsd-10-stable/contrib/one-true-awk/ |
| D | proto.h | 27 extern int constnode(Node *); 28 extern char *strnode(Node *); 29 extern Node *notnull(Node *); 44 extern void penter(Node *); 45 extern void freetr(Node *); 50 extern void cfoll(fa *, Node *); 51 extern int first(Node *); 52 extern void follow(Node *); 57 extern Node *reparse(const char *); 58 extern Node *regexp(void); [all …]
|
| D | parse.c | 32 Node *nodealloc(int n) in nodealloc() 34 Node *x; in nodealloc() 36 x = (Node *) malloc(sizeof(Node) + (n-1)*sizeof(Node *)); in nodealloc() 44 Node *exptostat(Node *a) in exptostat() 50 Node *node1(int a, Node *b) in node1() 52 Node *x; in node1() 60 Node *node2(int a, Node *b, Node *c) in node2() 62 Node *x; in node2() 71 Node *node3(int a, Node *b, Node *c, Node *d) in node3() 73 Node *x; in node3() [all …]
|
| /freebsd-10-stable/contrib/groff/doc/ |
| D | groff | 33 Node: Top1019 34 Node: Introduction2325 35 Node: What Is groff?2800 36 Node: What Is groff?-Footnotes4312 38 Node: History4418 39 Node: groff Capabilities9373 40 Node: Macro Package Intro10564 41 Node: Preprocessor Intro11192 42 Node: Output device intro12694 43 Node: Credits13164 [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | StmtPrinter.cpp | 93 void VisitStmt(Stmt *Node) LLVM_ATTRIBUTE_UNUSED { in VisitStmt() argument 96 void VisitExpr(Expr *Node) LLVM_ATTRIBUTE_UNUSED { in VisitExpr() argument 99 void VisitCXXNamedCastExpr(CXXNamedCastExpr *Node); 103 void Visit##CLASS(CLASS *Node); 114 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt() argument 116 for (CompoundStmt::body_iterator I = Node->body_begin(), E = Node->body_end(); in PrintRawCompoundStmt() 136 void StmtPrinter::VisitNullStmt(NullStmt *Node) { in VisitNullStmt() argument 140 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { in VisitDeclStmt() argument 142 PrintRawDeclStmt(Node); in VisitDeclStmt() 146 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() argument [all …]
|
| D | ASTDumper.cpp | 186 void dumpBareDeclRef(const Decl *Node); 187 void dumpDeclRef(const Decl *Node, const char *Label = 0); 263 void VisitStmt(const Stmt *Node); 264 void VisitDeclStmt(const DeclStmt *Node); 265 void VisitAttributedStmt(const AttributedStmt *Node); 266 void VisitLabelStmt(const LabelStmt *Node); 267 void VisitGotoStmt(const GotoStmt *Node); 268 void VisitCXXCatchStmt(const CXXCatchStmt *Node); 271 void VisitExpr(const Expr *Node); 272 void VisitCastExpr(const CastExpr *Node); [all …]
|
| /freebsd-10-stable/sys/contrib/dev/acpica/components/namespace/ |
| D | nsobject.c | 77 ACPI_NAMESPACE_NODE *Node, in AcpiNsAttachObject() argument 92 if (!Node) in AcpiNsAttachObject() 109 if (ACPI_GET_DESCRIPTOR_TYPE (Node) != ACPI_DESC_TYPE_NAMED) in AcpiNsAttachObject() 114 Node, AcpiUtGetDescriptorName (Node))); in AcpiNsAttachObject() 120 if (Node->Object == Object) in AcpiNsAttachObject() 124 Object, Node)); in AcpiNsAttachObject() 166 ObjDesc, Node, AcpiUtGetNodeName (Node))); in AcpiNsAttachObject() 170 if (Node->Object) in AcpiNsAttachObject() 172 AcpiNsDetachObject (Node); in AcpiNsAttachObject() 195 LastObjDesc->Common.NextObject = Node->Object; in AcpiNsAttachObject() [all …]
|
| D | nsalloc.c | 69 ACPI_NAMESPACE_NODE *Node; in AcpiNsCreateNode() local 78 Node = AcpiOsAcquireObject (AcpiGbl_NamespaceCache); in AcpiNsCreateNode() 79 if (!Node) in AcpiNsCreateNode() 95 Node->Name.Integer = Name; in AcpiNsCreateNode() 96 ACPI_SET_DESCRIPTOR_TYPE (Node, ACPI_DESC_TYPE_NAMED); in AcpiNsCreateNode() 97 return_PTR (Node); in AcpiNsCreateNode() 118 ACPI_NAMESPACE_NODE *Node) in AcpiNsDeleteNode() argument 129 AcpiNsDetachObject (Node); in AcpiNsDeleteNode() 137 ObjDesc = Node->Object; in AcpiNsDeleteNode() 145 ObjDesc->Data.Handler (Node, ObjDesc->Data.Pointer); in AcpiNsDeleteNode() [all …]
|
| D | nssearch.c | 60 ACPI_NAMESPACE_NODE *Node, 104 ACPI_NAMESPACE_NODE *Node; in AcpiNsSearchOneScope() local 132 Node = ParentNode->Child; in AcpiNsSearchOneScope() 133 while (Node) in AcpiNsSearchOneScope() 137 if (Node->Name.Integer == TargetName) in AcpiNsSearchOneScope() 141 if (AcpiNsGetType (Node) == ACPI_TYPE_LOCAL_METHOD_ALIAS) in AcpiNsSearchOneScope() 143 Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Node->Object); in AcpiNsSearchOneScope() 151 AcpiUtGetTypeName (Node->Type), in AcpiNsSearchOneScope() 152 Node, AcpiUtGetNodeName (ParentNode), ParentNode)); in AcpiNsSearchOneScope() 154 *ReturnNode = Node; in AcpiNsSearchOneScope() [all …]
|
| D | nsnames.c | 71 ACPI_NAMESPACE_NODE *Node) in AcpiNsGetExternalPathname() argument 76 ACPI_FUNCTION_TRACE_PTR (NsGetExternalPathname, Node); in AcpiNsGetExternalPathname() 79 NameBuffer = AcpiNsGetNormalizedPathname (Node, FALSE); in AcpiNsGetExternalPathname() 98 ACPI_NAMESPACE_NODE *Node) in AcpiNsGetPathnameLength() argument 106 Size = AcpiNsBuildNormalizedPath (Node, NULL, 0, FALSE); in AcpiNsGetPathnameLength() 134 ACPI_NAMESPACE_NODE *Node; in AcpiNsHandleToPathname() local 141 Node = AcpiNsValidateHandle (TargetHandle); in AcpiNsHandleToPathname() 142 if (!Node) in AcpiNsHandleToPathname() 149 RequiredSize = AcpiNsBuildNormalizedPath (Node, NULL, 0, NoTrailing); in AcpiNsHandleToPathname() 165 (void) AcpiNsBuildNormalizedPath (Node, Buffer->Pointer, in AcpiNsHandleToPathname() [all …]
|
| /freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher/ |
| D | dsargs.c | 59 ACPI_NAMESPACE_NODE *Node, 82 ACPI_NAMESPACE_NODE *Node, in AcpiDsExecuteArguments() argument 105 Op->Common.Node = ScopeNode; in AcpiDsExecuteArguments() 127 WalkState->DeferredNode = Node; in AcpiDsExecuteArguments() 139 Op->Common.Node = Node; in AcpiDsExecuteArguments() 150 Op->Common.Node = ScopeNode; in AcpiDsExecuteArguments() 173 WalkState->DeferredNode = Node; in AcpiDsExecuteArguments() 200 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetBufferFieldArguments() local 215 Node = ObjDesc->BufferField.Node; in AcpiDsGetBufferFieldArguments() 218 ACPI_TYPE_BUFFER_FIELD, Node, NULL)); in AcpiDsGetBufferFieldArguments() [all …]
|
| D | dswload2.c | 76 ACPI_NAMESPACE_NODE *Node; in AcpiDsLoad2BeginOp() local 151 Node = NULL; in AcpiDsLoad2BeginOp() 163 WalkState, &(Node)); in AcpiDsLoad2BeginOp() 170 if (Op && (Op->Named.Node == AcpiGbl_RootNode)) in AcpiDsLoad2BeginOp() 172 Node = Op->Named.Node; in AcpiDsLoad2BeginOp() 174 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState); in AcpiDsLoad2BeginOp() 189 WalkState, &(Node)); in AcpiDsLoad2BeginOp() 212 switch (Node->Type) in AcpiDsLoad2BeginOp() 238 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type))); in AcpiDsLoad2BeginOp() 240 Node->Type = ACPI_TYPE_ANY; in AcpiDsLoad2BeginOp() [all …]
|
| D | dswload.c | 152 ACPI_NAMESPACE_NODE *Node; in AcpiDsLoad1BeginOp() local 177 if (Op->Common.Node) in AcpiDsLoad1BeginOp() 203 ACPI_IMODE_EXECUTE, ACPI_NS_SEARCH_PARENT, WalkState, &(Node)); in AcpiDsLoad1BeginOp() 215 WalkState, &Node); in AcpiDsLoad1BeginOp() 228 switch (Node->Type) in AcpiDsLoad1BeginOp() 256 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type))); in AcpiDsLoad1BeginOp() 258 Node->Type = ACPI_TYPE_ANY; in AcpiDsLoad1BeginOp() 267 if ((Node == AcpiGbl_RootNode) && in AcpiDsLoad1BeginOp() 282 AcpiUtGetTypeName (Node->Type), AcpiUtGetNodeName (Node))); in AcpiDsLoad1BeginOp() 309 Node = WalkState->DeferredNode; in AcpiDsLoad1BeginOp() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 279 return Node.getAccess() == AS_public; in AST_MATCHER() 295 return Node.getAccess() == AS_protected; in AST_MATCHER() 311 return Node.getAccess() == AS_private; in AST_MATCHER() 328 llvm::ArrayRef<TemplateArgument> List = Node.getTemplateArgs().asArray(); in AST_MATCHER_P() 360 return InnerMatcher.matches(*Node.IgnoreImpCasts(), Finder, Builder); in AST_MATCHER_P() 381 return InnerMatcher.matches(*Node.IgnoreParenCasts(), Finder, Builder); in AST_MATCHER_P() 407 return InnerMatcher.matches(*Node.IgnoreParenImpCasts(), Finder, Builder); in AST_MATCHER_P() 424 const TemplateArgumentList &List = Node.getTemplateArgs(); in AST_MATCHER_P2() 443 if (Node.getKind() != TemplateArgument::Type) in AST_MATCHER_P() 445 return InnerMatcher.matches(Node.getAsType(), Finder, Builder); in AST_MATCHER_P() [all …]
|
| /freebsd-10-stable/sys/contrib/dev/acpica/compiler/ |
| D | aslload.c | 153 ACPI_NAMESPACE_NODE *Node; in LdLoadFieldElements() local 201 ACPI_NS_ERROR_IF_FOUND, NULL, &Node); in LdLoadFieldElements() 220 Child->Asl.Node = Node; in LdLoadFieldElements() 221 Node->Op = Child; in LdLoadFieldElements() 257 ACPI_NAMESPACE_NODE *Node; in LdLoadResourceElements() local 268 WalkState, &Node); in LdLoadResourceElements() 282 Node->Value = (UINT32) Op->Asl.Value.Integer; in LdLoadResourceElements() 283 Node->Op = Op; in LdLoadResourceElements() 284 Op->Asl.Node = Node; in LdLoadResourceElements() 300 NULL, &Node); in LdLoadResourceElements() [all …]
|
| D | aslxrefout.c | 232 ACPI_NAMESPACE_NODE *Node; in OtXrefWalkPart1() local 248 !Op->Asl.Node) in OtXrefWalkPart1() 254 Node = Op->Asl.Node; in OtXrefWalkPart1() 263 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart1() 266 ParentPath, AcpiUtGetTypeName (Node->Type)); in OtXrefWalkPart1() 269 switch (Node->Type) in OtXrefWalkPart1() 288 Node->ArgCount); in OtXrefWalkPart1() 293 NextOp = Node->Op; /* Create Buffer Field Op */ in OtXrefWalkPart1() 330 NextOp->Asl.Node, TRUE); in OtXrefWalkPart1() 340 NextOp = Node->Op; in OtXrefWalkPart1() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 74 void LegalizeOp(SDNode *Node); 78 void LegalizeLoadOps(SDNode *Node); 79 void LegalizeStoreOps(SDNode *Node); 101 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned); 106 SDNode *Node, bool isSigned); 107 SDValue ExpandFPLibCall(SDNode *Node, RTLIB::Libcall Call_F32, 111 SDValue ExpandIntLibCall(SDNode *Node, bool isSigned, 117 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 118 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 121 SDValue ExpandBUILD_VECTOR(SDNode *Node); [all …]
|
| D | InstrEmitter.cpp | 43 unsigned InstrEmitter::CountResults(SDNode *Node) { in CountResults() argument 44 unsigned N = Node->getNumValues(); in CountResults() 45 while (N && Node->getValueType(N - 1) == MVT::Glue) in CountResults() 47 if (N && Node->getValueType(N - 1) == MVT::Other) in CountResults() 59 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() argument 61 unsigned N = Node->getNumOperands(); in countOperands() 62 while (N && Node->getOperand(N - 1).getValueType() == MVT::Glue) in countOperands() 64 if (N && Node->getOperand(N - 1).getValueType() == MVT::Other) in countOperands() 70 if (isa<RegisterMaskSDNode>(Node->getOperand(I - 1))) in countOperands() 72 if (RegisterSDNode *RN = dyn_cast<RegisterSDNode>(Node->getOperand(I - 1))) in countOperands() [all …]
|
| D | ScheduleDAGSDNodes.h | 55 static bool isPassiveNode(SDNode *Node) { in isPassiveNode() argument 56 if (isa<ConstantSDNode>(Node)) return true; in isPassiveNode() 57 if (isa<ConstantFPSDNode>(Node)) return true; in isPassiveNode() 58 if (isa<RegisterSDNode>(Node)) return true; in isPassiveNode() 59 if (isa<RegisterMaskSDNode>(Node)) return true; in isPassiveNode() 60 if (isa<GlobalAddressSDNode>(Node)) return true; in isPassiveNode() 61 if (isa<BasicBlockSDNode>(Node)) return true; in isPassiveNode() 62 if (isa<FrameIndexSDNode>(Node)) return true; in isPassiveNode() 63 if (isa<ConstantPoolSDNode>(Node)) return true; in isPassiveNode() 64 if (isa<TargetIndexSDNode>(Node)) return true; in isPassiveNode() [all …]
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | GraphWriter.h | 70 bool getEdgeSourceLabels(raw_ostream &O, NodeType *Node) { in getEdgeSourceLabels() argument 71 child_iterator EI = GTraits::child_begin(Node); in getEdgeSourceLabels() 72 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() 76 std::string label = DTraits.getEdgeSourceLabel(Node, EI); in getEdgeSourceLabels() 148 bool isNodeHidden(NodeType &Node) { in isNodeHidden() argument 149 return isNodeHidden(&Node); in isNodeHidden() 152 bool isNodeHidden(NodeType *const *Node) { in isNodeHidden() argument 153 return isNodeHidden(*Node); in isNodeHidden() 156 bool isNodeHidden(NodeType *Node) { in isNodeHidden() argument 157 return DTraits.isNodeHidden(Node); in isNodeHidden() [all …]
|
| /freebsd-10-stable/sys/contrib/dev/acpica/components/debugger/ |
| D | dbcmds.c | 68 ACPI_NAMESPACE_NODE *Node, 108 ACPI_NAMESPACE_NODE *Node; in AcpiDbConvertToNode() local 117 Node = ACPI_TO_POINTER (Address); in AcpiDbConvertToNode() 118 if (!AcpiOsReadable (Node, sizeof (ACPI_NAMESPACE_NODE))) in AcpiDbConvertToNode() 120 AcpiOsPrintf ("Address %p is invalid", Node); in AcpiDbConvertToNode() 126 if (ACPI_GET_DESCRIPTOR_TYPE (Node) != ACPI_DESC_TYPE_NAMED) in AcpiDbConvertToNode() 129 Node, AcpiUtGetDescriptorName (Node)); in AcpiDbConvertToNode() 139 Node = AcpiDbLocalNsLookup (InString); in AcpiDbConvertToNode() 140 if (!Node) in AcpiDbConvertToNode() 145 Node = AcpiGbl_RootNode; in AcpiDbConvertToNode() [all …]
|
| D | dbnames.c | 162 ACPI_NAMESPACE_NODE *Node; in AcpiDbSetScope() local 178 ACPI_NS_NO_UPSEARCH, &Node); in AcpiDbSetScope() 191 ACPI_NS_NO_UPSEARCH, &Node); in AcpiDbSetScope() 214 AcpiGbl_DbScopeNode = Node; in AcpiDbSetScope() 488 ACPI_NAMESPACE_NODE *Node = (ACPI_NAMESPACE_NODE *) ObjHandle; in AcpiDbWalkForPredefinedNames() local 496 Predefined = AcpiUtMatchPredefinedMethod (Node->Name.Ascii); in AcpiDbWalkForPredefinedNames() 502 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbWalkForPredefinedNames() 533 AcpiNsCheckAcpiCompliance (Pathname, Node, Predefined); in AcpiDbWalkForPredefinedNames() 590 ACPI_NAMESPACE_NODE *Node = (ACPI_NAMESPACE_NODE *) ObjHandle; in AcpiDbWalkForObjectCounts() local 593 if (Node->Type > ACPI_TYPE_NS_NODE_MAX) in AcpiDbWalkForObjectCounts() [all …]
|
| D | dbtest.c | 70 ACPI_NAMESPACE_NODE *Node, 75 ACPI_NAMESPACE_NODE *Node, 80 ACPI_NAMESPACE_NODE *Node, 85 ACPI_NAMESPACE_NODE *Node, 91 ACPI_NAMESPACE_NODE *Node, 312 ACPI_NAMESPACE_NODE *Node; in AcpiDbTestOneObject() local 321 Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, ObjHandle); in AcpiDbTestOneObject() 322 ObjDesc = Node->Object; in AcpiDbTestOneObject() 328 switch (Node->Type) in AcpiDbTestOneObject() 384 AcpiUtGetTypeName (Node->Type), Node->Name.Ascii); in AcpiDbTestOneObject() [all …]
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ |
| D | RegionIterator.h | 50 PointerIntPair<NodeType*, 2, enum ItMode> Node; 58 assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!"); in advanceRegionSucc() 59 Node.setInt(ItRgEnd); in advanceRegionSucc() 62 NodeType* getNode() const{ return Node.getPointer(); } in getNode() 65 bool isRegionMode() const { return Node.getInt() != ItBB; } in isRegionMode() 78 assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!"); in getRegionSucc() 93 : Node(node, node->isSubRegion() ? ItRgBegin : ItBB), in RNSuccIterator() 108 : Node(node, node->isSubRegion() ? ItRgEnd : ItBB), in RNSuccIterator() 114 return Node.getInt() == x.Node.getInt(); 151 Node = I.Node; [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/MSP430/ |
| D | MSP430ISelDAGToDAG.cpp | 385 SDNode *MSP430DAGToDAGISel::Select(SDNode *Node) { in Select() argument 386 SDLoc dl(Node); in Select() 390 DEBUG(Node->dump(CurDAG)); in Select() 394 if (Node->isMachineOpcode()) { in Select() 396 Node->dump(CurDAG); in Select() 398 Node->setNodeId(-1); in Select() 403 switch (Node->getOpcode()) { in Select() 406 assert(Node->getValueType(0) == MVT::i16); in Select() 407 int FI = cast<FrameIndexSDNode>(Node)->getIndex(); in Select() 409 if (Node->hasOneUse()) in Select() [all …]
|
| /freebsd-10-stable/sys/contrib/dev/acpica/components/events/ |
| D | evhandler.c | 167 ACPI_NAMESPACE_NODE *Node, in AcpiEvHasDefaultHandler() argument 176 ObjDesc = AcpiNsGetAttachedObject (Node); in AcpiEvHasDefaultHandler() 229 ACPI_NAMESPACE_NODE *Node; in AcpiEvInstallHandler() local 247 Node = AcpiNsValidateHandle (ObjHandle); in AcpiEvInstallHandler() 248 if (!Node) in AcpiEvInstallHandler() 257 if ((Node->Type != ACPI_TYPE_DEVICE) && in AcpiEvInstallHandler() 258 (Node->Type != ACPI_TYPE_REGION) && in AcpiEvInstallHandler() 259 (Node != AcpiGbl_RootNode)) in AcpiEvInstallHandler() 266 ObjDesc = AcpiNsGetAttachedObject (Node); in AcpiEvInstallHandler() 390 ACPI_NAMESPACE_NODE *Node, in AcpiEvInstallSpaceHandler() argument [all …]
|