Searched refs:Node (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/one-true-awk/
H A Dproto.h27 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 *repars
[all...]
H A Dparse.c32 Node *nodealloc(int n)
34 Node *x;
36 x = (Node *) malloc(sizeof(Node) + (n-1)*sizeof(Node *));
44 Node *exptostat(Node *a)
50 Node *node1(int a, Node *b)
52 Node *
[all...]
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) { argument
37 Node->setNext(List);
38 List = Node;
39 if (Listener) Listener->NotifyAdd(Node->getName(),
40 Node->getCtor(),
41 Node->getDescription());
47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { argument
49 if (*I == Node) {
50 if (Listener) Listener->NotifyRemove(Node->getName());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp93 void VisitStmt(Stmt *Node) LLVM_ATTRIBUTE_UNUSED {
96 void VisitExpr(Expr *Node) LLVM_ATTRIBUTE_UNUSED {
99 void VisitCXXNamedCastExpr(CXXNamedCastExpr *Node);
103 void Visit##CLASS(CLASS *Node);
114 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { argument
116 for (CompoundStmt::body_iterator I = Node->body_begin(), E = Node->body_end();
136 void StmtPrinter::VisitNullStmt(NullStmt *Node) { argument
140 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { argument
142 PrintRawDeclStmt(Node);
146 VisitCompoundStmt(CompoundStmt *Node) argument
152 VisitCaseStmt(CaseStmt *Node) argument
164 VisitDefaultStmt(DefaultStmt *Node) argument
169 VisitLabelStmt(LabelStmt *Node) argument
174 VisitAttributedStmt(AttributedStmt *Node) argument
231 VisitSwitchStmt(SwitchStmt *Node) argument
250 VisitWhileStmt(WhileStmt *Node) argument
260 VisitDoStmt(DoStmt *Node) argument
276 VisitForStmt(ForStmt *Node) argument
305 VisitObjCForCollectionStmt(ObjCForCollectionStmt *Node) argument
324 VisitCXXForRangeStmt(CXXForRangeStmt *Node) argument
336 VisitMSDependentExistsStmt(MSDependentExistsStmt *Node) argument
352 VisitGotoStmt(GotoStmt *Node) argument
356 VisitIndirectGotoStmt(IndirectGotoStmt *Node) argument
362 VisitContinueStmt(ContinueStmt *Node) argument
366 VisitBreakStmt(BreakStmt *Node) argument
371 VisitReturnStmt(ReturnStmt *Node) argument
381 VisitGCCAsmStmt(GCCAsmStmt *Node) argument
443 VisitMSAsmStmt(MSAsmStmt *Node) argument
453 VisitCapturedStmt(CapturedStmt *Node) argument
457 VisitObjCAtTryStmt(ObjCAtTryStmt *Node) argument
486 VisitObjCAtFinallyStmt(ObjCAtFinallyStmt *Node) argument
489 VisitObjCAtCatchStmt(ObjCAtCatchStmt *Node) argument
493 VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) argument
502 VisitObjCAtSynchronizedStmt(ObjCAtSynchronizedStmt *Node) argument
510 VisitObjCAutoreleasePoolStmt(ObjCAutoreleasePoolStmt *Node) argument
516 PrintRawCXXCatchStmt(CXXCatchStmt *Node) argument
526 VisitCXXCatchStmt(CXXCatchStmt *Node) argument
532 VisitCXXTryStmt(CXXTryStmt *Node) argument
542 VisitSEHTryStmt(SEHTryStmt *Node) argument
556 PrintRawSEHFinallyStmt(SEHFinallyStmt *Node) argument
562 PrintRawSEHExceptHandler(SEHExceptStmt *Node) argument
570 VisitSEHExceptStmt(SEHExceptStmt *Node) argument
576 VisitSEHFinallyStmt(SEHFinallyStmt *Node) argument
599 VisitOMPDefaultClause(OMPDefaultClause *Node) argument
606 VisitOMPClauseList(T *Node, char StartSym) argument
614 VisitOMPPrivateClause(OMPPrivateClause *Node) argument
622 VisitOMPFirstprivateClause(OMPFirstprivateClause *Node) argument
630 VisitOMPSharedClause(OMPSharedClause *Node) argument
644 VisitOMPParallelDirective(OMPParallelDirective *Node) argument
667 VisitDeclRefExpr(DeclRefExpr *Node) argument
678 VisitDependentScopeDeclRefExpr( DependentScopeDeclRefExpr *Node) argument
690 VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) argument
701 VisitObjCIvarRefExpr(ObjCIvarRefExpr *Node) argument
709 VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *Node) argument
725 VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) argument
733 VisitPredefinedExpr(PredefinedExpr *Node) argument
755 VisitCharacterLiteral(CharacterLiteral *Node) argument
810 VisitIntegerLiteral(IntegerLiteral *Node) argument
833 PrintFloatingLiteral(raw_ostream &OS, FloatingLiteral *Node, bool PrintSuffix) argument
854 VisitFloatingLiteral(FloatingLiteral *Node) argument
858 VisitImaginaryLiteral(ImaginaryLiteral *Node) argument
866 VisitParenExpr(ParenExpr *Node) argument
871 VisitUnaryOperator(UnaryOperator *Node) argument
897 VisitOffsetOfExpr(OffsetOfExpr *Node) argument
931 VisitUnaryExprOrTypeTraitExpr(UnaryExprOrTypeTraitExpr *Node) argument
958 VisitGenericSelectionExpr(GenericSelectionExpr *Node) argument
974 VisitArraySubscriptExpr(ArraySubscriptExpr *Node) argument
999 VisitMemberExpr(MemberExpr *Node) argument
1023 VisitObjCIsaExpr(ObjCIsaExpr *Node) argument
1028 VisitExtVectorElementExpr(ExtVectorElementExpr *Node) argument
1033 VisitCStyleCastExpr(CStyleCastExpr *Node) argument
1039 VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) argument
1045 VisitImplicitCastExpr(ImplicitCastExpr *Node) argument
1049 VisitBinaryOperator(BinaryOperator *Node) argument
1054 VisitCompoundAssignOperator(CompoundAssignOperator *Node) argument
1059 VisitConditionalOperator(ConditionalOperator *Node) argument
1070 VisitBinaryConditionalOperator(BinaryConditionalOperator *Node) argument
1075 VisitAddrLabelExpr(AddrLabelExpr *Node) argument
1085 VisitChooseExpr(ChooseExpr *Node) argument
1099 VisitShuffleVectorExpr(ShuffleVectorExpr *Node) argument
1108 VisitConvertVectorExpr(ConvertVectorExpr *Node) argument
1116 VisitInitListExpr(InitListExpr* Node) argument
1133 VisitParenListExpr(ParenListExpr* Node) argument
1142 VisitDesignatedInitExpr(DesignatedInitExpr *Node) argument
1168 VisitImplicitValueInitExpr(ImplicitValueInitExpr *Node) argument
1184 VisitVAArgExpr(VAArgExpr *Node) argument
1192 VisitPseudoObjectExpr(PseudoObjectExpr *Node) argument
1196 VisitAtomicExpr(AtomicExpr *Node) argument
1237 VisitCXXOperatorCallExpr(CXXOperatorCallExpr *Node) argument
1283 VisitCXXMemberCallExpr(CXXMemberCallExpr *Node) argument
1287 VisitCUDAKernelCallExpr(CUDAKernelCallExpr *Node) argument
1296 VisitCXXNamedCastExpr(CXXNamedCastExpr *Node) argument
1304 VisitCXXStaticCastExpr(CXXStaticCastExpr *Node) argument
1308 VisitCXXDynamicCastExpr(CXXDynamicCastExpr *Node) argument
1312 VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *Node) argument
1316 VisitCXXConstCastExpr(CXXConstCastExpr *Node) argument
1320 VisitCXXTypeidExpr(CXXTypeidExpr *Node) argument
1330 VisitCXXUuidofExpr(CXXUuidofExpr *Node) argument
1340 VisitMSPropertyRefExpr(MSPropertyRefExpr *Node) argument
1352 VisitUserDefinedLiteral(UserDefinedLiteral *Node) argument
1390 VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) argument
1394 VisitCXXNullPtrLiteralExpr(CXXNullPtrLiteralExpr *Node) argument
1398 VisitCXXThisExpr(CXXThisExpr *Node) argument
1402 VisitCXXThrowExpr(CXXThrowExpr *Node) argument
1411 VisitCXXDefaultArgExpr(CXXDefaultArgExpr *Node) argument
1415 VisitCXXDefaultInitExpr(CXXDefaultInitExpr *Node) argument
1419 VisitCXXFunctionalCastExpr(CXXFunctionalCastExpr *Node) argument
1426 VisitCXXBindTemporaryExpr(CXXBindTemporaryExpr *Node) argument
1430 VisitCXXTemporaryObjectExpr(CXXTemporaryObjectExpr *Node) argument
1445 VisitLambdaExpr(LambdaExpr *Node) argument
1535 VisitCXXScalarValueInitExpr(CXXScalarValueInitExpr *Node) argument
1635 VisitCXXUnresolvedConstructExpr( CXXUnresolvedConstructExpr *Node) argument
1649 VisitCXXDependentScopeMemberExpr( CXXDependentScopeMemberExpr *Node) argument
1665 VisitUnresolvedMemberExpr(UnresolvedMemberExpr *Node) argument
1819 VisitSubstNonTypeTemplateParmPackExpr( SubstNonTypeTemplateParmPackExpr *Node) argument
1824 VisitSubstNonTypeTemplateParmExpr( SubstNonTypeTemplateParmExpr *Node) argument
1833 VisitMaterializeTemporaryExpr(MaterializeTemporaryExpr *Node) argument
1839 VisitObjCStringLiteral(ObjCStringLiteral *Node) argument
1879 VisitObjCEncodeExpr(ObjCEncodeExpr *Node) argument
1885 VisitObjCSelectorExpr(ObjCSelectorExpr *Node) argument
1889 VisitObjCProtocolExpr(ObjCProtocolExpr *Node) argument
1931 VisitObjCBoolLiteralExpr(ObjCBoolLiteralExpr *Node) argument
1948 VisitBlockExpr(BlockExpr *Node) argument
1975 VisitOpaqueValueExpr(OpaqueValueExpr *Node) argument
1979 VisitAsTypeExpr(AsTypeExpr *Node) argument
[all...]
H A DASTDumper.cpp186 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);
300 VisitLambdaExpr(const LambdaExpr *Node) argument
1503 VisitStmt(const Stmt *Node) argument
1512 VisitDeclStmt(const DeclStmt *Node) argument
1523 VisitAttributedStmt(const AttributedStmt *Node) argument
1534 VisitLabelStmt(const LabelStmt *Node) argument
1539 VisitGotoStmt(const GotoStmt *Node) argument
1545 VisitCXXCatchStmt(const CXXCatchStmt *Node) argument
1554 VisitExpr(const Expr *Node) argument
1593 dumpBasePath(raw_ostream &OS, const CastExpr *Node) argument
1618 VisitCastExpr(const CastExpr *Node) argument
1629 VisitDeclRefExpr(const DeclRefExpr *Node) argument
1641 VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node) argument
1656 VisitObjCIvarRefExpr(const ObjCIvarRefExpr *Node) argument
1669 VisitPredefinedExpr(const PredefinedExpr *Node) argument
1681 VisitCharacterLiteral(const CharacterLiteral *Node) argument
1687 VisitIntegerLiteral(const IntegerLiteral *Node) argument
1695 VisitFloatingLiteral(const FloatingLiteral *Node) argument
1708 VisitUnaryOperator(const UnaryOperator *Node) argument
1714 VisitUnaryExprOrTypeTraitExpr( const UnaryExprOrTypeTraitExpr *Node) argument
1732 VisitMemberExpr(const MemberExpr *Node) argument
1738 VisitExtVectorElementExpr(const ExtVectorElementExpr *Node) argument
1743 VisitBinaryOperator(const BinaryOperator *Node) argument
1748 VisitCompoundAssignOperator( const CompoundAssignOperator *Node) argument
1758 VisitBlockExpr(const BlockExpr *Node) argument
1763 VisitOpaqueValueExpr(const OpaqueValueExpr *Node) argument
1774 VisitAddrLabelExpr(const AddrLabelExpr *Node) argument
1784 VisitCXXNamedCastExpr(const CXXNamedCastExpr *Node) argument
1793 VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) argument
1798 VisitCXXThisExpr(const CXXThisExpr *Node) argument
1803 VisitCXXFunctionalCastExpr(const CXXFunctionalCastExpr *Node) argument
1809 VisitCXXConstructExpr(const CXXConstructExpr *Node) argument
1819 VisitCXXBindTemporaryExpr(const CXXBindTemporaryExpr *Node) argument
1826 VisitMaterializeTemporaryExpr(const MaterializeTemporaryExpr *Node) argument
1834 VisitExprWithCleanups(const ExprWithCleanups *Node) argument
1850 VisitObjCMessageExpr(const ObjCMessageExpr *Node) argument
1872 VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) argument
1877 VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) argument
1885 VisitObjCEncodeExpr(const ObjCEncodeExpr *Node) argument
1890 VisitObjCSelectorExpr(const ObjCSelectorExpr *Node) argument
1896 VisitObjCProtocolExpr(const ObjCProtocolExpr *Node) argument
1902 VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node) argument
1933 VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *Node) argument
1954 VisitObjCBoolLiteralExpr(const ObjCBoolLiteralExpr *Node) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h55 static bool isPassiveNode(SDNode *Node) { argument
56 if (isa<ConstantSDNode>(Node)) return true;
57 if (isa<ConstantFPSDNode>(Node)) return true;
58 if (isa<RegisterSDNode>(Node)) return true;
59 if (isa<RegisterMaskSDNode>(Node)) return true;
60 if (isa<GlobalAddressSDNode>(Node)) return true;
61 if (isa<BasicBlockSDNode>(Node)) return true;
62 if (isa<FrameIndexSDNode>(Node)) return true;
63 if (isa<ConstantPoolSDNode>(Node)) return true;
64 if (isa<TargetIndexSDNode>(Node)) retur
135 const SDNode *Node; member in class:llvm::ScheduleDAGSDNodes::RegDefIter
[all...]
H A DInstrEmitter.h42 void EmitCopyFromReg(SDNode *Node, unsigned ResNo,
49 unsigned getDstOfOnlyCopyToRegUse(SDNode *Node,
52 void CreateVirtualRegisters(SDNode *Node,
92 void EmitSubregNode(SDNode *Node, DenseMap<SDValue, unsigned> &VRBaseMap,
99 void EmitCopyToRegClassNode(SDNode *Node,
104 void EmitRegSequence(SDNode *Node, DenseMap<SDValue, unsigned> &VRBaseMap,
110 static unsigned CountResults(SDNode *Node);
119 void EmitNode(SDNode *Node, bool IsClone, bool IsCloned, argument
121 if (Node->isMachineOpcode())
122 EmitMachineNode(Node, IsClon
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c58 * PARAMETERS: Node - Parent Node
68 * Note: Future may require that the Node->Flags field be passed
77 ACPI_NAMESPACE_NODE *Node,
92 if (!Node)
109 if (ACPI_GET_DESCRIPTOR_TYPE (Node) != ACPI_DESC_TYPE_NAMED)
114 Node, AcpiUtGetDescriptorName (Node)));
120 if (Node->Object == Object)
124 Object, Node));
76 AcpiNsAttachObject( ACPI_NAMESPACE_NODE *Node, ACPI_OPERAND_OBJECT *Object, ACPI_OBJECT_TYPE Type) argument
220 AcpiNsDetachObject( ACPI_NAMESPACE_NODE *Node) argument
303 AcpiNsGetAttachedObject( ACPI_NAMESPACE_NODE *Node) argument
374 AcpiNsAttachData( ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_HANDLER Handler, void *Data) argument
441 AcpiNsDetachData( ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_HANDLER Handler) argument
493 AcpiNsGetAttachedData( ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_HANDLER Handler, void **Data) argument
[all...]
H A Dnssearch.c60 ACPI_NAMESPACE_NODE *Node,
104 ACPI_NAMESPACE_NODE *Node; local
132 Node = ParentNode->Child;
133 while (Node)
137 if (Node->Name.Integer == TargetName)
141 if (AcpiNsGetType (Node) == ACPI_TYPE_LOCAL_METHOD_ALIAS)
143 Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Node->Object);
151 AcpiUtGetTypeName (Node->Type),
152 Node, AcpiUtGetNodeNam
201 AcpiNsSearchParentTree( UINT32 TargetName, ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_TYPE Type, ACPI_NAMESPACE_NODE **ReturnNode) argument
294 AcpiNsSearchAndEnter( UINT32 TargetName, ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE *Node, ACPI_INTERPRETER_MODE InterpreterMode, ACPI_OBJECT_TYPE Type, UINT32 Flags, ACPI_NAMESPACE_NODE **ReturnNode) argument
[all...]
H A Dnsalloc.c69 ACPI_NAMESPACE_NODE *Node; local
78 Node = AcpiOsAcquireObject (AcpiGbl_NamespaceCache);
79 if (!Node)
95 Node->Name.Integer = Name;
96 ACPI_SET_DESCRIPTOR_TYPE (Node, ACPI_DESC_TYPE_NAMED);
97 return_PTR (Node);
105 * PARAMETERS: Node - Node to be deleted
118 ACPI_NAMESPACE_NODE *Node)
129 AcpiNsDetachObject (Node);
117 AcpiNsDeleteNode( ACPI_NAMESPACE_NODE *Node) argument
183 AcpiNsRemoveNode( ACPI_NAMESPACE_NODE *Node) argument
250 AcpiNsInstallNode( ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE *ParentNode, ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_TYPE Type) argument
[all...]
H A Dnsnames.c58 * PARAMETERS: Node - NS node whose pathname is needed
72 ACPI_NAMESPACE_NODE *Node,
95 ParentNode = Node;
134 * PARAMETERS: Node - Namespace node whose pathname is needed
147 ACPI_NAMESPACE_NODE *Node)
154 ACPI_FUNCTION_TRACE_PTR (NsGetExternalPathname, Node);
159 Size = AcpiNsGetPathnameLength (Node);
176 Status = AcpiNsBuildExternalPath (Node, Size, NameBuffer);
191 * PARAMETERS: Node - Namespace node
201 ACPI_NAMESPACE_NODE *Node)
71 AcpiNsBuildExternalPath( ACPI_NAMESPACE_NODE *Node, ACPI_SIZE Size, char *NameBuffer) argument
146 AcpiNsGetExternalPathname( ACPI_NAMESPACE_NODE *Node) argument
200 AcpiNsGetPathnameLength( ACPI_NAMESPACE_NODE *Node) argument
259 ACPI_NAMESPACE_NODE *Node; local
[all...]
H A Dnsxfobj.c73 ACPI_NAMESPACE_NODE *Node; local
85 * Special case for the predefined Root Node
102 Node = AcpiNsValidateHandle (Handle);
103 if (!Node)
109 *RetType = Node->Type;
138 ACPI_NAMESPACE_NODE *Node; local
148 /* Special case for the predefined Root Node (no parent) */
163 Node = AcpiNsValidateHandle (Handle);
164 if (!Node)
172 ParentNode = Node
218 ACPI_NAMESPACE_NODE *Node; local
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsargs.c59 ACPI_NAMESPACE_NODE *Node,
69 * PARAMETERS: Node - Object NS node
82 ACPI_NAMESPACE_NODE *Node,
103 /* Save the Node for use in AcpiPsParseAml */
105 Op->Common.Node = ScopeNode;
127 WalkState->DeferredNode = Node;
139 Op->Common.Node = Node;
150 Op->Common.Node = ScopeNode;
173 WalkState->DeferredNode = Node;
81 AcpiDsExecuteArguments( ACPI_NAMESPACE_NODE *Node, ACPI_NAMESPACE_NODE *ScopeNode, UINT32 AmlLength, UINT8 *AmlStart) argument
200 ACPI_NAMESPACE_NODE *Node; local
249 ACPI_NAMESPACE_NODE *Node; local
297 ACPI_NAMESPACE_NODE *Node; local
346 ACPI_NAMESPACE_NODE *Node; local
395 ACPI_NAMESPACE_NODE *Node; local
[all...]
H A Ddswload2.c76 ACPI_NAMESPACE_NODE *Node; local
151 Node = NULL;
163 WalkState, &(Node));
170 if (Op && (Op->Named.Node == AcpiGbl_RootNode))
172 Node = Op->Named.Node;
174 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
189 WalkState, &(Node));
212 switch (Node->Type)
238 AcpiUtGetNodeName (Node), AcpiUtGetTypeNam
391 ACPI_NAMESPACE_NODE *Node; local
[all...]
/freebsd-10.3-release/contrib/ofed/management/infiniband-diags/include/
H A Dibnetdiscover.h56 typedef struct Node Node; typedef in typeref:struct:Node
80 Node *node;
84 struct Node { struct
85 Node *htnext;
86 Node *dnext;
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DCFGPrinter.h35 static std::string getSimpleNodeLabel(const BasicBlock *Node, argument
37 if (!Node->getName().empty())
38 return Node->getName().str();
43 WriteAsOperand(OS, Node, false);
47 static std::string getCompleteNodeLabel(const BasicBlock *Node, argument
53 if (Node->getName().empty()) {
54 WriteAsOperand(OS, Node, false);
58 OS << *Node; local
92 std::string getNodeLabel(const BasicBlock *Node, argument
95 return getSimpleNodeLabel(Node, Grap
100 getEdgeSourceLabel(const BasicBlock *Node, succ_const_iterator I) argument
[all...]
H A DRegionIterator.h50 PointerIntPair<NodeType*, 2, enum ItMode> Node; member in class:llvm::RNSuccIterator
58 assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!");
59 Node.setInt(ItRgEnd);
62 NodeType* getNode() const{ return Node.getPointer(); }
65 bool isRegionMode() const { return Node.getInt() != ItBB; }
78 assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!");
93 : Node(node, node->isSubRegion() ? ItRgBegin : ItBB),
108 : Node(node, node->isSubRegion() ? ItRgEnd : ItBB),
114 return Node.getInt() == x.Node
170 NodeType* Node; member in class:llvm::RNSuccIterator
249 succ_begin(NodeType* Node) argument
254 succ_end(NodeType* Node) argument
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/events/
H A Devxfregn.c86 ACPI_NAMESPACE_NODE *Node; local
108 Node = AcpiNsValidateHandle (Device);
109 if (!Node)
117 Status = AcpiEvInstallSpaceHandler (Node, SpaceId, Handler, Setup, Context);
158 Status = AcpiEvExecuteRegMethods (Node, SpaceId);
193 ACPI_NAMESPACE_NODE *Node; local
215 Node = AcpiNsValidateHandle (Device);
216 if (!Node ||
217 ((Node->Type != ACPI_TYPE_DEVICE) &&
218 (Node
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Daslopcodes.c886 ACPI_PARSE_OBJECT *Node; local
912 Node = Op->Asl.Child;
913 while (Node)
915 switch (Node->Asl.ParseOpcode)
919 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER)
921 AslError(ASL_ERROR, ASL_MSG_INVALID_TYPE, Node, NULL);
925 if (Node->Asl.Child->Asl.Value.Integer > 127)
927 AslError(ASL_ERROR, ASL_MSG_RANGE, Node, NULL);
931 PldInfo.Revision = (UINT8) Node->Asl.Child->Asl.Value.Integer;
936 if (Node
[all...]
H A Daslload.c155 ACPI_NAMESPACE_NODE *Node; local
204 NULL, &Node);
223 Child->Asl.Node = Node;
224 Node->Op = Child;
260 ACPI_NAMESPACE_NODE *Node; local
271 WalkState, &Node);
285 Node->Value = (UINT32) Op->Asl.Value.Integer;
286 Node->Op = Op;
287 Op->Asl.Node
346 ACPI_NAMESPACE_NODE *Node; local
744 ACPI_NAMESPACE_NODE *Node; local
[all...]
H A Dasllookup.c120 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, ObjHandle); local
126 if (Node->Flags & ANOBJ_IS_REFERENCED)
131 if (!Node->Op)
138 switch (Node->Type)
155 Next = Node->Parent;
168 LkGetNameOp (Node->Op), MsgBuffer);
182 if (Node->Name.Ascii[0] == '_')
193 LkGetNameOp (Node->Op), NULL);
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h70 bool getEdgeSourceLabels(raw_ostream &O, NodeType *Node) { argument
71 child_iterator EI = GTraits::child_begin(Node);
72 child_iterator EE = GTraits::child_end(Node);
76 std::string label = DTraits.getEdgeSourceLabel(Node, EI);
148 bool isNodeHidden(NodeType &Node) { argument
149 return isNodeHidden(&Node);
152 bool isNodeHidden(NodeType *const *Node) { argument
153 return isNodeHidden(*Node);
156 bool isNodeHidden(NodeType *Node) { argument
157 return DTraits.isNodeHidden(Node);
160 writeNode(NodeType& Node) argument
164 writeNode(NodeType *const *Node) argument
168 writeNode(NodeType *Node) argument
239 writeEdge(NodeType *Node, unsigned edgeidx, child_iterator EI) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h279 return Node.getAccess() == AS_public;
295 return Node.getAccess() == AS_protected;
311 return Node.getAccess() == AS_private;
328 llvm::ArrayRef<TemplateArgument> List = Node.getTemplateArgs().asArray();
360 return InnerMatcher.matches(*Node.IgnoreImpCasts(), Finder, Builder);
381 return InnerMatcher.matches(*Node.IgnoreParenCasts(), Finder, Builder);
407 return InnerMatcher.matches(*Node.IgnoreParenImpCasts(), Finder, Builder);
424 const TemplateArgumentList &List = Node.getTemplateArgs();
443 if (Node.getKind() != TemplateArgument::Type)
445 return InnerMatcher.matches(Node
2276 ast_type_traits::DynTypedNode Node; member in struct:clang::ast_matchers::internal::NotEqualsBoundNodePredicate
[all...]
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dcond_dtor_entry_dealtor.hpp67 typename Allocator::template rebind<Node>::other().
/freebsd-10.3-release/sys/contrib/dev/acpica/components/executer/
H A Dexresnte.c69 * Note: for some of the data types, the pointer attached to the Node
90 ACPI_NAMESPACE_NODE *Node; local
98 * The stack pointer points to a ACPI_NAMESPACE_NODE (Node). Get the
99 * object that is attached to the Node.
101 Node = *ObjectPtr;
102 SourceDesc = AcpiNsGetAttachedObject (Node);
103 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
106 Node, SourceDesc, AcpiUtGetTypeName (EntryType)));
113 Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Node
[all...]

Completed in 247 milliseconds

1234567891011>>