Home
last modified time | relevance | path

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

12345678910>>...27

/freebsd-src/contrib/one-true-awk/
H A Dproto.h27 extern int constnode(Node *);
28 extern char *strnode(Node *);
29 extern Node *notnull(Node *);
41 extern void penter(Node *);
42 extern void freetr(Node *);
46 extern void cfoll(fa *, Node *);
47 extern int first(Node *);
48 extern void follow(Node *);
54 extern Node *repars
[all...]
H A Dparse.c32 Node *nodealloc(size_t n) in nodealloc()
34 Node *x; in nodealloc()
36 x = (Node *) malloc(sizeof(*x) + (n-1) * sizeof(x)); in nodealloc()
44 Node *exptostat(Node *a) in exptostat()
50 Node *node1(int a, Node *b) in node1()
52 Node *x; in node1()
60 Node *node2(int a, Node *b, Node *c) in node2()
62 Node *x; in node2()
71 Node *node3(int a, Node *b, Node *c, Node *d) in node3()
73 Node *x; in node3()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp153 void VisitStmt(Stmt *Node) LLVM_ATTRIBUTE_UNUSED { in VisitStmt() argument
157 void VisitExpr(Expr *Node) LLVM_ATTRIBUTE_UNUSED { in VisitExpr() argument
161 void VisitCXXNamedCastExpr(CXXNamedCastExpr *Node);
165 void Visit##CLASS(CLASS *Node);
177 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt() argument
178 assert(Node && "Compound statement cannot be null"); in PrintRawCompoundStmt()
180 PrintFPPragmas(Node); in PrintRawCompoundStmt()
181 for (auto *I : Node->body()) in PrintRawCompoundStmt()
256 void StmtPrinter::VisitNullStmt(NullStmt *Node) { in VisitNullStmt() argument
260 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { in VisitDeclStmt() argument
266 VisitCompoundStmt(CompoundStmt * Node) VisitCompoundStmt() argument
272 VisitCaseStmt(CaseStmt * Node) VisitCaseStmt() argument
284 VisitDefaultStmt(DefaultStmt * Node) VisitDefaultStmt() argument
289 VisitLabelStmt(LabelStmt * Node) VisitLabelStmt() argument
294 VisitAttributedStmt(AttributedStmt * Node) VisitAttributedStmt() argument
360 VisitSwitchStmt(SwitchStmt * Node) VisitSwitchStmt() argument
372 VisitWhileStmt(WhileStmt * Node) VisitWhileStmt() argument
382 VisitDoStmt(DoStmt * Node) VisitDoStmt() argument
398 VisitForStmt(ForStmt * Node) VisitForStmt() argument
417 VisitObjCForCollectionStmt(ObjCForCollectionStmt * Node) VisitObjCForCollectionStmt() argument
429 VisitCXXForRangeStmt(CXXForRangeStmt * Node) VisitCXXForRangeStmt() argument
442 VisitMSDependentExistsStmt(MSDependentExistsStmt * Node) VisitMSDependentExistsStmt() argument
458 VisitGotoStmt(GotoStmt * Node) VisitGotoStmt() argument
463 VisitIndirectGotoStmt(IndirectGotoStmt * Node) VisitIndirectGotoStmt() argument
470 VisitContinueStmt(ContinueStmt * Node) VisitContinueStmt() argument
475 VisitBreakStmt(BreakStmt * Node) VisitBreakStmt() argument
480 VisitReturnStmt(ReturnStmt * Node) VisitReturnStmt() argument
490 VisitGCCAsmStmt(GCCAsmStmt * Node) VisitGCCAsmStmt() argument
569 VisitMSAsmStmt(MSAsmStmt * Node) VisitMSAsmStmt() argument
579 VisitCapturedStmt(CapturedStmt * Node) VisitCapturedStmt() argument
583 VisitObjCAtTryStmt(ObjCAtTryStmt * Node) VisitObjCAtTryStmt() argument
610 VisitObjCAtFinallyStmt(ObjCAtFinallyStmt * Node) VisitObjCAtFinallyStmt() argument
613 VisitObjCAtCatchStmt(ObjCAtCatchStmt * Node) VisitObjCAtCatchStmt() argument
617 VisitObjCAtThrowStmt(ObjCAtThrowStmt * Node) VisitObjCAtThrowStmt() argument
627 VisitObjCAvailabilityCheckExpr(ObjCAvailabilityCheckExpr * Node) VisitObjCAvailabilityCheckExpr() argument
631 VisitObjCAtSynchronizedStmt(ObjCAtSynchronizedStmt * Node) VisitObjCAtSynchronizedStmt() argument
639 VisitObjCAutoreleasePoolStmt(ObjCAutoreleasePoolStmt * Node) VisitObjCAutoreleasePoolStmt() argument
645 PrintRawCXXCatchStmt(CXXCatchStmt * Node) PrintRawCXXCatchStmt() argument
655 VisitCXXCatchStmt(CXXCatchStmt * Node) VisitCXXCatchStmt() argument
661 VisitCXXTryStmt(CXXTryStmt * Node) VisitCXXTryStmt() argument
671 VisitSEHTryStmt(SEHTryStmt * Node) VisitSEHTryStmt() argument
685 PrintRawSEHFinallyStmt(SEHFinallyStmt * Node) PrintRawSEHFinallyStmt() argument
691 PrintRawSEHExceptHandler(SEHExceptStmt * Node) PrintRawSEHExceptHandler() argument
699 VisitSEHExceptStmt(SEHExceptStmt * Node) VisitSEHExceptStmt() argument
705 VisitSEHFinallyStmt(SEHFinallyStmt * Node) VisitSEHFinallyStmt() argument
711 VisitSEHLeaveStmt(SEHLeaveStmt * Node) VisitSEHLeaveStmt() argument
720 VisitOMPCanonicalLoop(OMPCanonicalLoop * Node) VisitOMPCanonicalLoop() argument
738 VisitOMPMetaDirective(OMPMetaDirective * Node) VisitOMPMetaDirective() argument
743 VisitOMPParallelDirective(OMPParallelDirective * Node) VisitOMPParallelDirective() argument
748 VisitOMPSimdDirective(OMPSimdDirective * Node) VisitOMPSimdDirective() argument
753 VisitOMPTileDirective(OMPTileDirective * Node) VisitOMPTileDirective() argument
758 VisitOMPUnrollDirective(OMPUnrollDirective * Node) VisitOMPUnrollDirective() argument
763 VisitOMPForDirective(OMPForDirective * Node) VisitOMPForDirective() argument
768 VisitOMPForSimdDirective(OMPForSimdDirective * Node) VisitOMPForSimdDirective() argument
773 VisitOMPSectionsDirective(OMPSectionsDirective * Node) VisitOMPSectionsDirective() argument
778 VisitOMPSectionDirective(OMPSectionDirective * Node) VisitOMPSectionDirective() argument
783 VisitOMPScopeDirective(OMPScopeDirective * Node) VisitOMPScopeDirective() argument
788 VisitOMPSingleDirective(OMPSingleDirective * Node) VisitOMPSingleDirective() argument
793 VisitOMPMasterDirective(OMPMasterDirective * Node) VisitOMPMasterDirective() argument
798 VisitOMPCriticalDirective(OMPCriticalDirective * Node) VisitOMPCriticalDirective() argument
808 VisitOMPParallelForDirective(OMPParallelForDirective * Node) VisitOMPParallelForDirective() argument
814 VisitOMPParallelForSimdDirective(OMPParallelForSimdDirective * Node) VisitOMPParallelForSimdDirective() argument
820 VisitOMPParallelMasterDirective(OMPParallelMasterDirective * Node) VisitOMPParallelMasterDirective() argument
826 VisitOMPParallelMaskedDirective(OMPParallelMaskedDirective * Node) VisitOMPParallelMaskedDirective() argument
832 VisitOMPParallelSectionsDirective(OMPParallelSectionsDirective * Node) VisitOMPParallelSectionsDirective() argument
837 VisitOMPTaskDirective(OMPTaskDirective * Node) VisitOMPTaskDirective() argument
842 VisitOMPTaskyieldDirective(OMPTaskyieldDirective * Node) VisitOMPTaskyieldDirective() argument
847 VisitOMPBarrierDirective(OMPBarrierDirective * Node) VisitOMPBarrierDirective() argument
852 VisitOMPTaskwaitDirective(OMPTaskwaitDirective * Node) VisitOMPTaskwaitDirective() argument
857 VisitOMPErrorDirective(OMPErrorDirective * Node) VisitOMPErrorDirective() argument
862 VisitOMPTaskgroupDirective(OMPTaskgroupDirective * Node) VisitOMPTaskgroupDirective() argument
867 VisitOMPFlushDirective(OMPFlushDirective * Node) VisitOMPFlushDirective() argument
872 VisitOMPDepobjDirective(OMPDepobjDirective * Node) VisitOMPDepobjDirective() argument
877 VisitOMPScanDirective(OMPScanDirective * Node) VisitOMPScanDirective() argument
882 VisitOMPOrderedDirective(OMPOrderedDirective * Node) VisitOMPOrderedDirective() argument
887 VisitOMPAtomicDirective(OMPAtomicDirective * Node) VisitOMPAtomicDirective() argument
892 VisitOMPTargetDirective(OMPTargetDirective * Node) VisitOMPTargetDirective() argument
897 VisitOMPTargetDataDirective(OMPTargetDataDirective * Node) VisitOMPTargetDataDirective() argument
903 VisitOMPTargetEnterDataDirective(OMPTargetEnterDataDirective * Node) VisitOMPTargetEnterDataDirective() argument
909 VisitOMPTargetExitDataDirective(OMPTargetExitDataDirective * Node) VisitOMPTargetExitDataDirective() argument
915 VisitOMPTargetParallelDirective(OMPTargetParallelDirective * Node) VisitOMPTargetParallelDirective() argument
921 VisitOMPTargetParallelForDirective(OMPTargetParallelForDirective * Node) VisitOMPTargetParallelForDirective() argument
926 VisitOMPTeamsDirective(OMPTeamsDirective * Node) VisitOMPTeamsDirective() argument
932 VisitOMPCancellationPointDirective(OMPCancellationPointDirective * Node) VisitOMPCancellationPointDirective() argument
938 VisitOMPCancelDirective(OMPCancelDirective * Node) VisitOMPCancelDirective() argument
944 VisitOMPTaskLoopDirective(OMPTaskLoopDirective * Node) VisitOMPTaskLoopDirective() argument
950 VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective * Node) VisitOMPTaskLoopSimdDirective() argument
956 VisitOMPMasterTaskLoopDirective(OMPMasterTaskLoopDirective * Node) VisitOMPMasterTaskLoopDirective() argument
962 VisitOMPMaskedTaskLoopDirective(OMPMaskedTaskLoopDirective * Node) VisitOMPMaskedTaskLoopDirective() argument
968 VisitOMPMasterTaskLoopSimdDirective(OMPMasterTaskLoopSimdDirective * Node) VisitOMPMasterTaskLoopSimdDirective() argument
974 VisitOMPMaskedTaskLoopSimdDirective(OMPMaskedTaskLoopSimdDirective * Node) VisitOMPMaskedTaskLoopSimdDirective() argument
980 VisitOMPParallelMasterTaskLoopDirective(OMPParallelMasterTaskLoopDirective * Node) VisitOMPParallelMasterTaskLoopDirective() argument
986 VisitOMPParallelMaskedTaskLoopDirective(OMPParallelMaskedTaskLoopDirective * Node) VisitOMPParallelMaskedTaskLoopDirective() argument
992 VisitOMPParallelMasterTaskLoopSimdDirective(OMPParallelMasterTaskLoopSimdDirective * Node) VisitOMPParallelMasterTaskLoopSimdDirective() argument
998 VisitOMPParallelMaskedTaskLoopSimdDirective(OMPParallelMaskedTaskLoopSimdDirective * Node) VisitOMPParallelMaskedTaskLoopSimdDirective() argument
1003 VisitOMPDistributeDirective(OMPDistributeDirective * Node) VisitOMPDistributeDirective() argument
1009 VisitOMPTargetUpdateDirective(OMPTargetUpdateDirective * Node) VisitOMPTargetUpdateDirective() argument
1015 VisitOMPDistributeParallelForDirective(OMPDistributeParallelForDirective * Node) VisitOMPDistributeParallelForDirective() argument
1021 VisitOMPDistributeParallelForSimdDirective(OMPDistributeParallelForSimdDirective * Node) VisitOMPDistributeParallelForSimdDirective() argument
1027 VisitOMPDistributeSimdDirective(OMPDistributeSimdDirective * Node) VisitOMPDistributeSimdDirective() argument
1033 VisitOMPTargetParallelForSimdDirective(OMPTargetParallelForSimdDirective * Node) VisitOMPTargetParallelForSimdDirective() argument
1038 VisitOMPTargetSimdDirective(OMPTargetSimdDirective * Node) VisitOMPTargetSimdDirective() argument
1044 VisitOMPTeamsDistributeDirective(OMPTeamsDistributeDirective * Node) VisitOMPTeamsDistributeDirective() argument
1050 VisitOMPTeamsDistributeSimdDirective(OMPTeamsDistributeSimdDirective * Node) VisitOMPTeamsDistributeSimdDirective() argument
1056 VisitOMPTeamsDistributeParallelForSimdDirective(OMPTeamsDistributeParallelForSimdDirective * Node) VisitOMPTeamsDistributeParallelForSimdDirective() argument
1062 VisitOMPTeamsDistributeParallelForDirective(OMPTeamsDistributeParallelForDirective * Node) VisitOMPTeamsDistributeParallelForDirective() argument
1067 VisitOMPTargetTeamsDirective(OMPTargetTeamsDirective * Node) VisitOMPTargetTeamsDirective() argument
1073 VisitOMPTargetTeamsDistributeDirective(OMPTargetTeamsDistributeDirective * Node) VisitOMPTargetTeamsDistributeDirective() argument
1079 VisitOMPTargetTeamsDistributeParallelForDirective(OMPTargetTeamsDistributeParallelForDirective * Node) VisitOMPTargetTeamsDistributeParallelForDirective() argument
1085 VisitOMPTargetTeamsDistributeParallelForSimdDirective(OMPTargetTeamsDistributeParallelForSimdDirective * Node) VisitOMPTargetTeamsDistributeParallelForSimdDirective() argument
1091 VisitOMPTargetTeamsDistributeSimdDirective(OMPTargetTeamsDistributeSimdDirective * Node) VisitOMPTargetTeamsDistributeSimdDirective() argument
1096 VisitOMPInteropDirective(OMPInteropDirective * Node) VisitOMPInteropDirective() argument
1101 VisitOMPDispatchDirective(OMPDispatchDirective * Node) VisitOMPDispatchDirective() argument
1106 VisitOMPMaskedDirective(OMPMaskedDirective * Node) VisitOMPMaskedDirective() argument
1111 VisitOMPGenericLoopDirective(OMPGenericLoopDirective * Node) VisitOMPGenericLoopDirective() argument
1117 VisitOMPTeamsGenericLoopDirective(OMPTeamsGenericLoopDirective * Node) VisitOMPTeamsGenericLoopDirective() argument
1123 VisitOMPTargetTeamsGenericLoopDirective(OMPTargetTeamsGenericLoopDirective * Node) VisitOMPTargetTeamsGenericLoopDirective() argument
1129 VisitOMPParallelGenericLoopDirective(OMPParallelGenericLoopDirective * Node) VisitOMPParallelGenericLoopDirective() argument
1135 VisitOMPTargetParallelGenericLoopDirective(OMPTargetParallelGenericLoopDirective * Node) VisitOMPTargetParallelGenericLoopDirective() argument
1144 VisitSourceLocExpr(SourceLocExpr * Node) VisitSourceLocExpr() argument
1148 VisitConstantExpr(ConstantExpr * Node) VisitConstantExpr() argument
1152 VisitDeclRefExpr(DeclRefExpr * Node) VisitDeclRefExpr() argument
1181 VisitDependentScopeDeclRefExpr(DependentScopeDeclRefExpr * Node) VisitDependentScopeDeclRefExpr() argument
1191 VisitUnresolvedLookupExpr(UnresolvedLookupExpr * Node) VisitUnresolvedLookupExpr() argument
1212 VisitObjCIvarRefExpr(ObjCIvarRefExpr * Node) VisitObjCIvarRefExpr() argument
1223 VisitObjCPropertyRefExpr(ObjCPropertyRefExpr * Node) VisitObjCPropertyRefExpr() argument
1243 VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr * Node) VisitObjCSubscriptRefExpr() argument
1251 VisitSYCLUniqueStableNameExpr(SYCLUniqueStableNameExpr * Node) VisitSYCLUniqueStableNameExpr() argument
1257 VisitPredefinedExpr(PredefinedExpr * Node) VisitPredefinedExpr() argument
1261 VisitCharacterLiteral(CharacterLiteral * Node) VisitCharacterLiteral() argument
1282 VisitIntegerLiteral(IntegerLiteral * Node) VisitIntegerLiteral() argument
1318 VisitFixedPointLiteral(FixedPointLiteral * Node) VisitFixedPointLiteral() argument
1340 PrintFloatingLiteral(raw_ostream & OS,FloatingLiteral * Node,bool PrintSuffix) PrintFloatingLiteral() argument
1364 VisitFloatingLiteral(FloatingLiteral * Node) VisitFloatingLiteral() argument
1370 VisitImaginaryLiteral(ImaginaryLiteral * Node) VisitImaginaryLiteral() argument
1379 VisitParenExpr(ParenExpr * Node) VisitParenExpr() argument
1385 VisitUnaryOperator(UnaryOperator * Node) VisitUnaryOperator() argument
1411 VisitOffsetOfExpr(OffsetOfExpr * Node) VisitOffsetOfExpr() argument
1446 VisitUnaryExprOrTypeTraitExpr(UnaryExprOrTypeTraitExpr * Node) VisitUnaryExprOrTypeTraitExpr() argument
1469 VisitGenericSelectionExpr(GenericSelectionExpr * Node) VisitGenericSelectionExpr() argument
1489 VisitArraySubscriptExpr(ArraySubscriptExpr * Node) VisitArraySubscriptExpr() argument
1496 VisitMatrixSubscriptExpr(MatrixSubscriptExpr * Node) VisitMatrixSubscriptExpr() argument
1506 VisitOMPArraySectionExpr(OMPArraySectionExpr * Node) VisitOMPArraySectionExpr() argument
1524 VisitOMPArrayShapingExpr(OMPArrayShapingExpr * Node) VisitOMPArrayShapingExpr() argument
1535 VisitOMPIteratorExpr(OMPIteratorExpr * Node) VisitOMPIteratorExpr() argument
1580 VisitMemberExpr(MemberExpr * Node) VisitMemberExpr() argument
1614 VisitObjCIsaExpr(ObjCIsaExpr * Node) VisitObjCIsaExpr() argument
1619 VisitExtVectorElementExpr(ExtVectorElementExpr * Node) VisitExtVectorElementExpr() argument
1625 VisitCStyleCastExpr(CStyleCastExpr * Node) VisitCStyleCastExpr() argument
1632 VisitCompoundLiteralExpr(CompoundLiteralExpr * Node) VisitCompoundLiteralExpr() argument
1639 VisitImplicitCastExpr(ImplicitCastExpr * Node) VisitImplicitCastExpr() argument
1644 VisitBinaryOperator(BinaryOperator * Node) VisitBinaryOperator() argument
1650 VisitCompoundAssignOperator(CompoundAssignOperator * Node) VisitCompoundAssignOperator() argument
1656 VisitConditionalOperator(ConditionalOperator * Node) VisitConditionalOperator() argument
1667 VisitBinaryConditionalOperator(BinaryConditionalOperator * Node) VisitBinaryConditionalOperator() argument
1673 VisitAddrLabelExpr(AddrLabelExpr * Node) VisitAddrLabelExpr() argument
1683 VisitChooseExpr(ChooseExpr * Node) VisitChooseExpr() argument
1697 VisitShuffleVectorExpr(ShuffleVectorExpr * Node) VisitShuffleVectorExpr() argument
1706 VisitConvertVectorExpr(ConvertVectorExpr * Node) VisitConvertVectorExpr() argument
1714 VisitInitListExpr(InitListExpr * Node) VisitInitListExpr() argument
1731 VisitArrayInitLoopExpr(ArrayInitLoopExpr * Node) VisitArrayInitLoopExpr() argument
1739 VisitArrayInitIndexExpr(ArrayInitIndexExpr * Node) VisitArrayInitIndexExpr() argument
1743 VisitParenListExpr(ParenListExpr * Node) VisitParenListExpr() argument
1752 VisitDesignatedInitExpr(DesignatedInitExpr * Node) VisitDesignatedInitExpr() argument
1785 VisitDesignatedInitUpdateExpr(DesignatedInitUpdateExpr * Node) VisitDesignatedInitUpdateExpr() argument
1796 VisitNoInitExpr(NoInitExpr * Node) VisitNoInitExpr() argument
1800 VisitImplicitValueInitExpr(ImplicitValueInitExpr * Node) VisitImplicitValueInitExpr() argument
1816 VisitVAArgExpr(VAArgExpr * Node) VisitVAArgExpr() argument
1824 VisitPseudoObjectExpr(PseudoObjectExpr * Node) VisitPseudoObjectExpr() argument
1828 VisitAtomicExpr(AtomicExpr * Node) VisitAtomicExpr() argument
1873 VisitCXXOperatorCallExpr(CXXOperatorCallExpr * Node) VisitCXXOperatorCallExpr() argument
1907 VisitCXXMemberCallExpr(CXXMemberCallExpr * Node) VisitCXXMemberCallExpr() argument
1917 VisitCUDAKernelCallExpr(CUDAKernelCallExpr * Node) VisitCUDAKernelCallExpr() argument
1927 VisitCXXRewrittenBinaryOperator(CXXRewrittenBinaryOperator * Node) VisitCXXRewrittenBinaryOperator() argument
1935 VisitCXXNamedCastExpr(CXXNamedCastExpr * Node) VisitCXXNamedCastExpr() argument
1943 VisitCXXStaticCastExpr(CXXStaticCastExpr * Node) VisitCXXStaticCastExpr() argument
1947 VisitCXXDynamicCastExpr(CXXDynamicCastExpr * Node) VisitCXXDynamicCastExpr() argument
1951 VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr * Node) VisitCXXReinterpretCastExpr() argument
1955 VisitCXXConstCastExpr(CXXConstCastExpr * Node) VisitCXXConstCastExpr() argument
1959 VisitBuiltinBitCastExpr(BuiltinBitCastExpr * Node) VisitBuiltinBitCastExpr() argument
1967 VisitCXXAddrspaceCastExpr(CXXAddrspaceCastExpr * Node) VisitCXXAddrspaceCastExpr() argument
1971 VisitCXXTypeidExpr(CXXTypeidExpr * Node) VisitCXXTypeidExpr() argument
1981 VisitCXXUuidofExpr(CXXUuidofExpr * Node) VisitCXXUuidofExpr() argument
1991 VisitMSPropertyRefExpr(MSPropertyRefExpr * Node) VisitMSPropertyRefExpr() argument
2003 VisitMSPropertySubscriptExpr(MSPropertySubscriptExpr * Node) VisitMSPropertySubscriptExpr() argument
2010 VisitUserDefinedLiteral(UserDefinedLiteral * Node) VisitUserDefinedLiteral() argument
2059 VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr * Node) VisitCXXBoolLiteralExpr() argument
2063 VisitCXXNullPtrLiteralExpr(CXXNullPtrLiteralExpr * Node) VisitCXXNullPtrLiteralExpr() argument
2067 VisitCXXThisExpr(CXXThisExpr * Node) VisitCXXThisExpr() argument
2071 VisitCXXThrowExpr(CXXThrowExpr * Node) VisitCXXThrowExpr() argument
2080 VisitCXXDefaultArgExpr(CXXDefaultArgExpr * Node) VisitCXXDefaultArgExpr() argument
2084 VisitCXXDefaultInitExpr(CXXDefaultInitExpr * Node) VisitCXXDefaultInitExpr() argument
2088 VisitCXXFunctionalCastExpr(CXXFunctionalCastExpr * Node) VisitCXXFunctionalCastExpr() argument
2108 VisitCXXBindTemporaryExpr(CXXBindTemporaryExpr * Node) VisitCXXBindTemporaryExpr() argument
2112 VisitCXXTemporaryObjectExpr(CXXTemporaryObjectExpr * Node) VisitCXXTemporaryObjectExpr() argument
2137 VisitLambdaExpr(LambdaExpr * Node) VisitLambdaExpr() argument
2264 VisitCXXScalarValueInitExpr(CXXScalarValueInitExpr * Node) VisitCXXScalarValueInitExpr() argument
2372 VisitCXXUnresolvedConstructExpr(CXXUnresolvedConstructExpr * Node) VisitCXXUnresolvedConstructExpr() argument
2387 VisitCXXDependentScopeMemberExpr(CXXDependentScopeMemberExpr * Node) VisitCXXDependentScopeMemberExpr() argument
2401 VisitUnresolvedMemberExpr(UnresolvedMemberExpr * Node) VisitUnresolvedMemberExpr() argument
2453 VisitSubstNonTypeTemplateParmPackExpr(SubstNonTypeTemplateParmPackExpr * Node) VisitSubstNonTypeTemplateParmPackExpr() argument
2458 VisitSubstNonTypeTemplateParmExpr(SubstNonTypeTemplateParmExpr * Node) VisitSubstNonTypeTemplateParmExpr() argument
2466 VisitMaterializeTemporaryExpr(MaterializeTemporaryExpr * Node) VisitMaterializeTemporaryExpr() argument
2484 VisitCXXParenListInitExpr(CXXParenListInitExpr * Node) VisitCXXParenListInitExpr() argument
2589 VisitObjCStringLiteral(ObjCStringLiteral * Node) VisitObjCStringLiteral() argument
2626 VisitObjCEncodeExpr(ObjCEncodeExpr * Node) VisitObjCEncodeExpr() argument
2632 VisitObjCSelectorExpr(ObjCSelectorExpr * Node) VisitObjCSelectorExpr() argument
2638 VisitObjCProtocolExpr(ObjCProtocolExpr * Node) VisitObjCProtocolExpr() argument
2680 VisitObjCBoolLiteralExpr(ObjCBoolLiteralExpr * Node) VisitObjCBoolLiteralExpr() argument
2697 VisitBlockExpr(BlockExpr * Node) VisitBlockExpr() argument
2724 VisitOpaqueValueExpr(OpaqueValueExpr * Node) VisitOpaqueValueExpr() argument
2728 VisitTypoExpr(TypoExpr * Node) VisitTypoExpr() argument
2733 VisitRecoveryExpr(RecoveryExpr * Node) VisitRecoveryExpr() argument
2744 VisitAsTypeExpr(AsTypeExpr * Node) VisitAsTypeExpr() argument
[all...]
H A DTextNodeDumper.cpp126 void TextNodeDumper::Visit(const Stmt *Node) { in Visit()
127 if (!Node) { in Visit()
134 OS << Node->getStmtClassName(); in Visit()
136 dumpPointer(Node); in Visit()
137 dumpSourceRange(Node->getSourceRange()); in Visit()
139 if (const auto *E = dyn_cast<Expr>(Node)) { in Visit()
185 ConstStmtVisitor<TextNodeDumper>::Visit(Node); in Visit()
1239 static void dumpBasePath(raw_ostream &OS, const CastExpr *Node) { in VisitInitListExpr()
1240 if (Node->path_empty()) in VisitInitListExpr()
1245 for (CastExpr::path_const_iterator I = Node in VisitGenericSelectionExpr()
125 Visit(const Stmt * Node) Visit() argument
1019 dumpBasePath(raw_ostream & OS,const CastExpr * Node) dumpBasePath() argument
1044 VisitIfStmt(const IfStmt * Node) VisitIfStmt() argument
1061 VisitSwitchStmt(const SwitchStmt * Node) VisitSwitchStmt() argument
1068 VisitWhileStmt(const WhileStmt * Node) VisitWhileStmt() argument
1073 VisitLabelStmt(const LabelStmt * Node) VisitLabelStmt() argument
1079 VisitGotoStmt(const GotoStmt * Node) VisitGotoStmt() argument
1084 VisitCaseStmt(const CaseStmt * Node) VisitCaseStmt() argument
1089 VisitReturnStmt(const ReturnStmt * Node) VisitReturnStmt() argument
1097 VisitCoawaitExpr(const CoawaitExpr * Node) VisitCoawaitExpr() argument
1102 VisitCoreturnStmt(const CoreturnStmt * Node) VisitCoreturnStmt() argument
1107 VisitConstantExpr(const ConstantExpr * Node) VisitConstantExpr() argument
1113 VisitCallExpr(const CallExpr * Node) VisitCallExpr() argument
1120 VisitCXXOperatorCallExpr(const CXXOperatorCallExpr * Node) VisitCXXOperatorCallExpr() argument
1128 VisitCastExpr(const CastExpr * Node) VisitCastExpr() argument
1140 VisitImplicitCastExpr(const ImplicitCastExpr * Node) VisitImplicitCastExpr() argument
1146 VisitDeclRefExpr(const DeclRefExpr * Node) VisitDeclRefExpr() argument
1168 VisitDependentScopeDeclRefExpr(const DependentScopeDeclRefExpr * Node) VisitDependentScopeDeclRefExpr() argument
1174 VisitUnresolvedLookupExpr(const UnresolvedLookupExpr * Node) VisitUnresolvedLookupExpr() argument
1188 VisitObjCIvarRefExpr(const ObjCIvarRefExpr * Node) VisitObjCIvarRefExpr() argument
1200 VisitSYCLUniqueStableNameExpr(const SYCLUniqueStableNameExpr * Node) VisitSYCLUniqueStableNameExpr() argument
1204 VisitPredefinedExpr(const PredefinedExpr * Node) VisitPredefinedExpr() argument
1208 VisitCharacterLiteral(const CharacterLiteral * Node) VisitCharacterLiteral() argument
1213 VisitIntegerLiteral(const IntegerLiteral * Node) VisitIntegerLiteral() argument
1219 VisitFixedPointLiteral(const FixedPointLiteral * Node) VisitFixedPointLiteral() argument
1224 VisitFloatingLiteral(const FloatingLiteral * Node) VisitFloatingLiteral() argument
1247 VisitUnaryOperator(const UnaryOperator * Node) VisitUnaryOperator() argument
1257 VisitUnaryExprOrTypeTraitExpr(const UnaryExprOrTypeTraitExpr * Node) VisitUnaryExprOrTypeTraitExpr() argument
1264 VisitMemberExpr(const MemberExpr * Node) VisitMemberExpr() argument
1277 VisitExtVectorElementExpr(const ExtVectorElementExpr * Node) VisitExtVectorElementExpr() argument
1281 VisitBinaryOperator(const BinaryOperator * Node) VisitBinaryOperator() argument
1288 VisitCompoundAssignOperator(const CompoundAssignOperator * Node) VisitCompoundAssignOperator() argument
1298 VisitAddrLabelExpr(const AddrLabelExpr * Node) VisitAddrLabelExpr() argument
1303 VisitCXXNamedCastExpr(const CXXNamedCastExpr * Node) VisitCXXNamedCastExpr() argument
1311 VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr * Node) VisitCXXBoolLiteralExpr() argument
1315 VisitCXXThisExpr(const CXXThisExpr * Node) VisitCXXThisExpr() argument
1322 VisitCXXFunctionalCastExpr(const CXXFunctionalCastExpr * Node) VisitCXXFunctionalCastExpr() argument
1329 VisitCXXStaticCastExpr(const CXXStaticCastExpr * Node) VisitCXXStaticCastExpr() argument
1336 VisitCXXUnresolvedConstructExpr(const CXXUnresolvedConstructExpr * Node) VisitCXXUnresolvedConstructExpr() argument
1342 VisitCXXConstructExpr(const CXXConstructExpr * Node) VisitCXXConstructExpr() argument
1358 VisitCXXBindTemporaryExpr(const CXXBindTemporaryExpr * Node) VisitCXXBindTemporaryExpr() argument
1364 VisitCXXNewExpr(const CXXNewExpr * Node) VisitCXXNewExpr() argument
1377 VisitCXXDeleteExpr(const CXXDeleteExpr * Node) VisitCXXDeleteExpr() argument
1388 VisitTypeTraitExpr(const TypeTraitExpr * Node) VisitTypeTraitExpr() argument
1392 VisitArrayTypeTraitExpr(const ArrayTypeTraitExpr * Node) VisitArrayTypeTraitExpr() argument
1396 VisitExpressionTraitExpr(const ExpressionTraitExpr * Node) VisitExpressionTraitExpr() argument
1401 VisitMaterializeTemporaryExpr(const MaterializeTemporaryExpr * Node) VisitMaterializeTemporaryExpr() argument
1408 VisitExprWithCleanups(const ExprWithCleanups * Node) VisitExprWithCleanups() argument
1413 VisitSizeOfPackExpr(const SizeOfPackExpr * Node) VisitSizeOfPackExpr() argument
1419 VisitCXXDependentScopeMemberExpr(const CXXDependentScopeMemberExpr * Node) VisitCXXDependentScopeMemberExpr() argument
1423 VisitObjCMessageExpr(const ObjCMessageExpr * Node) VisitObjCMessageExpr() argument
1445 VisitObjCBoxedExpr(const ObjCBoxedExpr * Node) VisitObjCBoxedExpr() argument
1452 VisitObjCAtCatchStmt(const ObjCAtCatchStmt * Node) VisitObjCAtCatchStmt() argument
1457 VisitObjCEncodeExpr(const ObjCEncodeExpr * Node) VisitObjCEncodeExpr() argument
1461 VisitObjCSelectorExpr(const ObjCSelectorExpr * Node) VisitObjCSelectorExpr() argument
1466 VisitObjCProtocolExpr(const ObjCProtocolExpr * Node) VisitObjCProtocolExpr() argument
1470 VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr * Node) VisitObjCPropertyRefExpr() argument
1502 VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr * Node) VisitObjCSubscriptRefExpr() argument
1522 VisitObjCBoolLiteralExpr(const ObjCBoolLiteralExpr * Node) VisitObjCBoolLiteralExpr() argument
1526 VisitOMPIteratorExpr(const OMPIteratorExpr * Node) VisitOMPIteratorExpr() argument
1544 VisitConceptSpecializationExpr(const ConceptSpecializationExpr * Node) VisitConceptSpecializationExpr() argument
1550 VisitRequiresExpr(const RequiresExpr * Node) VisitRequiresExpr() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h29 class Node {
41 Node(Kind kind) : m_kind(kind) {} in Node() function
51 class BinaryOpNode : public Node {
59 BinaryOpNode(OpType op_type, Node &left, Node &right) in BinaryOpNode()
60 : Node(BinaryOp), m_op_type(op_type), m_left(&left), m_right(&right) {} in BinaryOpNode()
64 const Node *Left() const { return m_left; } in Left()
65 Node *&Left() { return m_left; } in Left()
67 const Node *Right() const { return m_right; } in Right()
68 Node *&Right() { return m_right; } in Right()
70 static bool classof(const Node *node) { return node->GetKind() == BinaryOp; } in classof()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp90 SDValue UnrollVSETCC(SDNode *Node);
96 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results);
100 void ExpandFP_TO_UINT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
104 void ExpandUINT_TO_FLOAT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
107 SDValue ExpandSEXTINREG(SDNode *Node);
114 SDValue ExpandANY_EXTEND_VECTOR_INREG(SDNode *Node);
121 SDValue ExpandSIGN_EXTEND_VECTOR_INREG(SDNode *Node);
127 SDValue ExpandZERO_EXTEND_VECTOR_INREG(SDNode *Node);
130 SDValue ExpandBSWAP(SDNode *Node);
134 SDValue ExpandVSELECT(SDNode *Node);
270 SDNode *Node = DAG.UpdateNodeOperands(Op.getNode(), Ops); LegalizeOp() local
543 LowerOperationWrapper(SDNode * Node,SmallVectorImpl<SDValue> & Results) LowerOperationWrapper() argument
572 PromoteReduction(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteReduction() argument
616 PromoteSETCC(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteSETCC() argument
641 PromoteSTRICT(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteSTRICT() argument
682 Promote(SDNode * Node,SmallVectorImpl<SDValue> & Results) Promote() argument
780 PromoteINT_TO_FP(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteINT_TO_FP() argument
821 PromoteFP_TO_INT(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteFP_TO_INT() argument
877 Expand(SDNode * Node,SmallVectorImpl<SDValue> & Results) Expand() argument
1149 ExpandSELECT(SDNode * Node) ExpandSELECT() argument
1205 ExpandSEXTINREG(SDNode * Node) ExpandSEXTINREG() argument
1226 ExpandANY_EXTEND_VECTOR_INREG(SDNode * Node) ExpandANY_EXTEND_VECTOR_INREG() argument
1261 ExpandSIGN_EXTEND_VECTOR_INREG(SDNode * Node) ExpandSIGN_EXTEND_VECTOR_INREG() argument
1285 ExpandZERO_EXTEND_VECTOR_INREG(SDNode * Node) ExpandZERO_EXTEND_VECTOR_INREG() argument
1328 ExpandBSWAP(SDNode * Node) ExpandBSWAP() argument
1360 ExpandBITREVERSE(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandBITREVERSE() argument
1418 ExpandVSELECT(SDNode * Node) ExpandVSELECT() argument
1468 ExpandVP_SELECT(SDNode * Node) ExpandVP_SELECT() argument
1499 ExpandVP_MERGE(SDNode * Node) ExpandVP_MERGE() argument
1540 ExpandVP_REM(SDNode * Node) ExpandVP_REM() argument
1564 ExpandFP_TO_UINT(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandFP_TO_UINT() argument
1584 ExpandUINT_TO_FLOAT(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandUINT_TO_FLOAT() argument
1675 ExpandFNEG(SDNode * Node) ExpandFNEG() argument
1686 ExpandFSUB(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandFSUB() argument
1700 ExpandSETCC(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandSETCC() argument
1780 ExpandUADDSUBO(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandUADDSUBO() argument
1788 ExpandSADDSUBO(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandSADDSUBO() argument
1796 ExpandMULO(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandMULO() argument
1806 ExpandFixedPointDiv(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandFixedPointDiv() argument
1814 ExpandStrictFPOp(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandStrictFPOp() argument
1834 ExpandREM(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandREM() argument
1845 UnrollStrictFPOp(SDNode * Node,SmallVectorImpl<SDValue> & Results) UnrollStrictFPOp() argument
1905 UnrollVSETCC(SDNode * Node) UnrollVSETCC() argument
[all...]
H A DLegalizeDAG.cpp113 void LegalizeOp(SDNode *Node);
118 void LegalizeLoadOps(SDNode *Node);
119 void LegalizeStoreOps(SDNode *Node);
131 std::pair<SDValue, SDValue> ExpandLibCall(RTLIB::Libcall LC, SDNode *Node,
133 std::pair<SDValue, SDValue> ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
135 void ExpandFrexpLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
136 void ExpandFPLibCall(SDNode *Node, RTLIB::Libcall LC,
138 void ExpandFPLibCall(SDNode *Node, RTLIB::Libcall Call_F32,
143 SDValue ExpandIntLibCall(SDNode *Node, bool isSigned,
149 void ExpandArgFPLibCall(SDNode *Node,
498 LegalizeStoreOps(SDNode * Node) LegalizeStoreOps() argument
676 LegalizeLoadOps(SDNode * Node) LegalizeLoadOps() argument
976 LegalizeOp(SDNode * Node) LegalizeOp() argument
1496 ExpandVectorBuildThroughStack(SDNode * Node) ExpandVectorBuildThroughStack() argument
1716 ExpandDYNAMIC_STACKALLOC(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandDYNAMIC_STACKALLOC() argument
1808 ExpandSCALAR_TO_VECTOR(SDNode * Node) ExpandSCALAR_TO_VECTOR() argument
1827 ExpandBVWithShuffles(SDNode * Node,SelectionDAG & DAG,const TargetLowering & TLI,SDValue & Res) ExpandBVWithShuffles() argument
1922 ExpandBUILD_VECTOR(SDNode * Node) ExpandBUILD_VECTOR() argument
2034 ExpandSPLAT_VECTOR(SDNode * Node) ExpandSPLAT_VECTOR() argument
2047 ExpandLibCall(RTLIB::Libcall LC,SDNode * Node,TargetLowering::ArgListTy && Args,bool isSigned) ExpandLibCall() argument
2095 ExpandLibCall(RTLIB::Libcall LC,SDNode * Node,bool isSigned) ExpandLibCall() argument
2113 ExpandFrexpLibCall(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandFrexpLibCall() argument
2153 ExpandFPLibCall(SDNode * Node,RTLIB::Libcall LC,SmallVectorImpl<SDValue> & Results) ExpandFPLibCall() argument
2177 ExpandFPLibCall(SDNode * Node,RTLIB::Libcall Call_F32,RTLIB::Libcall Call_F64,RTLIB::Libcall Call_F80,RTLIB::Libcall Call_F128,RTLIB::Libcall Call_PPCF128,SmallVectorImpl<SDValue> & Results) ExpandFPLibCall() argument
2190 ExpandIntLibCall(SDNode * Node,bool isSigned,RTLIB::Libcall Call_I8,RTLIB::Libcall Call_I16,RTLIB::Libcall Call_I32,RTLIB::Libcall Call_I64,RTLIB::Libcall Call_I128) ExpandIntLibCall() argument
2210 ExpandArgFPLibCall(SDNode * Node,RTLIB::Libcall Call_F32,RTLIB::Libcall Call_F64,RTLIB::Libcall Call_F80,RTLIB::Libcall Call_F128,RTLIB::Libcall Call_PPCF128,SmallVectorImpl<SDValue> & Results) ExpandArgFPLibCall() argument
2226 ExpandDivRemLibCall(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandDivRemLibCall() argument
2291 isSinCosLibcallAvailable(SDNode * Node,const TargetLowering & TLI) isSinCosLibcallAvailable() argument
2305 useSinCos(SDNode * Node) useSinCos() argument
2322 ExpandSinCosLibCall(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandSinCosLibCall() argument
2620 ExpandLegalINT_TO_FP(SDNode * Node,SDValue & Chain) ExpandLegalINT_TO_FP() argument
2950 PromoteLegalFP_TO_INT_SAT(SDNode * Node,const SDLoc & dl) PromoteLegalFP_TO_INT_SAT() argument
2993 ExpandNode(SDNode * Node) ExpandNode() argument
4315 ConvertNodeToLibcall(SDNode * Node) ConvertNodeToLibcall() argument
4933 PromoteNode(SDNode * Node) PromoteNode() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp28 msgpack::DocNode &Node, msgpack::Type SKind, in verifyScalar() argument
30 if (!Node.isScalar()) in verifyScalar()
32 if (Node.getKind() != SKind) { in verifyScalar()
37 if (Node.getKind() != msgpack::Type::String) in verifyScalar()
39 StringRef StringValue = Node.getString(); in verifyScalar()
40 Node.fromString(StringValue); in verifyScalar()
41 if (Node.getKind() != SKind) in verifyScalar()
45 return verifyValue(Node); in verifyScalar()
49 bool MetadataVerifier::verifyInteger(msgpack::DocNode &Node) { in verifyInteger() argument
50 if (!verifyScalar(Node, msgpack::Type::UInt)) in verifyInteger()
[all …]
H A DMsgPackDocument.cpp110 StackLevel(DocNode Node, size_t StartIndex, size_t Length, in StackLevel()
112 : Node(Node), Index(StartIndex), End(StartIndex + Length), in StackLevel()
114 DocNode Node; member
160 DocNode Node; in readFromBlob() local
163 Node = getNode(); in readFromBlob()
166 Node = getNode(Obj.Int); in readFromBlob()
169 Node = getNode(Obj.UInt); in readFromBlob()
172 Node = getNode(Obj.Bool); in readFromBlob()
175 Node = getNode(Obj.Float); in readFromBlob()
178 Node = getNode(Obj.Raw); in readFromBlob()
[all …]
/freebsd-src/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;
93 const Node *getNextSibling() const { return NextSibling; } in getNextSibling()
94 Node *getNextSibling() { return NextSibling; } in getNextSibling()
95 const Node *getPreviousSibling() const { return PreviousSibling; } in getPreviousSibling()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h161 class Node {
217 Node(Kind K_, Prec Precedence_ = Prec::Primary,
222 Node(Kind K_, Cache RHSComponentCache_, Cache ArrayCache_ = Cache::No, in K()
224 : Node(K_, Prec::Primary, RHSComponentCache_, ArrayCache_,
264 virtual const Node *getSyntaxNode(OutputBuffer &) const { return this; }
285 // Print the "left" side of this Node into OutputBuffer.
297 virtual ~Node() = default;
305 Node **Elements;
310 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray()
316 Node **begi in size()
225 : Node(K_, Prec::Primary, RHSComponentCache_, ArrayCache_, Node() function
1080 : Node(KModuleName), Parent(Parent_), Name(Name_), Node() function
1994 : Node(KEnclosingExpr, Prec_), Prefix(Prefix_), Infix(Infix_) {} Node() function
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c166 * PARAMETERS: Node - Parent Node
176 * Note: Future may require that the Node->Flags field be passed
185 ACPI_NAMESPACE_NODE *Node, in AcpiNsAttachObject() argument
200 if (!Node) in AcpiNsAttachObject()
217 if (ACPI_GET_DESCRIPTOR_TYPE (Node) != ACPI_DESC_TYPE_NAMED) in AcpiNsAttachObject()
222 Node, AcpiUtGetDescriptorName (Node))); in AcpiNsAttachObject()
228 if (Node->Object == Object) in AcpiNsAttachObject()
232 Object, Node)); in AcpiNsAttachObject()
329 AcpiNsDetachObject(ACPI_NAMESPACE_NODE * Node) AcpiNsDetachObject() argument
417 AcpiNsGetAttachedObject(ACPI_NAMESPACE_NODE * Node) AcpiNsGetAttachedObject() argument
488 AcpiNsAttachData(ACPI_NAMESPACE_NODE * Node,ACPI_OBJECT_HANDLER Handler,void * Data) AcpiNsAttachData() argument
555 AcpiNsDetachData(ACPI_NAMESPACE_NODE * Node,ACPI_OBJECT_HANDLER Handler) AcpiNsDetachData() argument
607 AcpiNsGetAttachedData(ACPI_NAMESPACE_NODE * Node,ACPI_OBJECT_HANDLER Handler,void ** Data) AcpiNsGetAttachedData() argument
[all...]
H A Dnsalloc.c177 ACPI_NAMESPACE_NODE *Node; in AcpiNsCreateNode() local
186 Node = AcpiOsAcquireObject (AcpiGbl_NamespaceCache); in AcpiNsCreateNode()
187 if (!Node) in AcpiNsCreateNode()
203 Node->Name.Integer = Name; in AcpiNsCreateNode()
204 ACPI_SET_DESCRIPTOR_TYPE (Node, ACPI_DESC_TYPE_NAMED); in AcpiNsCreateNode()
205 return_PTR (Node); in AcpiNsCreateNode()
213 * PARAMETERS: Node - Node to be deleted
226 ACPI_NAMESPACE_NODE *Node) in AcpiNsDeleteNode() argument
235 if (!Node) in AcpiNsDeleteNode()
297 AcpiNsRemoveNode(ACPI_NAMESPACE_NODE * Node) AcpiNsRemoveNode() argument
366 AcpiNsInstallNode(ACPI_WALK_STATE * WalkState,ACPI_NAMESPACE_NODE * ParentNode,ACPI_NAMESPACE_NODE * Node,ACPI_OBJECT_TYPE Type) AcpiNsInstallNode() argument
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsargs.c167 ACPI_NAMESPACE_NODE *Node,
177 * PARAMETERS: Node - Object NS node
190 ACPI_NAMESPACE_NODE *Node, in AcpiDsExecuteArguments() argument
211 /* Save the Node for use in AcpiPsParseAml */ in AcpiDsExecuteArguments()
213 Op->Common.Node = ScopeNode; in AcpiDsExecuteArguments()
235 WalkState->DeferredNode = Node; in AcpiDsExecuteArguments()
247 Op->Common.Node = Node; in AcpiDsExecuteArguments()
258 Op->Common.Node = ScopeNode; in AcpiDsExecuteArguments()
281 WalkState->DeferredNode = Node; in AcpiDsExecuteArguments()
308 ACPI_NAMESPACE_NODE *Node; AcpiDsGetBufferFieldArguments() local
357 ACPI_NAMESPACE_NODE *Node; AcpiDsGetBankFieldArguments() local
405 ACPI_NAMESPACE_NODE *Node; AcpiDsGetBufferArguments() local
455 ACPI_NAMESPACE_NODE *Node; AcpiDsGetPackageArguments() local
506 ACPI_NAMESPACE_NODE *Node; AcpiDsGetRegionArguments() local
[all...]
H A Ddswload2.c187 ACPI_NAMESPACE_NODE *Node; in AcpiDsLoad2BeginOp() local
262 Node = NULL; in AcpiDsLoad2BeginOp()
274 WalkState, &(Node)); in AcpiDsLoad2BeginOp()
281 if (Op && (Op->Named.Node == AcpiGbl_RootNode)) in AcpiDsLoad2BeginOp()
283 Node = Op->Named.Node; in AcpiDsLoad2BeginOp()
285 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState); in AcpiDsLoad2BeginOp()
300 WalkState, &(Node)); in AcpiDsLoad2BeginOp()
325 switch (Node->Type) in AcpiDsLoad2BeginOp()
351 AcpiUtGetNodeName (Node), AcpiUtGetTypeNam in AcpiDsLoad2BeginOp()
532 ACPI_NAMESPACE_NODE *Node; AcpiDsLoad2EndOp() local
[all...]
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslload.c196 ACPI_NAMESPACE_NODE *Node,
201 ACPI_NAMESPACE_NODE *Node,
282 ACPI_NAMESPACE_NODE *Node; in LdLoadFieldElements() local
292 ACPI_NS_SEARCH_PARENT | ACPI_NS_DONT_OPEN_SCOPE, NULL, &Node); in LdLoadFieldElements()
347 ACPI_NS_ERROR_IF_FOUND, NULL, &Node); in LdLoadFieldElements()
357 (Node->Flags & ANOBJ_IS_EXTERNAL)) in LdLoadFieldElements()
359 Node->Type = (UINT8) ACPI_TYPE_LOCAL_REGION_FIELD; in LdLoadFieldElements()
360 Node->Flags &= ~ANOBJ_IS_EXTERNAL; in LdLoadFieldElements()
368 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in LdLoadFieldElements()
371 ExternalPath, ASL_MSG_FOUND_HERE, Node in LdLoadFieldElements()
419 ACPI_NAMESPACE_NODE *Node; LdLoadResourceElements() local
513 ACPI_NAMESPACE_NODE *Node; LdNamespace1Begin() local
1111 LdAnalyzeExternals(ACPI_NAMESPACE_NODE * Node,ACPI_PARSE_OBJECT * Op,ACPI_OBJECT_TYPE ExternalOpType,ACPI_WALK_STATE * WalkState) LdAnalyzeExternals() argument
1238 LdCheckSpecialNames(ACPI_NAMESPACE_NODE * Node,ACPI_PARSE_OBJECT * Op) LdCheckSpecialNames() argument
1289 ACPI_NAMESPACE_NODE *Node; LdNamespace2Begin() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h178 void Visit(const Stmt *Node);
257 void VisitIfStmt(const IfStmt *Node);
258 void VisitSwitchStmt(const SwitchStmt *Node);
259 void VisitWhileStmt(const WhileStmt *Node);
260 void VisitLabelStmt(const LabelStmt *Node);
261 void VisitGotoStmt(const GotoStmt *Node);
262 void VisitCaseStmt(const CaseStmt *Node);
263 void VisitReturnStmt(const ReturnStmt *Node);
264 void VisitCoawaitExpr(const CoawaitExpr *Node);
265 void VisitCoreturnStmt(const CoreturnStmt *Node);
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h251 SourceManager.getExpansionLoc(Node.getBeginLoc())); in AST_POLYMORPHIC_MATCHER()
271 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getBeginLoc()); in AST_POLYMORPHIC_MATCHER()
298 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getBeginLoc()); in AST_POLYMORPHIC_MATCHER_REGEX()
323 internal::getExpansionLocOfMacro(MacroName, Node.getBeginLoc(), Context); in AST_POLYMORPHIC_MATCHER_P()
326 internal::getExpansionLocOfMacro(MacroName, Node.getEndLoc(), Context); in AST_POLYMORPHIC_MATCHER_P()
634 return getAccessSpecifier(Node) == AS_public; in AST_POLYMORPHIC_MATCHER()
656 return getAccessSpecifier(Node) == AS_protected; in AST_POLYMORPHIC_MATCHER()
679 return getAccessSpecifier(Node) == AS_private; in AST_POLYMORPHIC_MATCHER()
694 return Node.isBitField(); in AST_MATCHER()
711 return Node in AST_MATCHER_P()
[all...]
H A DASTMatchersInternal.h148 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
150 inline QualType getUnderlyingType(const ValueDecl &Node) {
151 return Node.getType();
153 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
154 return Node.getUnderlyingType();
156 inline QualType getUnderlyingType(const FriendDecl &Node) {
157 if (const TypeSourceInfo *TSI = Node.getFriendType())
161 inline QualType getUnderlyingType(const CXXBaseSpecifier &Node) {
162 return Node
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp85 void print(const Node *N) { in print()
95 for (const Node *N : A) { in print()
176 void print(Node::Prec P) { in print()
178 case Node::Prec::Primary: in print()
180 case Node::Prec::Postfix: in print()
182 case Node::Prec::Unary: in print()
184 case Node::Prec::Cast: in print()
186 case Node::Prec::PtrMem: in print()
188 case Node::Prec::Multiplicative: in print()
190 case Node::Prec::Additive: in print()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h125 // 0: Root Node.
307 void deleteTree(IntervalNode *Node) { in deleteTree() argument
308 if (Node) { in deleteTree()
309 deleteTree(Node->Left); in deleteTree()
310 deleteTree(Node->Right); in deleteTree()
311 Node->~IntervalNode(); in deleteTree()
312 NodeAllocator.Deallocate(Node); in deleteTree()
316 /// Print the interval list (left and right) for a given \a Node.
332 /// Print an interval tree \a Node.
333 void printNode(raw_ostream &OS, unsigned Level, IntervalNode *Node,
464 IntervalNode *Node = nullptr; global() variable
545 find_iterator(const IntervalReferences * Left,const IntervalReferences * Right,IntervalNode * Node,PointType Point) find_iterator() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp53 while (std::optional<MarkupNode> Node = Parser.nextNode()) { in filter() local
55 if (tryContextualElement(*Node, DeferredNodes)) in filter()
58 DeferredNodes.push_back(*Node); in filter()
63 for (const MarkupNode &Node : DeferredNodes) in filter() local
64 filterNode(Node); in filter()
69 while (std::optional<MarkupNode> Node = Parser.nextNode()) in finish() local
70 filterNode(*Node); in finish()
86 const MarkupNode &Node, const SmallVector<MarkupNode> &DeferredNodes) { in tryContextualElement() argument
87 if (tryMMap(Node, DeferredNodes)) in tryContextualElement()
89 if (tryReset(Node, DeferredNodes)) in tryContextualElement()
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h27 template <typename Base, INode Base::*Node, typename Elem>
41 template <typename Base, INode Base::*Node, typename Elem = Base>
76 template <typename Base, INode Base::*Node, typename Elem>
77 IList<Base, Node, Elem>::IList() { in IList()
81 template <typename Base, INode Base::*Node, typename Elem>
82 void IList<Base, Node, Elem>::PushFront(Elem* e) { in PushFront()
86 template <typename Base, INode Base::*Node, typename Elem>
87 void IList<Base, Node, Elem>::PushBack(Elem* e) { in PushBack()
91 template <typename Base, INode Base::*Node, typename Elem>
92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h112 class Node;
137 explicit Edge(Node &N, Kind K);
156 Node &getNode() const;
167 PointerIntPair<Node *, 1, Kind> Value;
184 friend class LazyCallGraph::Node;
196 friend class LazyCallGraph::Node;
227 friend class LazyCallGraph::Node;
257 Edge &operator[](Node &N) {
264 Edge *lookup(Node &N) { in lookup()
291 DenseMap<Node *, in
385 Node(LazyCallGraph &G, Function &F) : G(&G), F(&F) {} Node() function
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp46 Node *postfix::ParseOneExpression(llvm::StringRef expr, in ParseOneExpression()
48 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 *>>
97 std::vector<std::pair<llvm::StringRef, Node *>> result; in ParseFPOProgram()
101 Node *rhs = ParseOneExpression(expr, alloc); in ParseFPOProgram()
112 SymbolResolver(llvm::function_ref<Node *(SymbolNode &symbol)> replacer) in SymbolResolver()
118 bool Visit(BinaryOpNode &binary, Node *&) override { in Visit() argument
[all …]

12345678910>>...27