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

1234567891011>>

/freebsd-10.0-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.0-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
586 VisitDeclRefExpr(DeclRefExpr *Node) argument
597 VisitDependentScopeDeclRefExpr( DependentScopeDeclRefExpr *Node) argument
609 VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) argument
620 VisitObjCIvarRefExpr(ObjCIvarRefExpr *Node) argument
628 VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *Node) argument
642 VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) argument
650 VisitPredefinedExpr(PredefinedExpr *Node) argument
669 VisitCharacterLiteral(CharacterLiteral *Node) argument
724 VisitIntegerLiteral(IntegerLiteral *Node) argument
747 PrintFloatingLiteral(raw_ostream &OS, FloatingLiteral *Node, bool PrintSuffix) argument
768 VisitFloatingLiteral(FloatingLiteral *Node) argument
772 VisitImaginaryLiteral(ImaginaryLiteral *Node) argument
780 VisitParenExpr(ParenExpr *Node) argument
785 VisitUnaryOperator(UnaryOperator *Node) argument
811 VisitOffsetOfExpr(OffsetOfExpr *Node) argument
845 VisitUnaryExprOrTypeTraitExpr(UnaryExprOrTypeTraitExpr *Node) argument
872 VisitGenericSelectionExpr(GenericSelectionExpr *Node) argument
888 VisitArraySubscriptExpr(ArraySubscriptExpr *Node) argument
913 VisitMemberExpr(MemberExpr *Node) argument
937 VisitObjCIsaExpr(ObjCIsaExpr *Node) argument
942 VisitExtVectorElementExpr(ExtVectorElementExpr *Node) argument
947 VisitCStyleCastExpr(CStyleCastExpr *Node) argument
953 VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) argument
959 VisitImplicitCastExpr(ImplicitCastExpr *Node) argument
963 VisitBinaryOperator(BinaryOperator *Node) argument
968 VisitCompoundAssignOperator(CompoundAssignOperator *Node) argument
973 VisitConditionalOperator(ConditionalOperator *Node) argument
984 VisitBinaryConditionalOperator(BinaryConditionalOperator *Node) argument
989 VisitAddrLabelExpr(AddrLabelExpr *Node) argument
999 VisitChooseExpr(ChooseExpr *Node) argument
1013 VisitShuffleVectorExpr(ShuffleVectorExpr *Node) argument
1022 VisitInitListExpr(InitListExpr* Node) argument
1039 VisitParenListExpr(ParenListExpr* Node) argument
1048 VisitDesignatedInitExpr(DesignatedInitExpr *Node) argument
1074 VisitImplicitValueInitExpr(ImplicitValueInitExpr *Node) argument
1090 VisitVAArgExpr(VAArgExpr *Node) argument
1098 VisitPseudoObjectExpr(PseudoObjectExpr *Node) argument
1102 VisitAtomicExpr(AtomicExpr *Node) argument
1143 VisitCXXOperatorCallExpr(CXXOperatorCallExpr *Node) argument
1189 VisitCXXMemberCallExpr(CXXMemberCallExpr *Node) argument
1193 VisitCUDAKernelCallExpr(CUDAKernelCallExpr *Node) argument
1202 VisitCXXNamedCastExpr(CXXNamedCastExpr *Node) argument
1210 VisitCXXStaticCastExpr(CXXStaticCastExpr *Node) argument
1214 VisitCXXDynamicCastExpr(CXXDynamicCastExpr *Node) argument
1218 VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *Node) argument
1222 VisitCXXConstCastExpr(CXXConstCastExpr *Node) argument
1226 VisitCXXTypeidExpr(CXXTypeidExpr *Node) argument
1236 VisitCXXUuidofExpr(CXXUuidofExpr *Node) argument
1246 VisitMSPropertyRefExpr(MSPropertyRefExpr *Node) argument
1258 VisitUserDefinedLiteral(UserDefinedLiteral *Node) argument
1296 VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) argument
1300 VisitCXXNullPtrLiteralExpr(CXXNullPtrLiteralExpr *Node) argument
1304 VisitCXXThisExpr(CXXThisExpr *Node) argument
1308 VisitCXXThrowExpr(CXXThrowExpr *Node) argument
1317 VisitCXXDefaultArgExpr(CXXDefaultArgExpr *Node) argument
1321 VisitCXXDefaultInitExpr(CXXDefaultInitExpr *Node) argument
1325 VisitCXXFunctionalCastExpr(CXXFunctionalCastExpr *Node) argument
1332 VisitCXXBindTemporaryExpr(CXXBindTemporaryExpr *Node) argument
1336 VisitCXXTemporaryObjectExpr(CXXTemporaryObjectExpr *Node) argument
1349 VisitLambdaExpr(LambdaExpr *Node) argument
1438 VisitCXXScalarValueInitExpr(CXXScalarValueInitExpr *Node) argument
1534 VisitCXXUnresolvedConstructExpr( CXXUnresolvedConstructExpr *Node) argument
1548 VisitCXXDependentScopeMemberExpr( CXXDependentScopeMemberExpr *Node) argument
1564 VisitUnresolvedMemberExpr(UnresolvedMemberExpr *Node) argument
1717 VisitSubstNonTypeTemplateParmPackExpr( SubstNonTypeTemplateParmPackExpr *Node) argument
1722 VisitSubstNonTypeTemplateParmExpr( SubstNonTypeTemplateParmExpr *Node) argument
1731 VisitMaterializeTemporaryExpr(MaterializeTemporaryExpr *Node) argument
1737 VisitObjCStringLiteral(ObjCStringLiteral *Node) argument
1777 VisitObjCEncodeExpr(ObjCEncodeExpr *Node) argument
1783 VisitObjCSelectorExpr(ObjCSelectorExpr *Node) argument
1787 VisitObjCProtocolExpr(ObjCProtocolExpr *Node) argument
1829 VisitObjCBoolLiteralExpr(ObjCBoolLiteralExpr *Node) argument
1846 VisitBlockExpr(BlockExpr *Node) argument
1873 VisitOpaqueValueExpr(OpaqueValueExpr *Node) argument
1877 VisitAsTypeExpr(AsTypeExpr *Node) argument
[all...]
/freebsd-10.0-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.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeOrdering.h36 void add(const SDNode *Node, unsigned NewOrder) { argument
37 unsigned &OldOrder = OrderMap[Node];
41 void remove(const SDNode *Node) { argument
42 DenseMap<const SDNode*, unsigned>::iterator Itr = OrderMap.find(Node);
49 unsigned getOrder(const SDNode *Node) { argument
50 return OrderMap[Node];
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.0-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.0-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.0-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.0-release/contrib/ntp/include/
H A Dntpsim.h63 Queue events; /* Node Event Queue */
64 struct recvbuf *rbuflist; /* Node Receive Buffer */
65 } Node; typedef in typeref:struct:nde
73 Node node P((void));
76 void ndbeep P((Node *, Event));
77 void ndeclk P((Node *, Event));
78 void ntptmr P((Node *, Event));
79 void netpkt P((Node *, Event));
80 int srvr_rply P((Node *, struct sockaddr_storage *,
84 int node_clock P((Node *, doubl
[all...]
/freebsd-10.0-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
52 if (Node->getName().empty()) {
53 WriteAsOperand(OS, Node, false);
57 OS << *Node; local
75 std::string getNodeLabel(const BasicBlock *Node, argument
78 return getSimpleNodeLabel(Node, Grap
83 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.0-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.0-release/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h69 bool getEdgeSourceLabels(raw_ostream &O, NodeType *Node) { argument
70 child_iterator EI = GTraits::child_begin(Node);
71 child_iterator EE = GTraits::child_end(Node);
75 std::string label = DTraits.getEdgeSourceLabel(Node, EI);
147 bool isNodeHidden(NodeType &Node) { argument
148 return isNodeHidden(&Node);
151 bool isNodeHidden(NodeType *const *Node) { argument
152 return isNodeHidden(*Node);
155 bool isNodeHidden(NodeType *Node) { argument
156 return DTraits.isNodeHidden(Node);
159 writeNode(NodeType& Node) argument
163 writeNode(NodeType *const *Node) argument
167 writeNode(NodeType *Node) argument
238 writeEdge(NodeType *Node, unsigned edgeidx, child_iterator EI) argument
[all...]
/freebsd-10.0-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.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp91 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) { argument
92 unsigned Opcode = Node->getOpcode();
94 // Dump information about the Node being selected
95 DEBUG(errs() << "Selecting: "; Node->dump(CurDAG); errs() << "\n");
98 if (Node->isMachineOpcode()) {
99 DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n");
100 Node->setNodeId(-1);
105 std::pair<bool, SDNode*> Ret = selectNode(Node);
120 assert(cast<MemSDNode>(Node)->getMemoryVT().getSizeInBits() / 8 <=
121 cast<MemSDNode>(Node)
[all...]
/freebsd-10.0-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.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h67 /// \brief Adds \c Node to the map with key \c ID.
71 void addNode(StringRef ID, const T* Node) { argument
72 NodeMap[ID] = ast_type_traits::DynTypedNode::create(*Node);
74 void addNode(StringRef ID, ast_type_traits::DynTypedNode Node) { argument
75 NodeMap[ID] = Node;
91 /// \brief Copies all ID/Node pairs to BoundNodesTreeBuilder \c Builder.
94 /// \brief Copies all ID/Node pairs to BoundNodesMap \c Other.
164 void setBinding(const std::string &Id, const T *Node) { argument
165 Bindings.addNode(Id, Node);
167 void setBinding(const std::string &Id, ast_type_traits::DynTypedNode Node) { argument
221 matches(const T &Node, ASTMatchFinder * , BoundNodesTreeBuilder * ) const argument
282 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
299 const T *Node = DynNode.get<T>(); local
316 matches(const QualType &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
336 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
424 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
434 matchesSpecialized( const U &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, typename llvm::enable_if<has_getDecl<U>, int>::type = 0) const argument
442 matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
454 matchesSpecialized(const TemplateSpecializationType &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
463 matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
470 matchesSpecialized(const CXXConstructExpr &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
478 matchesSpecialized(const MemberExpr &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
486 matchesDecl(const Decl *Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
568 matchesChildOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, TraversalKind Traverse, BindKind Bind) argument
586 matchesDescendantOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, BindKind Bind) argument
604 matchesAncestorOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, AncestorMatchMode MatchMode) argument
749 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
771 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
817 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
843 matches(const T& Node, ASTMatchFinder* Finder, BoundNodesTreeBuilder* Builder) const argument
867 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
888 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
915 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
948 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
999 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1022 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1045 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1071 matches(const T& Node, ASTMatchFinder* Finder, BoundNodesTreeBuilder* Builder) const argument
1151 matches(const TLoc &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1176 matches(const TypeLoc &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1198 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1222 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
[all...]

Completed in 360 milliseconds

1234567891011>>