Home
last modified time | relevance | path

Searched refs:Node (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/freebsd-13.1/contrib/one-true-awk/
H A Dproto.h75 extern Node *node3(int, Node *, Node *, Node *);
76 extern Node *node4(int, Node *, Node *, Node *, Node *);
77 extern Node *node5(int, Node *, Node *, Node *, Node *, Node *);
78 extern Node *stat3(int, Node *, Node *, Node *);
79 extern Node *op2(int, Node *, Node *);
82 extern Node *op3(int, Node *, Node *, Node *);
83 extern Node *op4(int, Node *, Node *, Node *, Node *);
84 extern Node *op5(int, Node *, Node *, Node *, Node *, Node *);
86 extern Node *stat4(int, Node *, Node *, Node *, Node *);
90 extern Node *pa2stat(Node *, Node *, Node *);
[all …]
H A Dparse.c60 Node *node2(int a, Node *b, Node *c) in node2()
71 Node *node3(int a, Node *b, Node *c, Node *d) in node3()
83 Node *node4(int a, Node *b, Node *c, Node *d, Node *e) in node4()
96 Node *node5(int a, Node *b, Node *c, Node *d, Node *e, Node *f) in node5()
128 Node *stat3(int a, Node *b, Node *c, Node *d) in stat3()
137 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4()
155 Node *op2(int a, Node *b, Node *c) in op2()
164 Node *op3(int a, Node *b, Node *c, Node *d) in op3()
173 Node *op4(int a, Node *b, Node *c, Node *d, Node *e) in op4()
182 Node *op5(int a, Node *b, Node *c, Node *d, Node *e, Node *f) in op5()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp282 if (Node->getInit()) in VisitSwitchStmt()
320 if (Node->getInit()) in VisitForStmt()
324 if (Node->getCond()) in VisitForStmt()
349 if (Node->getInit()) in VisitCXXForRangeStmt()
421 if (Node->getNumOutputs() != 0 || Node->getNumInputs() != 0 || in VisitGCCAsmStmt()
422 Node->getNumClobbers() != 0 || Node->getNumLabels() != 0) in VisitGCCAsmStmt()
442 if (Node->getNumInputs() != 0 || Node->getNumClobbers() != 0 || in VisitGCCAsmStmt()
463 if (Node->getNumClobbers() != 0 || Node->getNumLabels()) in VisitGCCAsmStmt()
1066 else if (Node->isObjectReceiver() && Node->getBase()) { in VisitObjCPropertyRefExpr()
1069 } else if (Node->isClassReceiver() && Node->getClassReceiver()) { in VisitObjCPropertyRefExpr()
[all …]
H A DTextNodeDumper.cpp125 if (!Node) { in Visit()
134 dumpPointer(Node); in Visit()
984 [=] { Visit(Node->getAPValueResult(), Node->getType()); }); in VisitConstantExpr()
988 if (Node->usesADL()) in VisitCallExpr()
999 VisitCallExpr(Node); in VisitCXXOperatorCallExpr()
1015 VisitCastExpr(Node); in VisitImplicitCastExpr()
1023 if (Node->getDecl() != Node->getFoundDecl()) { in VisitDeclRefExpr()
1128 OS << " " << (Node->isArrow() ? "->" : ".") << *Node->getMemberDecl(); in VisitMemberExpr()
1220 dumpPointer(Node); in VisitCXXBindTemporaryExpr()
1280 OS << " " << (Node->isArrow() ? "->" : ".") << Node->getMember(); in VisitCXXDependentScopeMemberExpr()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h29 class Node {
59 BinaryOpNode(OpType op_type, Node &left, Node &right) in BinaryOpNode()
74 Node *m_left;
75 Node *m_right;
150 Node *m_operand;
178 case Node::BinaryOp: in Dispatch()
180 case Node::InitialValue: in Dispatch()
182 case Node::Integer: in Dispatch()
184 case Node::Register: in Dispatch()
186 case Node::Symbol: in Dispatch()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp26 if (!Node.isScalar()) in verifyScalar()
41 return verifyValue(Node); in verifyScalar()
55 if (!Node.isArray()) in verifyArray()
93 if (!Node.isMap()) in verifyKernelArgs()
182 if (!Node.isMap()) in verifyKernel()
208 Node, in verifyKernel()
209 [this](msgpack::DocNode &Node) { return verifyInteger(Node); }, 2); in verifyKernel() argument
213 return verifyArray(Node, [this](msgpack::DocNode &Node) { in verifyKernel() argument
274 Node, in verify()
280 return verifyArray(Node, [this](msgpack::DocNode &Node) { in verify() argument
[all …]
H A DMsgPackDocument.cpp108 : Node(Node), Index(StartIndex), End(StartIndex + Length), in StackLevel()
110 DocNode Node; member
150 DocNode Node; in readFromBlob() local
153 Node = getNode(); in readFromBlob()
171 Node = getMapNode(); in readFromBlob()
174 Node = getArrayNode(); in readFromBlob()
215 *DestNode = Node; in readFromBlob()
240 DocNode Node; member
252 DocNode Node = getRoot(); in writeToBlob() local
258 {Node, DocNode::MapTy::iterator(), Node.getArray().begin(), false}); in writeToBlob()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp606 SDLoc dl(Node); in Promote()
646 SDLoc dl(Node); in PromoteINT_TO_FP()
696 SDLoc dl(Node); in PromoteFP_TO_INT()
915 SDLoc DL(Node); in ExpandSELECT()
981 SDLoc DL(Node); in ExpandSEXTINREG()
995 SDLoc DL(Node); in ExpandANY_EXTEND_VECTOR_INREG()
1030 SDLoc DL(Node); in ExpandSIGN_EXTEND_VECTOR_INREG()
1054 SDLoc DL(Node); in ExpandZERO_EXTEND_VECTOR_INREG()
1111 SDLoc DL(Node); in ExpandBSWAP()
1171 SDLoc DL(Node); in ExpandVSELECT()
[all …]
H A DLegalizeDAG.cpp493 SDLoc dl(Node); in LegalizeStoreOps()
671 SDLoc dl(Node); in LegalizeLoadOps()
1181 Node->getOpcode(), Node->getOperand(0).getValueType()); in LegalizeOp()
1185 Node->getOpcode(), Node->getOperand(1).getValueType()); in LegalizeOp()
1444 SDLoc dl(Node); in ExpandVectorBuildThroughStack()
2238 Entry.Node = Node->getOperand(0); in ExpandSinCosLibCall()
2741 Node->getOperand(0), Node->getOperand(1), Zero, Zero, in ExpandNode()
2764 Node->getOperand(0), Node->getOperand(1), Node->getOperand(2), in ExpandNode()
3892 Ops.append(Node->op_begin() + 2, Node->op_end()); in ConvertNodeToLibcall()
3900 Ops.append(Node->op_begin() + 1, Node->op_end()); in ConvertNodeToLibcall()
[all …]
H A DScheduleDAGSDNodes.h65 static bool isPassiveNode(SDNode *Node) { in isPassiveNode() argument
66 if (isa<ConstantSDNode>(Node)) return true; in isPassiveNode()
67 if (isa<ConstantFPSDNode>(Node)) return true; in isPassiveNode()
68 if (isa<RegisterSDNode>(Node)) return true; in isPassiveNode()
69 if (isa<RegisterMaskSDNode>(Node)) return true; in isPassiveNode()
70 if (isa<GlobalAddressSDNode>(Node)) return true; in isPassiveNode()
79 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode()
80 isa<MDNodeSDNode>(Node)) return true; in isPassiveNode()
140 const SDNode *Node; variable
156 return Node; in GetNode()
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c200 if (!Node) in AcpiNsAttachObject()
222 Node, AcpiUtGetDescriptorName (Node))); in AcpiNsAttachObject()
232 Object, Node)); in AcpiNsAttachObject()
274 ObjDesc, Node, AcpiUtGetNodeName (Node))); in AcpiNsAttachObject()
278 if (Node->Object) in AcpiNsAttachObject()
307 Node->Object = ObjDesc; in AcpiNsAttachObject()
362 Node->Object = NULL; in AcpiNsDetachObject()
374 Node->Object = Node->Object->Common.NextObject; in AcpiNsDetachObject()
393 Node, AcpiUtGetNodeName (Node), ObjDesc)); in AcpiNsDetachObject()
422 if (!Node) in AcpiNsGetAttachedObject()
[all …]
H A Dnsalloc.c187 if (!Node) in AcpiNsCreateNode()
203 Node->Name.Integer = Name; in AcpiNsCreateNode()
205 return_PTR (Node); in AcpiNsCreateNode()
235 if (!Node) in AcpiNsDeleteNode()
242 AcpiNsDetachObject (Node); in AcpiNsDeleteNode()
250 ObjDesc = Node->Object; in AcpiNsDeleteNode()
314 while (NextNode != Node) in AcpiNsRemoveNode()
337 AcpiNsDeleteNode (Node); in AcpiNsRemoveNode()
400 Node->Peer = NULL; in AcpiNsInstallNode()
422 Node->OwnerId = OwnerId; in AcpiNsInstallNode()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h80 class Node {
84 Node(NodeKind Kind);
86 ~Node() = default;
90 Node(const Node &) = delete;
91 Node &operator=(const Node &) = delete;
93 Node(Node &&) = delete;
94 Node &operator=(Node &&) = delete;
148 Node *NextSibling;
149 Node *PreviousSibling;
241 using Node::Node;
[all …]
H A DNodes.h124 static bool classof(const Node *N);
135 static bool classof(const Node *N);
143 static bool classof(const Node *N);
154 static bool classof(const Node *N);
163 static bool classof(const Node *N);
181 static bool classof(const Node *N);
193 static bool classof(const Node *N);
206 static bool classof(const Node *N);
217 static bool classof(const Node *N);
225 static bool classof(const Node *N);
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsargs.c247 Op->Common.Node = Node; in AcpiDsExecuteArguments()
323 Node = ObjDesc->BufferField.Node; in AcpiDsGetBufferFieldArguments()
333 Status = AcpiDsExecuteArguments (Node, Node->Parent, in AcpiDsGetBufferFieldArguments()
372 Node = ObjDesc->BankField.Node; in AcpiDsGetBankFieldArguments()
382 Status = AcpiDsExecuteArguments (Node, Node->Parent, in AcpiDsGetBankFieldArguments()
419 Node = ObjDesc->Buffer.Node; in AcpiDsGetBufferArguments()
420 if (!Node) in AcpiDsGetBufferArguments()
432 Status = AcpiDsExecuteArguments (Node, Node, in AcpiDsGetBufferArguments()
469 Node = ObjDesc->Package.Node; in AcpiDsGetPackageArguments()
482 Status = AcpiDsExecuteArguments (Node, Node, in AcpiDsGetPackageArguments()
[all …]
H A Ddswload2.c262 Node = NULL; in AcpiDsLoad2BeginOp()
274 WalkState, &(Node)); in AcpiDsLoad2BeginOp()
283 Node = Op->Named.Node; in AcpiDsLoad2BeginOp()
325 switch (Node->Type) in AcpiDsLoad2BeginOp()
351 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type))); in AcpiDsLoad2BeginOp()
378 AcpiUtGetTypeName (Node->Type), AcpiUtGetNodeName (Node))); in AcpiDsLoad2BeginOp()
392 Node = Op->Common.Node; in AcpiDsLoad2BeginOp()
472 AcpiUtGetNodeName (Node), Node)); in AcpiDsLoad2BeginOp()
496 if (Node) in AcpiDsLoad2BeginOp()
507 Op->Common.Node = Node; in AcpiDsLoad2BeginOp()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h42 static Node *find(Node *s, args_type args, u32 hash);
63 Node *StackDepotBase<Node, kReservedBits, kTabSizeLog>::find(Node *s, in find()
76 Node *StackDepotBase<Node, kReservedBits, kTabSizeLog>::lock( in lock()
83 return (Node *)cmp; in lock()
93 atomic_uintptr_t *p, Node *s) { in unlock()
104 uptr h = Node::hash(args); in Put()
107 Node *s = (Node *)(v & ~1); in Put()
109 Node *node = find(s, args, h); in Put()
112 Node *s2 = lock(p); in Put()
152 Node *s = (Node *)(v & ~1); in Get()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h851 NestedName(Node *Qual_, Node *Name_) in NestedName()
869 LocalName(Node *Encoding_, Node *Entity_) in LocalName()
1629 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_) in ConditionalExpr()
1954 BracedRangeExpr(const Node *First_, const Node *Last_, const Node *Init_) in BracedRangeExpr()
2422 Node **data = new (mem) Node *[sz]; in makeNodeArray()
2540 Node *parseAbiTags(Node *N);
2641 Node *
2658 Node *
2689 Node *
2833 Node *
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Daslload.c382 Child->Asl.Node = Node; in LdLoadFieldElements()
431 WalkState, &Node); in LdLoadResourceElements()
455 Node->Op = Op; in LdLoadResourceElements()
456 Op->Asl.Node = Node; in LdLoadResourceElements()
482 InitializerOp->Asl.Node = Node; in LdLoadResourceElements()
577 if (Op->Asl.Node) in LdNamespace1Begin()
994 Node->Op = Op; in LdNamespace1Begin()
1000 Op->Asl.Node = Node; in LdNamespace1Begin()
1014 Node->Value = in LdNamespace1Begin()
1304 Node = Op->Asl.Node; in LdNamespace2Begin()
[all …]
H A Daslxref.c444 Node = Op->Asl.Node; in XfNamespaceLocateBegin()
448 if (!Node->MethodLocals) in XfNamespaceLocateBegin()
522 Node = NextOp->Asl.Node; in XfNamespaceLocateBegin()
559 Node = NextOp->Asl.Node; in XfNamespaceLocateBegin()
853 NextOp = Node->Op; in XfNamespaceLocateBegin()
861 if (NextOp->Asl.Node) in XfNamespaceLocateBegin()
863 Node = NextOp->Asl.Node; in XfNamespaceLocateBegin()
880 Offset = Node->Value; in XfNamespaceLocateBegin()
1029 Op->Asl.Node = Node; in XfNamespaceLocateBegin()
1286 Op->Asl.Node = Node; in XfNamespaceLocateBegin()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h176 void Visit(const Stmt *Node);
243 void VisitIfStmt(const IfStmt *Node);
244 void VisitSwitchStmt(const SwitchStmt *Node);
245 void VisitWhileStmt(const WhileStmt *Node);
246 void VisitLabelStmt(const LabelStmt *Node);
247 void VisitGotoStmt(const GotoStmt *Node);
248 void VisitCaseStmt(const CaseStmt *Node);
250 void VisitCallExpr(const CallExpr *Node);
252 void VisitCastExpr(const CastExpr *Node);
266 void VisitMemberExpr(const MemberExpr *Node);
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h735 return Node.isMain(); in AST_MATCHER()
3984 return (!Node.isNull() && Node->isAnyPointerType() && in AST_MATCHER_P()
4026 return (!Node.isNull() && Node->isReferenceType() && in AST_MATCHER_P()
4044 if (Node.isNull()) in AST_MATCHER_P()
4384 return std::distance(Node.decl_begin(), Node.decl_end()) == (ptrdiff_t)N; in AST_MATCHER_P()
5216 Predicate.Node = DynTypedNode::create(Node); in AST_POLYMORPHIC_MATCHER_P()
5406 .matchesNode(Node);
5415 .matchesNode(Node);
7079 return Node && Node.getNestedNameSpecifier()->getAsType() && in AST_MATCHER_P()
7414 if (Node.getRHS()) in AST_MATCHER_P()
[all …]
H A DASTMatchersInternal.h152 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
155 return Node.getType();
202 return &Node;
1815 if (!Node)
1839 if (!Node)
1988 DynTypedNode Node;
1992 static const Stmt *get(const Ty &Node) { return Node.getBody(); }
2093 if (Node.getNumArgs() != 1 && Node.getOperator() != OO_PlusPlus &&
2189 return &Node;
2208 return Node.getOpcodeStr(Node.getOpcode());
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h115 class Node;
318 class Node {
684 Node &SourceN, Node &TargetN,
726 void switchOutgoingEdgeToRef(Node &SourceN, Node &TargetN);
740 void insertInternalRefEdge(Node &SourceN, Node &TargetN);
788 void removeOutgoingEdge(Node &SourceN, Node &TargetN);
840 void insertTrivialCallEdge(Node &SourceN, Node &TargetN);
851 void insertTrivialRefEdge(Node &SourceN, Node &TargetN);
1011 void insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
1019 void removeEdge(Node &SourceN, Node &TargetN);
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp46 llvm::SmallVector<Node *, 4> stack; in ParseOneExpression()
55 Node *right = stack.pop_back_val(); in ParseOneExpression()
56 Node *left = stack.pop_back_val(); in ParseOneExpression()
66 Node *operand = stack.pop_back_val(); in ParseOneExpression()
87 std::vector<std::pair<llvm::StringRef, Node *>>
99 Node *rhs = ParseOneExpression(expr, alloc); in ParseFPOProgram()
125 if (Node *replacement = m_replacer(symbol)) { in Visit()
158 void Visit(RegisterNode &reg, Node *&) override;
164 void Visit(UnaryOpNode &unary, Node *&) override;
241 Node *&node, llvm::function_ref<Node *(SymbolNode &)> replacer) { in ResolveSymbols()
[all …]

12345678910>>...25