| /freebsd-9-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-9-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-9-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-9-stable/sys/contrib/dev/acpica/namespace/ |
| D | nsobject.c | 80 ACPI_NAMESPACE_NODE *Node, in AcpiNsAttachObject() argument 95 if (!Node) in AcpiNsAttachObject() 112 if (ACPI_GET_DESCRIPTOR_TYPE (Node) != ACPI_DESC_TYPE_NAMED) in AcpiNsAttachObject() 117 Node, AcpiUtGetDescriptorName (Node))); in AcpiNsAttachObject() 123 if (Node->Object == Object) in AcpiNsAttachObject() 127 Object, Node)); in AcpiNsAttachObject() 169 ObjDesc, Node, AcpiUtGetNodeName (Node))); in AcpiNsAttachObject() 173 if (Node->Object) in AcpiNsAttachObject() 175 AcpiNsDetachObject (Node); in AcpiNsAttachObject() 198 LastObjDesc->Common.NextObject = Node->Object; in AcpiNsAttachObject() [all …]
|
| D | nsalloc.c | 72 ACPI_NAMESPACE_NODE *Node; in AcpiNsCreateNode() local 81 Node = AcpiOsAcquireObject (AcpiGbl_NamespaceCache); in AcpiNsCreateNode() 82 if (!Node) in AcpiNsCreateNode() 98 Node->Name.Integer = Name; in AcpiNsCreateNode() 99 ACPI_SET_DESCRIPTOR_TYPE (Node, ACPI_DESC_TYPE_NAMED); in AcpiNsCreateNode() 100 return_PTR (Node); in AcpiNsCreateNode() 121 ACPI_NAMESPACE_NODE *Node) in AcpiNsDeleteNode() argument 131 AcpiNsDetachObject (Node); in AcpiNsDeleteNode() 138 ObjDesc = Node->Object; in AcpiNsDeleteNode() 146 ObjDesc->Data.Handler (Node, ObjDesc->Data.Pointer); in AcpiNsDeleteNode() [all …]
|
| D | nssearch.c | 62 ACPI_NAMESPACE_NODE *Node, 106 ACPI_NAMESPACE_NODE *Node; in AcpiNsSearchOneScope() local 134 Node = ParentNode->Child; in AcpiNsSearchOneScope() 135 while (Node) in AcpiNsSearchOneScope() 139 if (Node->Name.Integer == TargetName) in AcpiNsSearchOneScope() 143 if (AcpiNsGetType (Node) == ACPI_TYPE_LOCAL_METHOD_ALIAS) in AcpiNsSearchOneScope() 145 Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Node->Object); in AcpiNsSearchOneScope() 153 AcpiUtGetTypeName (Node->Type), in AcpiNsSearchOneScope() 154 Node, AcpiUtGetNodeName (ParentNode), ParentNode)); in AcpiNsSearchOneScope() 156 *ReturnNode = Node; in AcpiNsSearchOneScope() [all …]
|
| /freebsd-9-stable/sys/contrib/dev/acpica/dispatcher/ |
| D | dsargs.c | 61 ACPI_NAMESPACE_NODE *Node, 84 ACPI_NAMESPACE_NODE *Node, in AcpiDsExecuteArguments() argument 107 Op->Common.Node = ScopeNode; in AcpiDsExecuteArguments() 129 WalkState->DeferredNode = Node; in AcpiDsExecuteArguments() 141 Op->Common.Node = Node; in AcpiDsExecuteArguments() 152 Op->Common.Node = ScopeNode; in AcpiDsExecuteArguments() 175 WalkState->DeferredNode = Node; in AcpiDsExecuteArguments() 202 ACPI_NAMESPACE_NODE *Node; in AcpiDsGetBufferFieldArguments() local 217 Node = ObjDesc->BufferField.Node; in AcpiDsGetBufferFieldArguments() 220 Node, NULL)); in AcpiDsGetBufferFieldArguments() [all …]
|
| D | dswload2.c | 78 ACPI_NAMESPACE_NODE *Node; in AcpiDsLoad2BeginOp() local 153 Node = NULL; in AcpiDsLoad2BeginOp() 165 WalkState, &(Node)); in AcpiDsLoad2BeginOp() 172 if (Op && (Op->Named.Node == AcpiGbl_RootNode)) in AcpiDsLoad2BeginOp() 174 Node = Op->Named.Node; in AcpiDsLoad2BeginOp() 176 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState); in AcpiDsLoad2BeginOp() 191 WalkState, &(Node)); in AcpiDsLoad2BeginOp() 214 switch (Node->Type) in AcpiDsLoad2BeginOp() 240 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type))); in AcpiDsLoad2BeginOp() 242 Node->Type = ACPI_TYPE_ANY; in AcpiDsLoad2BeginOp() [all …]
|
| D | dswload.c | 133 ACPI_NAMESPACE_NODE *Node; in AcpiDsLoad1BeginOp() local 158 if (Op->Common.Node) in AcpiDsLoad1BeginOp() 184 ACPI_IMODE_EXECUTE, ACPI_NS_SEARCH_PARENT, WalkState, &(Node)); in AcpiDsLoad1BeginOp() 196 WalkState, &Node); in AcpiDsLoad1BeginOp() 209 switch (Node->Type) in AcpiDsLoad1BeginOp() 238 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type))); in AcpiDsLoad1BeginOp() 240 Node->Type = ACPI_TYPE_ANY; in AcpiDsLoad1BeginOp() 251 AcpiUtGetTypeName (Node->Type), AcpiUtGetNodeName (Node))); in AcpiDsLoad1BeginOp() 279 Node = WalkState->DeferredNode; in AcpiDsLoad1BeginOp() 290 Node = NULL; in AcpiDsLoad1BeginOp() [all …]
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | hash.c | 23 static Node *nodecache = NULL; 25 static void freenode_mem PROTO((Node * p)); 57 Node *node; in getlist() 66 list->hasharray[i] = (Node *) NULL; in getlist() 89 Node *p; 106 if ((p = (*listp)->hasharray[i]) != (Node *) NULL) 136 Node * 139 Node *p; in getnode() 141 if (nodecache != (Node *) NULL) in getnode() 150 p = (Node *) xmalloc (sizeof (Node)); in getnode() [all …]
|
| D | hash.h | 41 typedef struct hashnode Node; typedef 45 Node *list; 46 Node *hasharray[HASHSIZE]; 52 Node *findnode PROTO((List * list, const char *key)); 53 Node *findnode_fn PROTO((List * list, const char *key)); 54 Node *getnode PROTO((void)); 55 int insert_before PROTO((List * list, Node * marker, Node * p)); 56 int addnode PROTO((List * list, Node * p)); 57 int addnode_at_front PROTO((List * list, Node * p)); 58 int walklist PROTO((List * list, int (*)(Node *n, void *closure), void *closure)); [all …]
|
| /freebsd-9-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-9-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-9-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 …]
|
| D | YAMLParser.h | 61 class Node; variable 97 void printError(Node *N, const Twine &Msg); 107 class Node { 119 Node(unsigned int Type, OwningPtr<Document> &, StringRef Anchor, 140 Node *parseBlockNode(); 165 virtual ~Node() {} in ~Node() 178 class NullNode : public Node { 182 : Node(NK_Null, D, StringRef(), StringRef()) {} in NullNode() 184 static inline bool classof(const Node *N) { in classof() 194 class ScalarNode : public Node { [all …]
|
| /freebsd-9-stable/sys/contrib/dev/acpica/compiler/ |
| D | aslload.c | 156 ACPI_NAMESPACE_NODE *Node; in LdLoadFieldElements() local 203 NULL, &Node); in LdLoadFieldElements() 222 Child->Asl.Node = Node; in LdLoadFieldElements() 223 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() 301 NULL, &Node); in LdLoadResourceElements() [all …]
|
| /freebsd-9-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-9-stable/sys/contrib/dev/acpica/debugger/ |
| D | dbcmds.c | 69 ACPI_NAMESPACE_NODE *Node, 90 ACPI_NAMESPACE_NODE *Node; in AcpiDbConvertToNode() local 97 Node = ACPI_TO_POINTER (ACPI_STRTOUL (InString, NULL, 16)); in AcpiDbConvertToNode() 98 if (!AcpiOsReadable (Node, sizeof (ACPI_NAMESPACE_NODE))) in AcpiDbConvertToNode() 101 Node); in AcpiDbConvertToNode() 107 if (ACPI_GET_DESCRIPTOR_TYPE (Node) != ACPI_DESC_TYPE_NAMED) in AcpiDbConvertToNode() 110 Node, AcpiUtGetDescriptorName (Node)); in AcpiDbConvertToNode() 120 Node = AcpiDbLocalNsLookup (InString); in AcpiDbConvertToNode() 121 if (!Node) in AcpiDbConvertToNode() 123 Node = AcpiGbl_RootNode; in AcpiDbConvertToNode() [all …]
|
| D | dbnames.c | 151 ACPI_NAMESPACE_NODE *Node; in AcpiDbSetScope() local 167 &Node); in AcpiDbSetScope() 181 &Node); in AcpiDbSetScope() 191 AcpiGbl_DbScopeNode = Node; in AcpiDbSetScope() 432 ACPI_NAMESPACE_NODE *Node = (ACPI_NAMESPACE_NODE *) ObjHandle; in AcpiDbWalkForPredefinedNames() local 439 Predefined = AcpiNsCheckForPredefinedName (Node); in AcpiDbWalkForPredefinedNames() 445 Pathname = AcpiNsGetExternalPathname (Node); in AcpiDbWalkForPredefinedNames() 470 AcpiNsCheckParameterCount (Pathname, Node, ACPI_UINT32_MAX, Predefined); in AcpiDbWalkForPredefinedNames() 629 ACPI_NAMESPACE_NODE *Node = (ACPI_NAMESPACE_NODE *) ObjHandle; in AcpiDbIntegrityWalk() local 640 if (ACPI_GET_DESCRIPTOR_TYPE (Node) != ACPI_DESC_TYPE_NAMED) in AcpiDbIntegrityWalk() [all …]
|
| /freebsd-9-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-9-stable/contrib/llvm/lib/Analysis/ |
| D | TypeBasedAliasAnalysis.cpp | 144 const MDNode *Node; member in __anon9b04b3d20111::TBAANode 147 TBAANode() : Node(0) {} in TBAANode() 148 explicit TBAANode(const MDNode *N) : Node(N) {} in TBAANode() 151 const MDNode *getNode() const { return Node; } in getNode() 155 if (Node->getNumOperands() < 2) in getParent() 157 MDNode *P = dyn_cast_or_null<MDNode>(Node->getOperand(1)); in getParent() 168 if (Node->getNumOperands() < 3) in TypeIsImmutable() 170 ConstantInt *CI = dyn_cast<ConstantInt>(Node->getOperand(2)); in TypeIsImmutable() 182 const MDNode *Node; member in __anon9b04b3d20111::TBAAStructTagNode 185 TBAAStructTagNode() : Node(0) {} in TBAAStructTagNode() [all …]
|