Home
last modified time | relevance | path

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

12345678910>>...28

/freebsd-14.2/contrib/one-true-awk/
H A Dproto.h74 extern Node *node3(int, Node *, Node *, Node *);
75 extern Node *node4(int, Node *, Node *, Node *, Node *);
76 extern Node *node5(int, Node *, Node *, Node *, Node *, Node *);
77 extern Node *stat3(int, Node *, Node *, Node *);
78 extern Node *op2(int, Node *, Node *);
81 extern Node *op3(int, Node *, Node *, Node *);
82 extern Node *op4(int, Node *, Node *, Node *, Node *);
83 extern Node *op5(int, Node *, Node *, Node *, Node *, Node *);
85 extern Node *stat4(int, Node *, Node *, Node *, Node *);
89 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-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp180 PrintFPPragmas(Node); in PrintRawCompoundStmt()
362 if (Node->getInit()) in VisitSwitchStmt()
400 if (Node->getInit()) in VisitForStmt()
431 if (Node->getInit()) in VisitCXXForRangeStmt()
503 if (Node->getNumOutputs() != 0 || Node->getNumInputs() != 0 || in VisitGCCAsmStmt()
504 Node->getNumClobbers() != 0 || Node->getNumLabels() != 0) in VisitGCCAsmStmt()
524 if (Node->getNumInputs() != 0 || Node->getNumClobbers() != 0 || in VisitGCCAsmStmt()
545 if (Node->getNumClobbers() != 0 || Node->getNumLabels()) in VisitGCCAsmStmt()
1226 else if (Node->isObjectReceiver() && Node->getBase()) { in VisitObjCPropertyRefExpr()
1229 } else if (Node->isClassReceiver() && Node->getClassReceiver()) { in VisitObjCPropertyRefExpr()
[all …]
H A DTextNodeDumper.cpp126 if (!Node) { in Visit()
135 dumpPointer(Node); in Visit()
1110 [=] { Visit(Node->getAPValueResult(), Node->getType()); }); in VisitConstantExpr()
1114 if (Node->usesADL()) in VisitCallExpr()
1125 VisitCallExpr(Node); in VisitCXXOperatorCallExpr()
1141 VisitCastExpr(Node); in VisitImplicitCastExpr()
1150 if (Node->getDecl() != Node->getFoundDecl()) { in VisitDeclRefExpr()
1265 OS << " " << (Node->isArrow() ? "->" : ".") << *Node->getMemberDecl(); in VisitMemberExpr()
1360 dumpPointer(Node); in VisitCXXBindTemporaryExpr()
1420 OS << " " << (Node->isArrow() ? "->" : ".") << Node->getMember(); in VisitCXXDependentScopeMemberExpr()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp579 SDLoc DL(Node); in PromoteReduction()
623 SDLoc DL(Node); in PromoteSETCC()
648 SDLoc DL(Node); in PromoteSTRICT()
746 SDLoc dl(Node); in Promote()
790 SDLoc dl(Node); in PromoteINT_TO_FP()
840 SDLoc dl(Node); in PromoteFP_TO_INT()
932 Node->getOperand(1), Node->getOperand(4)); in Expand()
1154 SDLoc DL(Node); in ExpandSELECT()
1213 SDLoc DL(Node); in ExpandSEXTINREG()
1227 SDLoc DL(Node); in ExpandANY_EXTEND_VECTOR_INREG()
[all …]
H A DLegalizeDAG.cpp502 SDLoc dl(Node); in LegalizeStoreOps()
681 SDLoc dl(Node); in LegalizeLoadOps()
1227 Node->getOpcode(), Node->getOperand(0).getValueType()); in LegalizeOp()
1247 Node->getOpcode(), Node->getOperand(1).getValueType()); in LegalizeOp()
2346 Entry.Node = Node->getOperand(0); in ExpandSinCosLibCall()
3086 Node->getOperand(0), Node->getOperand(1), Zero, Zero, in ExpandNode()
3096 Node->getOperand(0), Node->getOperand(2), Node->getOperand(1), in ExpandNode()
3108 Node->getOperand(0), Node->getOperand(1), Node->getOperand(2), in ExpandNode()
4365 Ops.append(Node->op_begin() + 2, Node->op_end()); in ConvertNodeToLibcall()
4373 Ops.append(Node->op_begin() + 1, Node->op_end()); in ConvertNodeToLibcall()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp30 if (!Node.isScalar()) in verifyScalar()
45 return verifyValue(Node); in verifyScalar()
59 if (!Node.isArray()) in verifyArray()
93 if (!Node.isMap()) in verifyKernelArgs()
196 if (!Node.isMap()) in verifyKernel()
222 Node, in verifyKernel()
223 [this](msgpack::DocNode &Node) { return verifyInteger(Node); }, 2); in verifyKernel() argument
227 return verifyArray(Node, [this](msgpack::DocNode &Node) { in verifyKernel() argument
296 Node, in verify()
302 return verifyArray(Node, [this](msgpack::DocNode &Node) { in verify() argument
[all …]
H A DMsgPackDocument.cpp112 : Node(Node), Index(StartIndex), End(StartIndex + Length), in StackLevel()
114 DocNode Node; member
160 DocNode Node; in readFromBlob() local
163 Node = getNode(); in readFromBlob()
184 Node = getMapNode(); in readFromBlob()
187 Node = getArrayNode(); in readFromBlob()
228 *DestNode = Node; in readFromBlob()
253 DocNode Node; member
265 DocNode Node = getRoot(); in writeToBlob() local
271 {Node, DocNode::MapTy::iterator(), Node.getArray().begin(), false}); in writeToBlob()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h54 class Node {
58 Node(NodeKind Kind);
60 ~Node() = default;
64 Node(const Node &) = delete;
65 Node &operator=(const Node &) = delete;
67 Node(Node &&) = delete;
68 Node &operator=(Node &&) = delete;
122 Node *NextSibling;
123 Node *PreviousSibling;
219 using Node::Node;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1042 NestedName(Node *Qual_, Node *Name_) in NestedName()
1118 LocalName(Node *Encoding_, Node *Entity_) in LocalName()
1913 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_, in ConditionalExpr()
2267 BracedRangeExpr(const Node *First_, const Node *Last_, const Node *Init_) in BracedRangeExpr()
2714 Node **data = new (mem) Node *[sz]; in makeNodeArray()
2840 Node *parseAbiTags(Node *N);
3002 Node *
3117 Node *
3342 Node *
3405 Node *
[all …]
/freebsd-14.2/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-14.2/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-14.2/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 …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h176 void Visit(const Stmt *Node);
248 void VisitIfStmt(const IfStmt *Node);
249 void VisitSwitchStmt(const SwitchStmt *Node);
250 void VisitWhileStmt(const WhileStmt *Node);
251 void VisitLabelStmt(const LabelStmt *Node);
252 void VisitGotoStmt(const GotoStmt *Node);
253 void VisitCaseStmt(const CaseStmt *Node);
254 void VisitReturnStmt(const ReturnStmt *Node);
259 void VisitCallExpr(const CallExpr *Node);
261 void VisitCastExpr(const CastExpr *Node);
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h739 return Node.isMain(); in AST_MATCHER()
4116 return (!Node.isNull() && Node->isAnyPointerType() && in AST_MATCHER_P()
4158 return (!Node.isNull() && Node->isReferenceType() && in AST_MATCHER_P()
4176 if (Node.isNull()) in AST_MATCHER_P()
4706 return std::distance(Node.decl_begin(), Node.decl_end()) == (ptrdiff_t)N; in AST_MATCHER_P()
5648 Predicate.Node = DynTypedNode::create(Node); in AST_POLYMORPHIC_MATCHER_P()
5836 .matchesNode(Node);
5845 .matchesNode(Node);
7743 return Node && Node.getNestedNameSpecifier()->getAsType() && in AST_MATCHER_P()
8124 if (Node.getRHS()) in AST_MATCHER_P()
[all …]
H A DASTMatchersInternal.h148 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
198 return &Node;
1787 if (!Node)
1811 if (!Node)
1960 DynTypedNode Node;
1964 static const Stmt *get(const Ty &Node) { return Node.getBody(); }
2065 if (Node.getNumArgs() != 1 && Node.getOperator() != OO_PlusPlus &&
2161 return &Node;
2180 return Node.getOpcodeStr(Node.getOpcode());
2228 return Node.getOpcodeStr(Node.getOpcode());
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp182 case Node::Prec::Unary: in print()
184 case Node::Prec::Cast: in print()
200 case Node::Prec::And: in print()
202 case Node::Prec::Xor: in print()
204 case Node::Prec::Ior: in print()
208 case Node::Prec::OrIf: in print()
268 if (Node->Ref && !Node->Printing) { in operator ()()
478 case Node::KNestedName: in getFunctionDeclContextName()
528 if (const Node *Ret = in getFunctionReturnType()
552 const Node *N = static_cast<const Node *>(RootNode); in isCtorOrDtor()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h308 if (Node) { in deleteTree()
350 if (Node) {
473 while (Node) { in initNode()
491 Node = Node->Left; in initNode()
497 Node = Node->Right; in initNode()
518 Node = Node->Left; in nextInterval()
526 Node = Node->Right; in nextInterval()
538 Node = Point < Node->middle() ? Node->Left : Node->Right; in nextInterval()
547 : AscendingBuckets(Left), DescendingBuckets(Right), Node(Node), in find_iterator()
576 return (!LHS.Node && !RHS.Node && !LHS.Index && !RHS.Index) ||
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp64 filterNode(Node); in filter()
70 filterNode(*Node); in finish()
117 filterNode(Node); in tryMMap()
135 filterNode(Node); in tryReset()
164 filterNode(Node); in tryModule()
204 if (!checkTag(Node)) in filterNode()
208 if (trySGR(Node)) in filterNode()
211 OS << Node.Text; in filterNode()
215 if (trySymbol(Node)) in tryPresentation()
217 if (tryPC(Node)) in tryPresentation()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h77 IList<Base, Node, Elem>::IList() { in IList()
105 void IList<Base, Node, Elem>::Remove(Elem* e) { in Remove()
119 Elem* IList<Base, Node, Elem>::PopFront() { in PopFront()
127 Elem* IList<Base, Node, Elem>::PopBack() { in PopBack()
135 Elem* IList<Base, Node, Elem>::Front() { in Front()
140 Elem* IList<Base, Node, Elem>::Back() { in Back()
145 Elem* IList<Base, Node, Elem>::Prev(Elem* e) { in Prev()
152 Elem* IList<Base, Node, Elem>::Next(Elem* e) { in Next()
159 uptr IList<Base, Node, Elem>::Size() const { in Size()
164 bool IList<Base, Node, Elem>::Empty() const { in Empty()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h112 class Node;
315 class Node {
690 Node &SourceN, Node &TargetN,
732 void switchOutgoingEdgeToRef(Node &SourceN, Node &TargetN);
746 void insertInternalRefEdge(Node &SourceN, Node &TargetN);
794 void removeOutgoingEdge(Node &SourceN, Node &TargetN);
846 void insertTrivialCallEdge(Node &SourceN, Node &TargetN);
857 void insertTrivialRefEdge(Node &SourceN, Node &TargetN);
1030 void insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
1038 void removeEdge(Node &SourceN, Node &TargetN);
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp48 llvm::SmallVector<Node *, 4> stack; in ParseOneExpression()
57 Node *right = stack.pop_back_val(); in ParseOneExpression()
58 Node *left = stack.pop_back_val(); in ParseOneExpression()
68 Node *operand = stack.pop_back_val(); in ParseOneExpression()
89 std::vector<std::pair<llvm::StringRef, Node *>>
101 Node *rhs = ParseOneExpression(expr, alloc); in ParseFPOProgram()
127 if (Node *replacement = m_replacer(symbol)) { in Visit()
160 void Visit(RegisterNode &reg, Node *&) override;
166 void Visit(UnaryOpNode &unary, Node *&) override;
243 Node *&node, llvm::function_ref<Node *(SymbolNode &)> replacer) { in ResolveSymbols()
[all …]

12345678910>>...28