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

1234567891011>>

/freebsd-10.1-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.1-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());
H A DScheduleDAGPrinter.cpp44 static bool isNodeHidden(const SUnit *Node) { argument
45 return (Node->NumPreds > 10 || Node->NumSuccs > 10);
48 static bool hasNodeAddressLabel(const SUnit *Node, argument
55 static std::string getEdgeAttributes(const SUnit *Node, argument
66 std::string getNodeLabel(const SUnit *Node, const ScheduleDAG *Graph);
/freebsd-10.1-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.1-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.1-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c61 * PARAMETERS: Node - Parent Node
71 * Note: Future may require that the Node->Flags field be passed
80 ACPI_NAMESPACE_NODE *Node,
95 if (!Node)
112 if (ACPI_GET_DESCRIPTOR_TYPE (Node) != ACPI_DESC_TYPE_NAMED)
117 Node, AcpiUtGetDescriptorName (Node)));
123 if (Node->Object == Object)
127 Object, Node));
79 AcpiNsAttachObject( ACPI_NAMESPACE_NODE *Node, ACPI_OPERAND_OBJECT *Object, ACPI_OBJECT_TYPE Type) argument
223 AcpiNsDetachObject( ACPI_NAMESPACE_NODE *Node) argument
291 AcpiNsGetAttachedObject( ACPI_NAMESPACE_NODE *Node) argument
362 AcpiNsAttachData( ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_HANDLER Handler, void *Data) argument
429 AcpiNsDetachData( ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_HANDLER Handler) argument
481 AcpiNsGetAttachedData( ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_HANDLER Handler, void **Data) argument
[all...]
H A Dnssearch.c62 ACPI_NAMESPACE_NODE *Node,
106 ACPI_NAMESPACE_NODE *Node; local
134 Node = ParentNode->Child;
135 while (Node)
139 if (Node->Name.Integer == TargetName)
143 if (AcpiNsGetType (Node) == ACPI_TYPE_LOCAL_METHOD_ALIAS)
145 Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Node->Object);
153 AcpiUtGetTypeName (Node->Type),
154 Node, AcpiUtGetNodeNam
203 AcpiNsSearchParentTree( UINT32 TargetName, ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_TYPE Type, ACPI_NAMESPACE_NODE **ReturnNode) argument
296 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 Dnsnames.c60 * PARAMETERS: Node - NS node whose pathname is needed
74 ACPI_NAMESPACE_NODE *Node,
97 ParentNode = Node;
136 * PARAMETERS: Node - Namespace node whose pathname is needed
149 ACPI_NAMESPACE_NODE *Node)
156 ACPI_FUNCTION_TRACE_PTR (NsGetExternalPathname, Node);
161 Size = AcpiNsGetPathnameLength (Node);
178 Status = AcpiNsBuildExternalPath (Node, Size, NameBuffer);
193 * PARAMETERS: Node - Namespace node
203 ACPI_NAMESPACE_NODE *Node)
73 AcpiNsBuildExternalPath( ACPI_NAMESPACE_NODE *Node, ACPI_SIZE Size, char *NameBuffer) argument
148 AcpiNsGetExternalPathname( ACPI_NAMESPACE_NODE *Node) argument
202 AcpiNsGetPathnameLength( ACPI_NAMESPACE_NODE *Node) argument
261 ACPI_NAMESPACE_NODE *Node; local
[all...]
H A Dnsalloc.c72 ACPI_NAMESPACE_NODE *Node; local
81 Node = AcpiOsAcquireObject (AcpiGbl_NamespaceCache);
82 if (!Node)
98 Node->Name.Integer = Name;
99 ACPI_SET_DESCRIPTOR_TYPE (Node, ACPI_DESC_TYPE_NAMED);
100 return_PTR (Node);
108 * PARAMETERS: Node - Node to be deleted
121 ACPI_NAMESPACE_NODE *Node)
131 AcpiNsDetachObject (Node);
120 AcpiNsDeleteNode( ACPI_NAMESPACE_NODE *Node) argument
175 AcpiNsRemoveNode( ACPI_NAMESPACE_NODE *Node) argument
242 AcpiNsInstallNode( ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE *ParentNode, ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_TYPE Type) argument
[all...]
H A Dnsxfobj.c74 ACPI_NAMESPACE_NODE *Node; local
86 * Special case for the predefined Root Node
103 Node = AcpiNsValidateHandle (Handle);
104 if (!Node)
110 *RetType = Node->Type;
139 ACPI_NAMESPACE_NODE *Node; local
149 /* Special case for the predefined Root Node (no parent) */
164 Node = AcpiNsValidateHandle (Handle);
165 if (!Node)
173 ParentNode = Node
219 ACPI_NAMESPACE_NODE *Node; local
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsargs.c61 ACPI_NAMESPACE_NODE *Node,
71 * PARAMETERS: Node - Object NS node
84 ACPI_NAMESPACE_NODE *Node,
105 /* Save the Node for use in AcpiPsParseAml */
107 Op->Common.Node = ScopeNode;
129 WalkState->DeferredNode = Node;
141 Op->Common.Node = Node;
152 Op->Common.Node = ScopeNode;
175 WalkState->DeferredNode = Node;
83 AcpiDsExecuteArguments( ACPI_NAMESPACE_NODE *Node, ACPI_NAMESPACE_NODE *ScopeNode, UINT32 AmlLength, UINT8 *AmlStart) argument
202 ACPI_NAMESPACE_NODE *Node; local
251 ACPI_NAMESPACE_NODE *Node; local
299 ACPI_NAMESPACE_NODE *Node; local
348 ACPI_NAMESPACE_NODE *Node; local
397 ACPI_NAMESPACE_NODE *Node; local
[all...]
H A Ddswload2.c78 ACPI_NAMESPACE_NODE *Node; local
153 Node = NULL;
165 WalkState, &(Node));
172 if (Op && (Op->Named.Node == AcpiGbl_RootNode))
174 Node = Op->Named.Node;
176 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
191 WalkState, &(Node));
214 switch (Node->Type)
240 AcpiUtGetNodeName (Node), AcpiUtGetTypeNam
393 ACPI_NAMESPACE_NODE *Node; local
[all...]
/freebsd-10.1-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.1-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.1-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...]
H A Devhandler.c157 * PARAMETERS: Node - Namespace node for the device
169 ACPI_NAMESPACE_NODE *Node,
178 ObjDesc = AcpiNsGetAttachedObject (Node);
231 ACPI_NAMESPACE_NODE *Node; local
249 Node = AcpiNsValidateHandle (ObjHandle);
250 if (!Node)
259 if ((Node->Type != ACPI_TYPE_DEVICE) &&
260 (Node->Type != ACPI_TYPE_REGION) &&
261 (Node != AcpiGbl_RootNode))
268 ObjDesc = AcpiNsGetAttachedObject (Node);
168 AcpiEvHasDefaultHandler( ACPI_NAMESPACE_NODE *Node, ACPI_ADR_SPACE_TYPE SpaceId) argument
359 AcpiEvInstallSpaceHandler( ACPI_NAMESPACE_NODE *Node, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void *Context) argument
[all...]
/freebsd-10.1-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.1-release/sys/contrib/dev/acpica/compiler/
H A Daslload.c156 ACPI_NAMESPACE_NODE *Node; local
205 NULL, &Node);
224 Child->Asl.Node = Node;
225 Node->Op = Child;
261 ACPI_NAMESPACE_NODE *Node; local
272 WalkState, &Node);
286 Node->Value = (UINT32) Op->Asl.Value.Integer;
287 Node->Op = Op;
288 Op->Asl.Node
347 ACPI_NAMESPACE_NODE *Node; local
719 ACPI_NAMESPACE_NODE *Node; local
[all...]
/freebsd-10.1-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.1-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.1-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp385 SDNode *MSP430DAGToDAGISel::Select(SDNode *Node) { argument
386 SDLoc dl(Node);
388 // Dump information about the Node being selected
390 DEBUG(Node->dump(CurDAG));
394 if (Node->isMachineOpcode()) {
396 Node->dump(CurDAG);
398 Node->setNodeId(-1);
403 switch (Node->getOpcode()) {
406 assert(Node->getValueType(0) == MVT::i16);
407 int FI = cast<FrameIndexSDNode>(Node)
[all...]

Completed in 385 milliseconds

1234567891011>>