Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 1408) sorted by relevance

12345678910>>...57

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp43 void VisitStmtNoChildren(const Stmt *S) { in VisitStmtNoChildren() argument
238 void StmtProfiler::VisitStmt(const Stmt *S) { in VisitStmt() argument
251 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() argument
257 VisitNullStmt(const NullStmt * S) VisitNullStmt() argument
261 VisitCompoundStmt(const CompoundStmt * S) VisitCompoundStmt() argument
265 VisitCaseStmt(const CaseStmt * S) VisitCaseStmt() argument
269 VisitDefaultStmt(const DefaultStmt * S) VisitDefaultStmt() argument
273 VisitLabelStmt(const LabelStmt * S) VisitLabelStmt() argument
278 VisitAttributedStmt(const AttributedStmt * S) VisitAttributedStmt() argument
283 VisitIfStmt(const IfStmt * S) VisitIfStmt() argument
288 VisitSwitchStmt(const SwitchStmt * S) VisitSwitchStmt() argument
293 VisitWhileStmt(const WhileStmt * S) VisitWhileStmt() argument
298 VisitDoStmt(const DoStmt * S) VisitDoStmt() argument
302 VisitForStmt(const ForStmt * S) VisitForStmt() argument
306 VisitGotoStmt(const GotoStmt * S) VisitGotoStmt() argument
311 VisitIndirectGotoStmt(const IndirectGotoStmt * S) VisitIndirectGotoStmt() argument
315 VisitContinueStmt(const ContinueStmt * S) VisitContinueStmt() argument
319 VisitBreakStmt(const BreakStmt * S) VisitBreakStmt() argument
323 VisitReturnStmt(const ReturnStmt * S) VisitReturnStmt() argument
327 VisitGCCAsmStmt(const GCCAsmStmt * S) VisitGCCAsmStmt() argument
350 VisitMSAsmStmt(const MSAsmStmt * S) VisitMSAsmStmt() argument
355 VisitCXXCatchStmt(const CXXCatchStmt * S) VisitCXXCatchStmt() argument
360 VisitCXXTryStmt(const CXXTryStmt * S) VisitCXXTryStmt() argument
364 VisitCXXForRangeStmt(const CXXForRangeStmt * S) VisitCXXForRangeStmt() argument
368 VisitMSDependentExistsStmt(const MSDependentExistsStmt * S) VisitMSDependentExistsStmt() argument
375 VisitSEHTryStmt(const SEHTryStmt * S) VisitSEHTryStmt() argument
379 VisitSEHFinallyStmt(const SEHFinallyStmt * S) VisitSEHFinallyStmt() argument
383 VisitSEHExceptStmt(const SEHExceptStmt * S) VisitSEHExceptStmt() argument
387 VisitSEHLeaveStmt(const SEHLeaveStmt * S) VisitSEHLeaveStmt() argument
391 VisitCapturedStmt(const CapturedStmt * S) VisitCapturedStmt() argument
395 VisitObjCForCollectionStmt(const ObjCForCollectionStmt * S) VisitObjCForCollectionStmt() argument
399 VisitObjCAtCatchStmt(const ObjCAtCatchStmt * S) VisitObjCAtCatchStmt() argument
406 VisitObjCAtFinallyStmt(const ObjCAtFinallyStmt * S) VisitObjCAtFinallyStmt() argument
410 VisitObjCAtTryStmt(const ObjCAtTryStmt * S) VisitObjCAtTryStmt() argument
415 VisitObjCAtSynchronizedStmt(const ObjCAtSynchronizedStmt * S) VisitObjCAtSynchronizedStmt() argument
419 VisitObjCAtThrowStmt(const ObjCAtThrowStmt * S) VisitObjCAtThrowStmt() argument
424 VisitObjCAutoreleasePoolStmt(const ObjCAutoreleasePoolStmt * S) VisitObjCAutoreleasePoolStmt() argument
446 if (auto *S = C->getPreInitStmt()) VistOMPClauseWithPreInit() local
560 if (auto *S = C->getChunkSize()) VisitOMPScheduleClause() local
939 VisitOMPExecutableDirective(const OMPExecutableDirective * S) VisitOMPExecutableDirective() argument
953 VisitOMPLoopBasedDirective(const OMPLoopBasedDirective * S) VisitOMPLoopBasedDirective() argument
957 VisitOMPLoopDirective(const OMPLoopDirective * S) VisitOMPLoopDirective() argument
961 VisitOMPMetaDirective(const OMPMetaDirective * S) VisitOMPMetaDirective() argument
965 VisitOMPParallelDirective(const OMPParallelDirective * S) VisitOMPParallelDirective() argument
969 VisitOMPSimdDirective(const OMPSimdDirective * S) VisitOMPSimdDirective() argument
974 VisitOMPLoopTransformationDirective(const OMPLoopTransformationDirective * S) VisitOMPLoopTransformationDirective() argument
978 VisitOMPTileDirective(const OMPTileDirective * S) VisitOMPTileDirective() argument
982 VisitOMPUnrollDirective(const OMPUnrollDirective * S) VisitOMPUnrollDirective() argument
986 VisitOMPForDirective(const OMPForDirective * S) VisitOMPForDirective() argument
990 VisitOMPForSimdDirective(const OMPForSimdDirective * S) VisitOMPForSimdDirective() argument
994 VisitOMPSectionsDirective(const OMPSectionsDirective * S) VisitOMPSectionsDirective() argument
998 VisitOMPSectionDirective(const OMPSectionDirective * S) VisitOMPSectionDirective() argument
1002 VisitOMPScopeDirective(const OMPScopeDirective * S) VisitOMPScopeDirective() argument
1006 VisitOMPSingleDirective(const OMPSingleDirective * S) VisitOMPSingleDirective() argument
1010 VisitOMPMasterDirective(const OMPMasterDirective * S) VisitOMPMasterDirective() argument
1014 VisitOMPCriticalDirective(const OMPCriticalDirective * S) VisitOMPCriticalDirective() argument
1020 VisitOMPParallelForDirective(const OMPParallelForDirective * S) VisitOMPParallelForDirective() argument
1025 VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective * S) VisitOMPParallelForSimdDirective() argument
1030 VisitOMPParallelMasterDirective(const OMPParallelMasterDirective * S) VisitOMPParallelMasterDirective() argument
1035 VisitOMPParallelMaskedDirective(const OMPParallelMaskedDirective * S) VisitOMPParallelMaskedDirective() argument
1040 VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective * S) VisitOMPParallelSectionsDirective() argument
1044 VisitOMPTaskDirective(const OMPTaskDirective * S) VisitOMPTaskDirective() argument
1048 VisitOMPTaskyieldDirective(const OMPTaskyieldDirective * S) VisitOMPTaskyieldDirective() argument
1052 VisitOMPBarrierDirective(const OMPBarrierDirective * S) VisitOMPBarrierDirective() argument
1056 VisitOMPTaskwaitDirective(const OMPTaskwaitDirective * S) VisitOMPTaskwaitDirective() argument
1060 VisitOMPErrorDirective(const OMPErrorDirective * S) VisitOMPErrorDirective() argument
1063 VisitOMPTaskgroupDirective(const OMPTaskgroupDirective * S) VisitOMPTaskgroupDirective() argument
1069 VisitOMPFlushDirective(const OMPFlushDirective * S) VisitOMPFlushDirective() argument
1073 VisitOMPDepobjDirective(const OMPDepobjDirective * S) VisitOMPDepobjDirective() argument
1077 VisitOMPScanDirective(const OMPScanDirective * S) VisitOMPScanDirective() argument
1081 VisitOMPOrderedDirective(const OMPOrderedDirective * S) VisitOMPOrderedDirective() argument
1085 VisitOMPAtomicDirective(const OMPAtomicDirective * S) VisitOMPAtomicDirective() argument
1089 VisitOMPTargetDirective(const OMPTargetDirective * S) VisitOMPTargetDirective() argument
1093 VisitOMPTargetDataDirective(const OMPTargetDataDirective * S) VisitOMPTargetDataDirective() argument
1098 VisitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective * S) VisitOMPTargetEnterDataDirective() argument
1103 VisitOMPTargetExitDataDirective(const OMPTargetExitDataDirective * S) VisitOMPTargetExitDataDirective() argument
1108 VisitOMPTargetParallelDirective(const OMPTargetParallelDirective * S) VisitOMPTargetParallelDirective() argument
1113 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective * S) VisitOMPTargetParallelForDirective() argument
1117 VisitOMPTeamsDirective(const OMPTeamsDirective * S) VisitOMPTeamsDirective() argument
1122 VisitOMPCancellationPointDirective(const OMPCancellationPointDirective * S) VisitOMPCancellationPointDirective() argument
1126 VisitOMPCancelDirective(const OMPCancelDirective * S) VisitOMPCancelDirective() argument
1130 VisitOMPTaskLoopDirective(const OMPTaskLoopDirective * S) VisitOMPTaskLoopDirective() argument
1135 VisitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective * S) VisitOMPTaskLoopSimdDirective() argument
1140 VisitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective * S) VisitOMPMasterTaskLoopDirective() argument
1145 VisitOMPMaskedTaskLoopDirective(const OMPMaskedTaskLoopDirective * S) VisitOMPMaskedTaskLoopDirective() argument
1150 VisitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective * S) VisitOMPMasterTaskLoopSimdDirective() argument
1155 VisitOMPMaskedTaskLoopSimdDirective(const OMPMaskedTaskLoopSimdDirective * S) VisitOMPMaskedTaskLoopSimdDirective() argument
1160 VisitOMPParallelMasterTaskLoopDirective(const OMPParallelMasterTaskLoopDirective * S) VisitOMPParallelMasterTaskLoopDirective() argument
1165 VisitOMPParallelMaskedTaskLoopDirective(const OMPParallelMaskedTaskLoopDirective * S) VisitOMPParallelMaskedTaskLoopDirective() argument
1170 VisitOMPParallelMasterTaskLoopSimdDirective(const OMPParallelMasterTaskLoopSimdDirective * S) VisitOMPParallelMasterTaskLoopSimdDirective() argument
1175 VisitOMPParallelMaskedTaskLoopSimdDirective(const OMPParallelMaskedTaskLoopSimdDirective * S) VisitOMPParallelMaskedTaskLoopSimdDirective() argument
1180 VisitOMPDistributeDirective(const OMPDistributeDirective * S) VisitOMPDistributeDirective() argument
1187 if (auto *S = C->getChunkSize()) VisitOMPDistScheduleClause() local
1194 VisitOMPTargetUpdateDirective(const OMPTargetUpdateDirective * S) VisitOMPTargetUpdateDirective() argument
1199 VisitOMPDistributeParallelForDirective(const OMPDistributeParallelForDirective * S) VisitOMPDistributeParallelForDirective() argument
1204 VisitOMPDistributeParallelForSimdDirective(const OMPDistributeParallelForSimdDirective * S) VisitOMPDistributeParallelForSimdDirective() argument
1209 VisitOMPDistributeSimdDirective(const OMPDistributeSimdDirective * S) VisitOMPDistributeSimdDirective() argument
1214 VisitOMPTargetParallelForSimdDirective(const OMPTargetParallelForSimdDirective * S) VisitOMPTargetParallelForSimdDirective() argument
1219 VisitOMPTargetSimdDirective(const OMPTargetSimdDirective * S) VisitOMPTargetSimdDirective() argument
1224 VisitOMPTeamsDistributeDirective(const OMPTeamsDistributeDirective * S) VisitOMPTeamsDistributeDirective() argument
1229 VisitOMPTeamsDistributeSimdDirective(const OMPTeamsDistributeSimdDirective * S) VisitOMPTeamsDistributeSimdDirective() argument
1234 VisitOMPTeamsDistributeParallelForSimdDirective(const OMPTeamsDistributeParallelForSimdDirective * S) VisitOMPTeamsDistributeParallelForSimdDirective() argument
1239 VisitOMPTeamsDistributeParallelForDirective(const OMPTeamsDistributeParallelForDirective * S) VisitOMPTeamsDistributeParallelForDirective() argument
1244 VisitOMPTargetTeamsDirective(const OMPTargetTeamsDirective * S) VisitOMPTargetTeamsDirective() argument
1249 VisitOMPTargetTeamsDistributeDirective(const OMPTargetTeamsDistributeDirective * S) VisitOMPTargetTeamsDistributeDirective() argument
1254 VisitOMPTargetTeamsDistributeParallelForDirective(const OMPTargetTeamsDistributeParallelForDirective * S) VisitOMPTargetTeamsDistributeParallelForDirective() argument
1259 VisitOMPTargetTeamsDistributeParallelForSimdDirective(const OMPTargetTeamsDistributeParallelForSimdDirective * S) VisitOMPTargetTeamsDistributeParallelForSimdDirective() argument
1264 VisitOMPTargetTeamsDistributeSimdDirective(const OMPTargetTeamsDistributeSimdDirective * S) VisitOMPTargetTeamsDistributeSimdDirective() argument
1268 VisitOMPInteropDirective(const OMPInteropDirective * S) VisitOMPInteropDirective() argument
1272 VisitOMPDispatchDirective(const OMPDispatchDirective * S) VisitOMPDispatchDirective() argument
1276 VisitOMPMaskedDirective(const OMPMaskedDirective * S) VisitOMPMaskedDirective() argument
1281 VisitOMPGenericLoopDirective(const OMPGenericLoopDirective * S) VisitOMPGenericLoopDirective() argument
1286 VisitOMPTeamsGenericLoopDirective(const OMPTeamsGenericLoopDirective * S) VisitOMPTeamsGenericLoopDirective() argument
1291 VisitOMPTargetTeamsGenericLoopDirective(const OMPTargetTeamsGenericLoopDirective * S) VisitOMPTargetTeamsGenericLoopDirective() argument
1296 VisitOMPParallelGenericLoopDirective(const OMPParallelGenericLoopDirective * S) VisitOMPParallelGenericLoopDirective() argument
1301 VisitOMPTargetParallelGenericLoopDirective(const OMPTargetParallelGenericLoopDirective * S) VisitOMPTargetParallelGenericLoopDirective() argument
1305 VisitExpr(const Expr * S) VisitExpr() argument
1309 VisitConstantExpr(const ConstantExpr * S) VisitConstantExpr() argument
1313 VisitDeclRefExpr(const DeclRefExpr * S) VisitDeclRefExpr() argument
1326 VisitSYCLUniqueStableNameExpr(const SYCLUniqueStableNameExpr * S) VisitSYCLUniqueStableNameExpr() argument
1331 VisitPredefinedExpr(const PredefinedExpr * S) VisitPredefinedExpr() argument
1336 VisitIntegerLiteral(const IntegerLiteral * S) VisitIntegerLiteral() argument
1350 VisitFixedPointLiteral(const FixedPointLiteral * S) VisitFixedPointLiteral() argument
1356 VisitCharacterLiteral(const CharacterLiteral * S) VisitCharacterLiteral() argument
1362 VisitFloatingLiteral(const FloatingLiteral * S) VisitFloatingLiteral() argument
1369 VisitImaginaryLiteral(const ImaginaryLiteral * S) VisitImaginaryLiteral() argument
1373 VisitStringLiteral(const StringLiteral * S) VisitStringLiteral() argument
1379 VisitParenExpr(const ParenExpr * S) VisitParenExpr() argument
1383 VisitParenListExpr(const ParenListExpr * S) VisitParenListExpr() argument
1387 VisitUnaryOperator(const UnaryOperator * S) VisitUnaryOperator() argument
1392 VisitOffsetOfExpr(const OffsetOfExpr * S) VisitOffsetOfExpr() argument
1421 VisitUnaryExprOrTypeTraitExpr(const UnaryExprOrTypeTraitExpr * S) VisitUnaryExprOrTypeTraitExpr() argument
1428 VisitArraySubscriptExpr(const ArraySubscriptExpr * S) VisitArraySubscriptExpr() argument
1432 VisitMatrixSubscriptExpr(const MatrixSubscriptExpr * S) VisitMatrixSubscriptExpr() argument
1436 VisitOMPArraySectionExpr(const OMPArraySectionExpr * S) VisitOMPArraySectionExpr() argument
1440 VisitOMPArrayShapingExpr(const OMPArrayShapingExpr * S) VisitOMPArrayShapingExpr() argument
1444 VisitOMPIteratorExpr(const OMPIteratorExpr * S) VisitOMPIteratorExpr() argument
1450 VisitCallExpr(const CallExpr * S) VisitCallExpr() argument
1454 VisitMemberExpr(const MemberExpr * S) VisitMemberExpr() argument
1462 VisitCompoundLiteralExpr(const CompoundLiteralExpr * S) VisitCompoundLiteralExpr() argument
1467 VisitCastExpr(const CastExpr * S) VisitCastExpr() argument
1471 VisitImplicitCastExpr(const ImplicitCastExpr * S) VisitImplicitCastExpr() argument
1476 VisitExplicitCastExpr(const ExplicitCastExpr * S) VisitExplicitCastExpr() argument
1481 VisitCStyleCastExpr(const CStyleCastExpr * S) VisitCStyleCastExpr() argument
1485 VisitBinaryOperator(const BinaryOperator * S) VisitBinaryOperator() argument
1491 VisitCompoundAssignOperator(const CompoundAssignOperator * S) VisitCompoundAssignOperator() argument
1495 VisitConditionalOperator(const ConditionalOperator * S) VisitConditionalOperator() argument
1500 VisitBinaryConditionalOperator(const BinaryConditionalOperator * S) VisitBinaryConditionalOperator() argument
1504 VisitAddrLabelExpr(const AddrLabelExpr * S) VisitAddrLabelExpr() argument
1509 VisitStmtExpr(const StmtExpr * S) VisitStmtExpr() argument
1513 VisitShuffleVectorExpr(const ShuffleVectorExpr * S) VisitShuffleVectorExpr() argument
1517 VisitConvertVectorExpr(const ConvertVectorExpr * S) VisitConvertVectorExpr() argument
1521 VisitChooseExpr(const ChooseExpr * S) VisitChooseExpr() argument
1525 VisitGNUNullExpr(const GNUNullExpr * S) VisitGNUNullExpr() argument
1529 VisitVAArgExpr(const VAArgExpr * S) VisitVAArgExpr() argument
1533 VisitInitListExpr(const InitListExpr * S) VisitInitListExpr() argument
1542 VisitDesignatedInitExpr(const DesignatedInitExpr * S) VisitDesignatedInitExpr() argument
1565 VisitDesignatedInitUpdateExpr(const DesignatedInitUpdateExpr * S) VisitDesignatedInitUpdateExpr() argument
1570 VisitArrayInitLoopExpr(const ArrayInitLoopExpr * S) VisitArrayInitLoopExpr() argument
1574 VisitArrayInitIndexExpr(const ArrayInitIndexExpr * S) VisitArrayInitIndexExpr() argument
1578 VisitNoInitExpr(const NoInitExpr * S) VisitNoInitExpr() argument
1582 VisitImplicitValueInitExpr(const ImplicitValueInitExpr * S) VisitImplicitValueInitExpr() argument
1586 VisitExtVectorElementExpr(const ExtVectorElementExpr * S) VisitExtVectorElementExpr() argument
1591 VisitBlockExpr(const BlockExpr * S) VisitBlockExpr() argument
1596 VisitGenericSelectionExpr(const GenericSelectionExpr * S) VisitGenericSelectionExpr() argument
1609 VisitPseudoObjectExpr(const PseudoObjectExpr * S) VisitPseudoObjectExpr() argument
1618 VisitAtomicExpr(const AtomicExpr * S) VisitAtomicExpr() argument
1624 VisitConceptSpecializationExpr(const ConceptSpecializationExpr * S) VisitConceptSpecializationExpr() argument
1631 VisitRequiresExpr(const RequiresExpr * S) VisitRequiresExpr() argument
1674 DecodeOperatorCall(const CXXOperatorCallExpr * S,UnaryOperatorKind & UnaryOp,BinaryOperatorKind & BinaryOp,unsigned & NumArgs) DecodeOperatorCall() argument
1878 VisitCXXOperatorCallExpr(const CXXOperatorCallExpr * S) VisitCXXOperatorCallExpr() argument
1912 VisitCXXRewrittenBinaryOperator(const CXXRewrittenBinaryOperator * S) VisitCXXRewrittenBinaryOperator() argument
1927 VisitCXXMemberCallExpr(const CXXMemberCallExpr * S) VisitCXXMemberCallExpr() argument
1931 VisitCUDAKernelCallExpr(const CUDAKernelCallExpr * S) VisitCUDAKernelCallExpr() argument
1935 VisitAsTypeExpr(const AsTypeExpr * S) VisitAsTypeExpr() argument
1939 VisitCXXNamedCastExpr(const CXXNamedCastExpr * S) VisitCXXNamedCastExpr() argument
1943 VisitCXXStaticCastExpr(const CXXStaticCastExpr * S) VisitCXXStaticCastExpr() argument
1947 VisitCXXDynamicCastExpr(const CXXDynamicCastExpr * S) VisitCXXDynamicCastExpr() argument
1952 VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr * S) VisitCXXReinterpretCastExpr() argument
1956 VisitCXXConstCastExpr(const CXXConstCastExpr * S) VisitCXXConstCastExpr() argument
1960 VisitBuiltinBitCastExpr(const BuiltinBitCastExpr * S) VisitBuiltinBitCastExpr() argument
1965 VisitCXXAddrspaceCastExpr(const CXXAddrspaceCastExpr * S) VisitCXXAddrspaceCastExpr() argument
1969 VisitUserDefinedLiteral(const UserDefinedLiteral * S) VisitUserDefinedLiteral() argument
1973 VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr * S) VisitCXXBoolLiteralExpr() argument
1978 VisitCXXNullPtrLiteralExpr(const CXXNullPtrLiteralExpr * S) VisitCXXNullPtrLiteralExpr() argument
1983 VisitCXXStdInitializerListExpr(const CXXStdInitializerListExpr * S) VisitCXXStdInitializerListExpr() argument
1987 VisitCXXTypeidExpr(const CXXTypeidExpr * S) VisitCXXTypeidExpr() argument
1993 VisitCXXUuidofExpr(const CXXUuidofExpr * S) VisitCXXUuidofExpr() argument
1999 VisitMSPropertyRefExpr(const MSPropertyRefExpr * S) VisitMSPropertyRefExpr() argument
2005 VisitMSPropertySubscriptExpr(const MSPropertySubscriptExpr * S) VisitMSPropertySubscriptExpr() argument
2009 VisitCXXThisExpr(const CXXThisExpr * S) VisitCXXThisExpr() argument
2014 VisitCXXThrowExpr(const CXXThrowExpr * S) VisitCXXThrowExpr() argument
2018 VisitCXXDefaultArgExpr(const CXXDefaultArgExpr * S) VisitCXXDefaultArgExpr() argument
2023 VisitCXXDefaultInitExpr(const CXXDefaultInitExpr * S) VisitCXXDefaultInitExpr() argument
2028 VisitCXXBindTemporaryExpr(const CXXBindTemporaryExpr * S) VisitCXXBindTemporaryExpr() argument
2034 VisitCXXConstructExpr(const CXXConstructExpr * S) VisitCXXConstructExpr() argument
2041 VisitCXXInheritedCtorInitExpr(const CXXInheritedCtorInitExpr * S) VisitCXXInheritedCtorInitExpr() argument
2046 VisitCXXFunctionalCastExpr(const CXXFunctionalCastExpr * S) VisitCXXFunctionalCastExpr() argument
2051 VisitCXXTemporaryObjectExpr(const CXXTemporaryObjectExpr * S) VisitCXXTemporaryObjectExpr() argument
2056 VisitLambdaExpr(const LambdaExpr * S) VisitLambdaExpr() argument
2081 VisitCXXScalarValueInitExpr(const CXXScalarValueInitExpr * S) VisitCXXScalarValueInitExpr() argument
2085 VisitCXXDeleteExpr(const CXXDeleteExpr * S) VisitCXXDeleteExpr() argument
2092 VisitCXXNewExpr(const CXXNewExpr * S) VisitCXXNewExpr() argument
2105 VisitCXXPseudoDestructorExpr(const CXXPseudoDestructorExpr * S) VisitCXXPseudoDestructorExpr() argument
2119 VisitOverloadExpr(const OverloadExpr * S) VisitOverloadExpr() argument
2129 VisitUnresolvedLookupExpr(const UnresolvedLookupExpr * S) VisitUnresolvedLookupExpr() argument
2133 VisitTypeTraitExpr(const TypeTraitExpr * S) VisitTypeTraitExpr() argument
2141 VisitArrayTypeTraitExpr(const ArrayTypeTraitExpr * S) VisitArrayTypeTraitExpr() argument
2147 VisitExpressionTraitExpr(const ExpressionTraitExpr * S) VisitExpressionTraitExpr() argument
2154 VisitDependentScopeDeclRefExpr(const DependentScopeDeclRefExpr * S) VisitDependentScopeDeclRefExpr() argument
2163 VisitExprWithCleanups(const ExprWithCleanups * S) VisitExprWithCleanups() argument
2168 VisitCXXUnresolvedConstructExpr(const CXXUnresolvedConstructExpr * S) VisitCXXUnresolvedConstructExpr() argument
2175 VisitCXXDependentScopeMemberExpr(const CXXDependentScopeMemberExpr * S) VisitCXXDependentScopeMemberExpr() argument
2188 VisitUnresolvedMemberExpr(const UnresolvedMemberExpr * S) VisitUnresolvedMemberExpr() argument
2201 VisitCXXNoexceptExpr(const CXXNoexceptExpr * S) VisitCXXNoexceptExpr() argument
2205 VisitPackExpansionExpr(const PackExpansionExpr * S) VisitPackExpansionExpr() argument
2209 VisitSizeOfPackExpr(const SizeOfPackExpr * S) VisitSizeOfPackExpr() argument
2223 VisitSubstNonTypeTemplateParmPackExpr(const SubstNonTypeTemplateParmPackExpr * S) VisitSubstNonTypeTemplateParmPackExpr() argument
2235 VisitFunctionParmPackExpr(const FunctionParmPackExpr * S) VisitFunctionParmPackExpr() argument
2244 VisitMaterializeTemporaryExpr(const MaterializeTemporaryExpr * S) VisitMaterializeTemporaryExpr() argument
2248 VisitCXXFoldExpr(const CXXFoldExpr * S) VisitCXXFoldExpr() argument
2253 VisitCXXParenListInitExpr(const CXXParenListInitExpr * S) VisitCXXParenListInitExpr() argument
2257 VisitCoroutineBodyStmt(const CoroutineBodyStmt * S) VisitCoroutineBodyStmt() argument
2261 VisitCoreturnStmt(const CoreturnStmt * S) VisitCoreturnStmt() argument
2265 VisitCoawaitExpr(const CoawaitExpr * S) VisitCoawaitExpr() argument
2269 VisitDependentCoawaitExpr(const DependentCoawaitExpr * S) VisitDependentCoawaitExpr() argument
2273 VisitCoyieldExpr(const CoyieldExpr * S) VisitCoyieldExpr() argument
2291 VisitObjCStringLiteral(const ObjCStringLiteral * S) VisitObjCStringLiteral() argument
2307 VisitObjCEncodeExpr(const ObjCEncodeExpr * S) VisitObjCEncodeExpr() argument
2312 VisitObjCSelectorExpr(const ObjCSelectorExpr * S) VisitObjCSelectorExpr() argument
2317 VisitObjCProtocolExpr(const ObjCProtocolExpr * S) VisitObjCProtocolExpr() argument
2322 VisitObjCIvarRefExpr(const ObjCIvarRefExpr * S) VisitObjCIvarRefExpr() argument
2329 VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr * S) VisitObjCPropertyRefExpr() argument
2343 VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr * S) VisitObjCSubscriptRefExpr() argument
2349 VisitObjCMessageExpr(const ObjCMessageExpr * S) VisitObjCMessageExpr() argument
2355 VisitObjCIsaExpr(const ObjCIsaExpr * S) VisitObjCIsaExpr() argument
2360 VisitObjCBoolLiteralExpr(const ObjCBoolLiteralExpr * S) VisitObjCBoolLiteralExpr() argument
2366 VisitObjCIndirectCopyRestoreExpr(const ObjCIndirectCopyRestoreExpr * S) VisitObjCIndirectCopyRestoreExpr() argument
2371 VisitObjCBridgedCastExpr(const ObjCBridgedCastExpr * S) VisitObjCBridgedCastExpr() argument
2377 VisitObjCAvailabilityCheckExpr(const ObjCAvailabilityCheckExpr * S) VisitObjCAvailabilityCheckExpr() argument
[all...]
/freebsd-src/contrib/lua/src/
H A Dlundump.c40 static l_noret error (LoadState *S, const char *why) { in error()
50 #define loadVector(S,b,n) loadBlock(S,b,(n)*sizeof((b)[0])) argument
52 static void loadBlock (LoadState *S, void *b, size_t size) { in loadBlock()
58 #define loadVar(S,x) loadVector(S,&x,1) argument
61 static lu_byte loadByte (LoadState *S) { in loadByte()
69 static size_t loadUnsigned (LoadState *S, size_t limit) { in loadUnsigned()
83 static size_t loadSize (LoadState *S) { in loadSize()
88 static int loadInt (LoadState *S) { in loadInt()
93 static lua_Number loadNumber (LoadState *S) { in loadNumber()
100 static lua_Integer loadInteger (LoadState *S) { in loadInteger()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h125 CheckShift(InterpState & S,CodePtr OpPC,const LT & LHS,const RT & RHS,unsigned Bits) CheckShift() argument
161 CheckDivRem(InterpState & S,CodePtr OpPC,const T & LHS,const T & RHS) CheckDivRem() argument
209 Ret(InterpState & S,CodePtr & PC,APValue & Result) Ret() argument
243 RetVoid(InterpState & S,CodePtr & PC,APValue & Result) RetVoid() argument
266 AddSubMulHelper(InterpState & S,CodePtr OpPC,unsigned Bits,const T & LHS,const T & RHS) AddSubMulHelper() argument
302 Add(InterpState & S,CodePtr OpPC) Add() argument
309 Addf(InterpState & S,CodePtr OpPC,llvm::RoundingMode RM) Addf() argument
320 Sub(InterpState & S,CodePtr OpPC) Sub() argument
327 Subf(InterpState & S,CodePtr OpPC,llvm::RoundingMode RM) Subf() argument
338 Mul(InterpState & S,CodePtr OpPC) Mul() argument
345 Mulf(InterpState & S,CodePtr OpPC,llvm::RoundingMode RM) Mulf() argument
358 BitAnd(InterpState & S,CodePtr OpPC) BitAnd() argument
375 BitOr(InterpState & S,CodePtr OpPC) BitOr() argument
392 BitXor(InterpState & S,CodePtr OpPC) BitXor() argument
409 Rem(InterpState & S,CodePtr OpPC) Rem() argument
429 Div(InterpState & S,CodePtr OpPC) Div() argument
445 Divf(InterpState & S,CodePtr OpPC,llvm::RoundingMode RM) Divf() argument
463 Inv(InterpState & S,CodePtr OpPC) Inv() argument
479 Neg(InterpState & S,CodePtr OpPC) Neg() argument
519 IncDecHelper(InterpState & S,CodePtr OpPC,const Pointer & Ptr) IncDecHelper() argument
568 Inc(InterpState & S,CodePtr OpPC) Inc() argument
581 IncPop(InterpState & S,CodePtr OpPC) IncPop() argument
595 Dec(InterpState & S,CodePtr OpPC) Dec() argument
608 DecPop(InterpState & S,CodePtr OpPC) DecPop() argument
618 IncDecFloatHelper(InterpState & S,CodePtr OpPC,const Pointer & Ptr,llvm::RoundingMode RM) IncDecFloatHelper() argument
637 Incf(InterpState & S,CodePtr OpPC,llvm::RoundingMode RM) Incf() argument
646 IncfPop(InterpState & S,CodePtr OpPC,llvm::RoundingMode RM) IncfPop() argument
655 Decf(InterpState & S,CodePtr OpPC,llvm::RoundingMode RM) Decf() argument
664 DecfPop(InterpState & S,CodePtr OpPC,llvm::RoundingMode RM) DecfPop() argument
676 Comp(InterpState & S,CodePtr OpPC) Comp() argument
694 CmpHelper(InterpState & S,CodePtr OpPC,CompareFn Fn) CmpHelper() argument
703 CmpHelperEQ(InterpState & S,CodePtr OpPC,CompareFn Fn) CmpHelperEQ() argument
783 EQ(InterpState & S,CodePtr OpPC) EQ() argument
790 CMP3(InterpState & S,CodePtr OpPC,const ComparisonCategoryInfo * CmpInfo) CMP3() argument
814 NE(InterpState & S,CodePtr OpPC) NE() argument
821 LT(InterpState & S,CodePtr OpPC) LT() argument
828 LE(InterpState & S,CodePtr OpPC) LE() argument
836 GT(InterpState & S,CodePtr OpPC) GT() argument
843 GE(InterpState & S,CodePtr OpPC) GE() argument
855 InRange(InterpState & S,CodePtr OpPC) InRange() argument
869 Dup(InterpState & S,CodePtr OpPC) Dup() argument
875 Pop(InterpState & S,CodePtr OpPC) Pop() argument
885 Const(InterpState & S,CodePtr OpPC,const T & Arg) Const() argument
895 GetLocal(InterpState & S,CodePtr OpPC,uint32_t I) GetLocal() argument
907 SetLocal(InterpState & S,CodePtr OpPC,uint32_t I) SetLocal() argument
913 GetParam(InterpState & S,CodePtr OpPC,uint32_t I) GetParam() argument
922 SetParam(InterpState & S,CodePtr OpPC,uint32_t I) SetParam() argument
930 GetField(InterpState & S,CodePtr OpPC,uint32_t I) GetField() argument
944 SetField(InterpState & S,CodePtr OpPC,uint32_t I) SetField() argument
962 GetFieldPop(InterpState & S,CodePtr OpPC,uint32_t I) GetFieldPop() argument
976 GetThisField(InterpState & S,CodePtr OpPC,uint32_t I) GetThisField() argument
990 SetThisField(InterpState & S,CodePtr OpPC,uint32_t I) SetThisField() argument
1005 GetGlobal(InterpState & S,CodePtr OpPC,uint32_t I) GetGlobal() argument
1018 GetGlobalUnchecked(InterpState & S,CodePtr OpPC,uint32_t I) GetGlobalUnchecked() argument
1025 SetGlobal(InterpState & S,CodePtr OpPC,uint32_t I) SetGlobal() argument
1031 InitGlobal(InterpState & S,CodePtr OpPC,uint32_t I) InitGlobal() argument
1040 InitGlobalTemp(InterpState & S,CodePtr OpPC,uint32_t I,const LifetimeExtendedTemporaryDecl * Temp) InitGlobalTemp() argument
1055 InitGlobalTempComp(InterpState & S,CodePtr OpPC,const LifetimeExtendedTemporaryDecl * Temp) InitGlobalTempComp() argument
1070 InitThisField(InterpState & S,CodePtr OpPC,uint32_t I) InitThisField() argument
1085 InitThisBitField(InterpState & S,CodePtr OpPC,const Record::Field * F,uint32_t FieldOffset) InitThisBitField() argument
1101 InitThisFieldActive(InterpState & S,CodePtr OpPC,uint32_t I) InitThisFieldActive() argument
1118 InitField(InterpState & S,CodePtr OpPC,uint32_t I) InitField() argument
1128 InitBitField(InterpState & S,CodePtr OpPC,const Record::Field * F) InitBitField() argument
1139 InitFieldActive(InterpState & S,CodePtr OpPC,uint32_t I) InitFieldActive() argument
1153 GetPtrLocal(InterpState & S,CodePtr OpPC,uint32_t I) GetPtrLocal() argument
1158 GetPtrParam(InterpState & S,CodePtr OpPC,uint32_t I) GetPtrParam() argument
1166 GetPtrGlobal(InterpState & S,CodePtr OpPC,uint32_t I) GetPtrGlobal() argument
1173 GetPtrField(InterpState & S,CodePtr OpPC,uint32_t Off) GetPtrField() argument
1188 GetPtrThisField(InterpState & S,CodePtr OpPC,uint32_t Off) GetPtrThisField() argument
1198 GetPtrActiveField(InterpState & S,CodePtr OpPC,uint32_t Off) GetPtrActiveField() argument
1211 GetPtrActiveThisField(InterpState & S,CodePtr OpPC,uint32_t Off) GetPtrActiveThisField() argument
1224 GetPtrDerivedPop(InterpState & S,CodePtr OpPC,uint32_t Off) GetPtrDerivedPop() argument
1234 GetPtrBase(InterpState & S,CodePtr OpPC,uint32_t Off) GetPtrBase() argument
1244 GetPtrBasePop(InterpState & S,CodePtr OpPC,uint32_t Off) GetPtrBasePop() argument
1254 GetPtrThisBase(InterpState & S,CodePtr OpPC,uint32_t Off) GetPtrThisBase() argument
1264 InitPtrPop(InterpState & S,CodePtr OpPC) InitPtrPop() argument
1270 VirtBaseHelper(InterpState & S,CodePtr OpPC,const RecordDecl * Decl,const Pointer & Ptr) VirtBaseHelper() argument
1281 GetPtrVirtBase(InterpState & S,CodePtr OpPC,const RecordDecl * D) GetPtrVirtBase() argument
1288 GetPtrThisVirtBase(InterpState & S,CodePtr OpPC,const RecordDecl * D) GetPtrThisVirtBase() argument
1303 Load(InterpState & S,CodePtr OpPC) Load() argument
1312 LoadPop(InterpState & S,CodePtr OpPC) LoadPop() argument
1321 Store(InterpState & S,CodePtr OpPC) Store() argument
1333 StorePop(InterpState & S,CodePtr OpPC) StorePop() argument
1345 StoreBitField(InterpState & S,CodePtr OpPC) StoreBitField() argument
1360 StoreBitFieldPop(InterpState & S,CodePtr OpPC) StoreBitFieldPop() argument
1375 InitPop(InterpState & S,CodePtr OpPC) InitPop() argument
1389 InitElem(InterpState & S,CodePtr OpPC,uint32_t Idx) InitElem() argument
1401 InitElemPop(InterpState & S,CodePtr OpPC,uint32_t Idx) InitElemPop() argument
1416 OffsetHelper(InterpState & S,CodePtr OpPC,const T & Offset,const Pointer & Ptr) OffsetHelper() argument
1490 AddOffset(InterpState & S,CodePtr OpPC) AddOffset() argument
1497 SubOffset(InterpState & S,CodePtr OpPC) SubOffset() argument
1504 IncDecPtrHelper(InterpState & S,CodePtr OpPC,const Pointer & Ptr) IncDecPtrHelper() argument
1525 IncPtr(InterpState & S,CodePtr OpPC) IncPtr() argument
1534 DecPtr(InterpState & S,CodePtr OpPC) DecPtr() argument
1547 SubPtr(InterpState & S,CodePtr OpPC) SubPtr() argument
1565 Destroy(InterpState & S,CodePtr OpPC,uint32_t I) Destroy() argument
1574 Cast(InterpState & S,CodePtr OpPC) Cast() argument
1583 CastFP(InterpState & S,CodePtr OpPC,const llvm::fltSemantics * Sem,llvm::RoundingMode RM) CastFP() argument
1594 CastAP(InterpState & S,CodePtr OpPC,uint32_t BitWidth) CastAP() argument
1601 CastAPS(InterpState & S,CodePtr OpPC,uint32_t BitWidth) CastAPS() argument
1608 CastIntegralFloating(InterpState & S,CodePtr OpPC,const llvm::fltSemantics * Sem,llvm::RoundingMode RM) CastIntegralFloating() argument
1622 CastFloatingIntegral(InterpState & S,CodePtr OpPC) CastFloatingIntegral() argument
1651 CastFloatingIntegralAP(InterpState & S,CodePtr OpPC,uint32_t BitWidth) CastFloatingIntegralAP() argument
1671 CastFloatingIntegralAPS(InterpState & S,CodePtr OpPC,uint32_t BitWidth) CastFloatingIntegralAPS() argument
1692 CastPointerIntegral(InterpState & S,CodePtr OpPC) CastPointerIntegral() argument
1707 Zero(InterpState & S,CodePtr OpPC) Zero() argument
1712 ZeroIntAP(InterpState & S,CodePtr OpPC,uint32_t BitWidth) ZeroIntAP() argument
1717 ZeroIntAPS(InterpState & S,CodePtr OpPC,uint32_t BitWidth) ZeroIntAPS() argument
1723 Null(InterpState & S,CodePtr OpPC) Null() argument
1732 This(InterpState & S,CodePtr OpPC) This() argument
1746 RVOPtr(InterpState & S,CodePtr OpPC) RVOPtr() argument
1759 Shr(InterpState & S,CodePtr OpPC) Shr() argument
1778 Shl(InterpState & S,CodePtr OpPC) Shl() argument
1799 NoRet(InterpState & S,CodePtr OpPC) NoRet() argument
1809 NarrowPtr(InterpState & S,CodePtr OpPC) NarrowPtr() argument
1815 ExpandPtr(InterpState & S,CodePtr OpPC) ExpandPtr() argument
1830 ArrayElemPtr(InterpState & S,CodePtr OpPC) ArrayElemPtr() argument
1842 ArrayDecay(InterpState & S,CodePtr OpPC) ArrayDecay() argument
1857 ArrayElemPtrPop(InterpState & S,CodePtr OpPC) ArrayElemPtrPop() argument
1867 Call(InterpState & S,CodePtr OpPC,const Function * Func) Call() argument
1915 CallVirt(InterpState & S,CodePtr OpPC,const Function * Func) CallVirt() argument
1953 CallBI(InterpState & S,CodePtr & PC,const Function * Func,const CallExpr * CE) CallBI() argument
1968 CallPtr(InterpState & S,CodePtr OpPC) CallPtr() argument
1981 GetFnPtr(InterpState & S,CodePtr OpPC,const Function * Func) GetFnPtr() argument
1989 Invalid(InterpState & S,CodePtr OpPC) Invalid() argument
1997 InvalidCast(InterpState & S,CodePtr OpPC,CastKind Kind) InvalidCast() argument
2004 InvalidDeclRef(InterpState & S,CodePtr OpPC,const DeclRefExpr * DR) InvalidDeclRef() argument
2011 OffsetOf(InterpState & S,CodePtr OpPC,const OffsetOfExpr * E) OffsetOf() argument
2029 ReadArg(InterpState & S,CodePtr & OpPC) ReadArg() argument
[all...]
H A DInterp.cpp42 static bool Jmp(InterpState &S, CodePtr &PC, int32_t Offset) { in Jt() argument
29 RetValue(InterpState & S,CodePtr & Pt,APValue & Result) RetValue() argument
37 Jmp(InterpState & S,CodePtr & PC,int32_t Offset) Jmp() argument
49 Jf(InterpState & S,CodePtr & PC,int32_t Offset) Jf() argument
56 diagnoseNonConstVariable(InterpState & S,CodePtr OpPC,const ValueDecl * VD) diagnoseNonConstVariable() argument
75 CheckActive(InterpState & S,CodePtr OpPC,const Pointer & Ptr,AccessKinds AK) CheckActive() argument
107 CheckTemporary(InterpState & S,CodePtr OpPC,const Pointer & Ptr,AccessKinds AK) CheckTemporary() argument
127 CheckGlobal(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckGlobal() argument
143 popArg(InterpState & S,const Expr * Arg) popArg() argument
148 cleanupAfterFunctionCall(InterpState & S,CodePtr OpPC) cleanupAfterFunctionCall() argument
187 CheckExtern(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckExtern() argument
198 CheckArray(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckArray() argument
206 CheckLive(InterpState & S,CodePtr OpPC,const Pointer & Ptr,AccessKinds AK) CheckLive() argument
236 CheckConstant(InterpState & S,CodePtr OpPC,const Descriptor * Desc) CheckConstant() argument
270 CheckConstant(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckConstant() argument
274 CheckDummy(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckDummy() argument
278 CheckNull(InterpState & S,CodePtr OpPC,const Pointer & Ptr,CheckSubobjectKind CSK) CheckNull() argument
287 CheckRange(InterpState & S,CodePtr OpPC,const Pointer & Ptr,AccessKinds AK) CheckRange() argument
296 CheckRange(InterpState & S,CodePtr OpPC,const Pointer & Ptr,CheckSubobjectKind CSK) CheckRange() argument
305 CheckSubobject(InterpState & S,CodePtr OpPC,const Pointer & Ptr,CheckSubobjectKind CSK) CheckSubobject() argument
315 CheckConst(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckConst() argument
334 CheckMutable(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckMutable() argument
347 CheckInitialized(InterpState & S,CodePtr OpPC,const Pointer & Ptr,AccessKinds AK) CheckInitialized() argument
359 CheckLoad(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckLoad() argument
382 CheckStore(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckStore() argument
396 CheckInvoke(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckInvoke() argument
406 CheckInit(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckInit() argument
414 CheckCallable(InterpState & S,CodePtr OpPC,const Function * F) CheckCallable() argument
463 CheckCallDepth(InterpState & S,CodePtr OpPC) CheckCallDepth() argument
474 CheckThis(InterpState & S,CodePtr OpPC,const Pointer & This) CheckThis() argument
492 CheckPure(InterpState & S,CodePtr OpPC,const CXXMethodDecl * MD) CheckPure() argument
501 CheckPotentialReinterpretCast(InterpState & S,CodePtr OpPC,const Pointer & Ptr) CheckPotentialReinterpretCast() argument
512 CheckFloatResult(InterpState & S,CodePtr OpPC,const Floating & Result,APFloat::opStatus Status) CheckFloatResult() argument
561 CheckDeclRef(InterpState & S,CodePtr OpPC,const DeclRefExpr * DR) CheckDeclRef() argument
589 Interpret(InterpState & S,APValue & Result) Interpret() argument
[all...]
H A DInterpBuiltin.cpp26 getIntPrimType(const InterpState & S) getIntPrimType() argument
37 getLongPrimType(const InterpState & S) getLongPrimType() argument
66 pushInt(InterpState & S,int32_t Val) pushInt() argument
76 pushAPSInt(InterpState & S,const APSInt & Val) pushAPSInt() argument
127 pushLong(InterpState & S,int64_t Val) pushLong() argument
139 pushSizeT(InterpState & S,uint64_t Val) pushSizeT() argument
158 retPrimValue(InterpState & S,CodePtr OpPC,APValue & Result,std::optional<PrimType> & T) retPrimValue() argument
185 interp__builtin_strcmp(InterpState & S,CodePtr OpPC,const InterpFrame * Frame) interp__builtin_strcmp() argument
224 interp__builtin_strlen(InterpState & S,CodePtr OpPC,const InterpFrame * Frame) interp__builtin_strlen() argument
255 interp__builtin_nan(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F,bool Signaling) interp__builtin_nan() argument
316 interp__builtin_inf(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_inf() argument
325 interp__builtin_copysign(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_copysign() argument
338 interp__builtin_fmin(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_fmin() argument
357 interp__builtin_fmax(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func) interp__builtin_fmax() argument
380 interp__builtin_isnan(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_isnan() argument
388 interp__builtin_issignaling(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_issignaling() argument
397 interp__builtin_isinf(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F,bool CheckSign) interp__builtin_isinf() argument
410 interp__builtin_isfinite(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_isfinite() argument
419 interp__builtin_isnormal(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_isnormal() argument
428 interp__builtin_issubnormal(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_issubnormal() argument
437 interp__builtin_iszero(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_iszero() argument
448 interp__builtin_isfpclass(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_isfpclass() argument
465 interp__builtin_fpclassify(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func) interp__builtin_fpclassify() argument
502 interp__builtin_fabs(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func) interp__builtin_fabs() argument
511 interp__builtin_popcount(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_popcount() argument
521 interp__builtin_parity(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_parity() argument
530 interp__builtin_clrsb(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_clrsb() argument
539 interp__builtin_bitreverse(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_bitreverse() argument
549 interp__builtin_classify_type(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_classify_type() argument
566 interp__builtin_expect(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_expect() argument
585 interp__builtin_rotate(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call,bool Right) interp__builtin_rotate() argument
607 interp__builtin_ffs(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_ffs() argument
618 interp__builtin_addressof(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_addressof() argument
637 InterpretBuiltin(InterpState & S,CodePtr OpPC,const Function * F,const CallExpr * Call) InterpretBuiltin() argument
858 InterpretOffsetOf(InterpState & S,CodePtr OpPC,const OffsetOfExpr * E,llvm::ArrayRef<int64_t> ArrayIndices,int64_t & IntResult) InterpretOffsetOf() argument
932 SetThreeWayComparisonField(InterpState & S,CodePtr OpPC,const Pointer & Ptr,const APSInt & IntValue) SetThreeWayComparisonField() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dinterval_set_test.cpp20 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
29 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
41 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
53 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
65 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
85 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
98 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
111 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp96 for (auto &S : Obj.getMutableSections()) { in layoutSections() local
122 for (const auto &S : Obj.getSections()) in finalizeStringTable() local
126 for (const auto &S : Obj.getSymbols()) in finalizeStringTable() local
132 for (auto &S : Obj.getMutableSections()) { in finalizeStringTable() local
146 for (auto &S : Obj.getMutableSymbols()) { in finalizeStringTable() local
160 for (auto &S : Obj.getMutableSymbols()) { in finalizeSymbolTable() local
218 const Section &S = Obj.getSections().back(); in finalize() local
309 for (const auto &S : Obj.getSections()) { in writeHeaders() local
316 for (const auto &S : Obj.getSections()) { in writeSections() local
349 for (const auto &S : Obj.getSymbols()) { in writeSymbolStringTables() local
[all …]
/freebsd-src/sys/contrib/ck/include/gcc/
H A Dck_pr.h58 #define CK_PR_LOAD(S, M, T) \ argument
99 #define CK_PR_LOAD_S(S, T) CK_PR_LOAD(S, T, T) argument
156 #define CK_PR_CAS(S, M, T) \ in CK_PR_FENCE() argument
167 #define CK_PR_CAS_S(S, T) CK_PR_CAS(S, T, T) argument
191 #define CK_PR_CAS_O(S, T) \ argument
213 #define CK_PR_FAA(S, M, T) \ argument
223 #define CK_PR_FAA_S(S, T) CK_PR_FAA(S, T, T) argument
239 #define CK_PR_BINARY(K, S, M, T) \ argument
247 #define CK_PR_BINARY_S(K, S, T) CK_PR_BINARY(K, S, T, T) argument
269 #define CK_PR_UNARY(S, M, T) \ argument
[all …]
/freebsd-src/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h111 #define CK_PR_FAS(S, M, T, C, I) \ argument
125 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument
137 #define CK_PR_LOAD(S, M, T, C, I) \ argument
151 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
163 #define CK_PR_STORE(S, M, T, C, I) \ argument
176 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
191 #define CK_PR_FAA(S, M, T, C, I) \ argument
205 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) argument
220 #define CK_PR_UNARY(K, S, T, C, I) \ argument
224 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument
[all …]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c45 static void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
51 static int blake2s_is_lastblock( const blake2s_state *S ) in blake2s_is_lastblock()
56 static void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
63 static void blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
69 static void blake2s_init0( blake2s_state *S ) in blake2s_init0()
78 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
95 int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
117 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ) in blake2s_init_key()
174 static void blake2s_compress( blake2s_state *S, const uint8_t in[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
216 int blake2s_update( blake2s_state *S, const void *pin, size_t inlen ) in blake2s_update()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp126 VisitBinaryOperator(const BinaryOperator * S) VisitBinaryOperator() argument
177 VisitDeclRefExpr(const DeclRefExpr * S) VisitDeclRefExpr() argument
200 VisitDeclStmt(const DeclStmt * S) VisitDeclStmt() argument
261 VisitImplicitCastExpr(const ImplicitCastExpr * S) VisitImplicitCastExpr() argument
338 VisitUnaryOperator(const UnaryOperator * S) VisitUnaryOperator() argument
373 VisitCXXThisExpr(const CXXThisExpr * S) VisitCXXThisExpr() argument
383 VisitCXXNewExpr(const CXXNewExpr * S) VisitCXXNewExpr() argument
388 VisitCXXDeleteExpr(const CXXDeleteExpr * S) VisitCXXDeleteExpr() argument
395 VisitReturnStmt(const ReturnStmt * S) VisitReturnStmt() argument
420 VisitMemberExpr(const MemberExpr * S) VisitMemberExpr() argument
453 VisitCXXDefaultInitExpr(const CXXDefaultInitExpr * S) VisitCXXDefaultInitExpr() argument
459 VisitCXXConstructExpr(const CXXConstructExpr * S) VisitCXXConstructExpr() argument
497 VisitCXXOperatorCallExpr(const CXXOperatorCallExpr * S) VisitCXXOperatorCallExpr() argument
542 VisitCXXFunctionalCastExpr(const CXXFunctionalCastExpr * S) VisitCXXFunctionalCastExpr() argument
551 VisitCXXTemporaryObjectExpr(const CXXTemporaryObjectExpr * S) VisitCXXTemporaryObjectExpr() argument
556 VisitCallExpr(const CallExpr * S) VisitCallExpr() argument
593 VisitMaterializeTemporaryExpr(const MaterializeTemporaryExpr * S) VisitMaterializeTemporaryExpr() argument
611 VisitCXXBindTemporaryExpr(const CXXBindTemporaryExpr * S) VisitCXXBindTemporaryExpr() argument
618 VisitCXXStaticCastExpr(const CXXStaticCastExpr * S) VisitCXXStaticCastExpr() argument
627 VisitConditionalOperator(const ConditionalOperator * S) VisitConditionalOperator() argument
641 VisitInitListExpr(const InitListExpr * S) VisitInitListExpr() argument
732 VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr * S) VisitCXXBoolLiteralExpr() argument
736 VisitIntegerLiteral(const IntegerLiteral * S) VisitIntegerLiteral() argument
740 VisitParenExpr(const ParenExpr * S) VisitParenExpr() argument
749 VisitExprWithCleanups(const ExprWithCleanups * S) VisitExprWithCleanups() argument
787 transferInlineCall(const E * S,const FunctionDecl * F) transferInlineCall() argument
829 transfer(const StmtToEnvMap & StmtToEnv,const Stmt & S,Environment & Env) transfer() argument
[all...]
/freebsd-src/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h140 #define CK_PR_FAS(S, M, T, C, I) \ argument
154 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument
173 #define CK_PR_LOAD(S, M, T, C, I) \ argument
187 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
224 #define CK_PR_LOAD_2(S, W, T) \ argument
245 #define CK_PR_STORE_IMM(S, M, T, C, I, K) \ argument
256 #define CK_PR_STORE(S, M, T, C, I) \ argument
272 #define CK_PR_STORE_S(S, T, I, K) CK_PR_STORE_IMM(S, T, T, T, I, K) argument
289 #define CK_PR_FAA(S, M, T, C, I) \ argument
303 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) argument
[all …]
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c38 blake2b_set_lastnode(blake2b_state *S) in blake2b_set_lastnode()
46 blake2b_is_lastblock(const blake2b_state *S) in blake2b_is_lastblock()
52 blake2b_set_lastblock(blake2b_state *S) in blake2b_set_lastblock()
62 blake2b_increment_counter(blake2b_state *S, const uint64_t inc) in blake2b_increment_counter()
93 blake2b_init0(blake2b_state *S) in blake2b_init0()
107 blake2b_init_param(blake2b_state *S, const blake2b_param *P) in blake2b_init_param()
124 blake2b_init(blake2b_state *S, const uint8_t outlen) in blake2b_init()
146 blake2b_init_salt_personal(blake2b_state *S, const uint8_t outlen, in blake2b_init_salt_personal()
177 blake2b_init_key(blake2b_state *S, const uint8_t outlen, const void *key, in blake2b_init_key()
214 blake2b_init_key_salt_personal(blake2b_state *S, const uint8_t outlen, in blake2b_init_key_salt_personal()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp512 if (const auto *S = dyn_cast<TagDecl>(D)) in getDeclarationRange() local
743 WalkUpFromTemplateDecl(TemplateDecl * S) WalkUpFromTemplateDecl() argument
776 if (auto *S = dyn_cast<ClassTemplatePartialSpecializationDecl>(C)) handleFreeStandingTagDecl() local
789 WalkUpFromCompoundStmt(CompoundStmt * S) WalkUpFromCompoundStmt() argument
803 WalkUpFromStmt(Stmt * S) WalkUpFromStmt() argument
809 TraverseIfStmt(IfStmt * S) TraverseIfStmt() argument
833 TraverseCXXForRangeStmt(CXXForRangeStmt * S) TraverseCXXForRangeStmt() argument
853 TraverseStmt(Stmt * S) TraverseStmt() argument
877 TraverseUserDefinedLiteral(UserDefinedLiteral * S) TraverseUserDefinedLiteral() argument
887 buildUserDefinedLiteral(UserDefinedLiteral * S) buildUserDefinedLiteral() argument
920 WalkUpFromUserDefinedLiteral(UserDefinedLiteral * S) WalkUpFromUserDefinedLiteral() argument
1070 WalkUpFromMemberExpr(MemberExpr * S) WalkUpFromMemberExpr() argument
1094 WalkUpFromDeclRefExpr(DeclRefExpr * S) WalkUpFromDeclRefExpr() argument
1102 WalkUpFromDependentScopeDeclRefExpr(DependentScopeDeclRefExpr * S) WalkUpFromDependentScopeDeclRefExpr() argument
1109 WalkUpFromCXXThisExpr(CXXThisExpr * S) WalkUpFromCXXThisExpr() argument
1119 WalkUpFromParenExpr(ParenExpr * S) WalkUpFromParenExpr() argument
1128 WalkUpFromIntegerLiteral(IntegerLiteral * S) WalkUpFromIntegerLiteral() argument
1135 WalkUpFromCharacterLiteral(CharacterLiteral * S) WalkUpFromCharacterLiteral() argument
1142 WalkUpFromFloatingLiteral(FloatingLiteral * S) WalkUpFromFloatingLiteral() argument
1149 WalkUpFromStringLiteral(StringLiteral * S) WalkUpFromStringLiteral() argument
1156 WalkUpFromCXXBoolLiteralExpr(CXXBoolLiteralExpr * S) WalkUpFromCXXBoolLiteralExpr() argument
1163 WalkUpFromCXXNullPtrLiteralExpr(CXXNullPtrLiteralExpr * S) WalkUpFromCXXNullPtrLiteralExpr() argument
1170 WalkUpFromUnaryOperator(UnaryOperator * S) WalkUpFromUnaryOperator() argument
1187 WalkUpFromBinaryOperator(BinaryOperator * S) WalkUpFromBinaryOperator() argument
1219 WalkUpFromCallExpr(CallExpr * S) WalkUpFromCallExpr() argument
1239 WalkUpFromCXXConstructExpr(CXXConstructExpr * S) WalkUpFromCXXConstructExpr() argument
1247 TraverseCXXOperatorCallExpr(CXXOperatorCallExpr * S) TraverseCXXOperatorCallExpr() argument
1270 WalkUpFromCXXOperatorCallExpr(CXXOperatorCallExpr * S) WalkUpFromCXXOperatorCallExpr() argument
1323 WalkUpFromCXXDefaultArgExpr(CXXDefaultArgExpr * S) WalkUpFromCXXDefaultArgExpr() argument
1325 WalkUpFromNamespaceDecl(NamespaceDecl * S) WalkUpFromNamespaceDecl() argument
1422 WalkUpFromDeclStmt(DeclStmt * S) WalkUpFromDeclStmt() argument
1428 WalkUpFromNullStmt(NullStmt * S) WalkUpFromNullStmt() argument
1434 WalkUpFromSwitchStmt(SwitchStmt * S) WalkUpFromSwitchStmt() argument
1443 WalkUpFromCaseStmt(CaseStmt * S) WalkUpFromCaseStmt() argument
1453 WalkUpFromDefaultStmt(DefaultStmt * S) WalkUpFromDefaultStmt() argument
1462 WalkUpFromIfStmt(IfStmt * S) WalkUpFromIfStmt() argument
1476 WalkUpFromForStmt(ForStmt * S) WalkUpFromForStmt() argument
1484 WalkUpFromWhileStmt(WhileStmt * S) WalkUpFromWhileStmt() argument
1493 WalkUpFromContinueStmt(ContinueStmt * S) WalkUpFromContinueStmt() argument
1501 WalkUpFromBreakStmt(BreakStmt * S) WalkUpFromBreakStmt() argument
1509 WalkUpFromReturnStmt(ReturnStmt * S) WalkUpFromReturnStmt() argument
1518 WalkUpFromCXXForRangeStmt(CXXForRangeStmt * S) WalkUpFromCXXForRangeStmt() argument
1526 WalkUpFromEmptyDecl(EmptyDecl * S) WalkUpFromEmptyDecl() argument
1532 WalkUpFromStaticAssertDecl(StaticAssertDecl * S) WalkUpFromStaticAssertDecl() argument
1540 WalkUpFromLinkageSpecDecl(LinkageSpecDecl * S) WalkUpFromLinkageSpecDecl() argument
1547 WalkUpFromNamespaceAliasDecl(NamespaceAliasDecl * S) WalkUpFromNamespaceAliasDecl() argument
1553 WalkUpFromUsingDirectiveDecl(UsingDirectiveDecl * S) WalkUpFromUsingDirectiveDecl() argument
1559 WalkUpFromUsingDecl(UsingDecl * S) WalkUpFromUsingDecl() argument
1565 WalkUpFromUnresolvedUsingValueDecl(UnresolvedUsingValueDecl * S) WalkUpFromUnresolvedUsingValueDecl() argument
1571 WalkUpFromUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl * S) WalkUpFromUnresolvedUsingTypenameDecl() argument
1577 WalkUpFromTypeAliasDecl(TypeAliasDecl * S) WalkUpFromTypeAliasDecl() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp56 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86_64()
89 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument
117 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF()
141 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument
167 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument
191 static uint64_t resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC64() argument
217 static uint64_t resolveSystemZ(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSystemZ() argument
241 static uint64_t resolveSparc64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSparc64() argument
277 static uint64_t resolveAmdgpu(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAmdgpu() argument
299 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp218 checkUInt32Argument(Sema & S,const AttrInfo & AI,const Expr * Expr,uint32_t & Val,unsigned Idx=UINT_MAX,bool StrictlyUnsigned=false) checkUInt32Argument() argument
254 checkPositiveIntArgument(Sema & S,const AttrInfo & AI,const Expr * Expr,int & Val,unsigned Idx=UINT_MAX) checkPositiveIntArgument() argument
275 checkAttrMutualExclusion(Sema & S,Decl * D,const ParsedAttr & AL) checkAttrMutualExclusion() argument
287 checkAttrMutualExclusion(Sema & S,Decl * D,const Attr & AL) checkAttrMutualExclusion() argument
304 checkFunctionOrMethodParameterIndex(Sema & S,const Decl * D,const AttrInfo & AI,unsigned AttrArgNum,const Expr * IdxExpr,ParamIdx & Idx,bool CanIndexImplicitThis=false) checkFunctionOrMethodParameterIndex() argument
401 handleSimpleAttribute(Sema & S,Decl * D,const AttributeCommonInfo & CI) handleSimpleAttribute() argument
425 handleSimpleAttributeOrDiagnose(Sema & S,Decl * D,const AttributeCommonInfo & CI,bool PassesCheck,unsigned DiagID,DiagnosticArgs &&...ExtraArgs) handleSimpleAttributeOrDiagnose() argument
446 threadSafetyCheckIsSmartPointer(Sema & S,const RecordType * RT) threadSafetyCheckIsSmartPointer() argument
482 threadSafetyCheckIsPointer(Sema & S,const Decl * D,const ParsedAttr & AL) threadSafetyCheckIsPointer() argument
533 checkRecordTypeForCapability(Sema & S,QualType Ty) checkRecordTypeForCapability() argument
563 typeHasCapability(Sema & S,QualType Ty) typeHasCapability() argument
573 isCapabilityExpr(Sema & S,const Expr * Ex) isCapabilityExpr() argument
603 checkAttrArgsAreCapabilityObjs(Sema & S,Decl * D,const ParsedAttr & AL,SmallVectorImpl<Expr * > & Args,unsigned Sidx=0,bool ParamIdxOk=false) checkAttrArgsAreCapabilityObjs() argument
700 handlePtGuardedVarAttr(Sema & S,Decl * D,const ParsedAttr & AL) handlePtGuardedVarAttr() argument
707 checkGuardedByAttrCommon(Sema & S,Decl * D,const ParsedAttr & AL,Expr * & Arg) checkGuardedByAttrCommon() argument
721 handleGuardedByAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleGuardedByAttr() argument
729 handlePtGuardedByAttr(Sema & S,Decl * D,const ParsedAttr & AL) handlePtGuardedByAttr() argument
740 checkAcquireOrderAttrCommon(Sema & S,Decl * D,const ParsedAttr & AL,SmallVectorImpl<Expr * > & Args) checkAcquireOrderAttrCommon() argument
760 handleAcquiredAfterAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAcquiredAfterAttr() argument
770 handleAcquiredBeforeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAcquiredBeforeAttr() argument
780 checkLockFunAttrCommon(Sema & S,Decl * D,const ParsedAttr & AL,SmallVectorImpl<Expr * > & Args) checkLockFunAttrCommon() argument
789 handleAssertSharedLockAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAssertSharedLockAttr() argument
800 handleAssertExclusiveLockAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAssertExclusiveLockAttr() argument
818 checkParamIsIntegerType(Sema & S,const Decl * D,const AttrInfo & AI,unsigned AttrArgNo) checkParamIsIntegerType() argument
837 handleAllocSizeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAllocSizeAttr() argument
874 checkTryLockFunAttrCommon(Sema & S,Decl * D,const ParsedAttr & AL,SmallVectorImpl<Expr * > & Args) checkTryLockFunAttrCommon() argument
891 handleSharedTrylockFunctionAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleSharedTrylockFunctionAttr() argument
901 handleExclusiveTrylockFunctionAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleExclusiveTrylockFunctionAttr() argument
911 handleLockReturnedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleLockReturnedAttr() argument
922 handleLocksExcludedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleLocksExcludedAttr() argument
938 checkFunctionConditionAttr(Sema & S,Decl * D,const ParsedAttr & AL,Expr * & Cond,StringRef & Msg) checkFunctionConditionAttr() argument
966 handleEnableIfAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleEnableIfAttr() argument
975 handleErrorAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleErrorAttr() argument
1029 handleDiagnoseAsBuiltinAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleDiagnoseAsBuiltinAttr() argument
1107 handleDiagnoseIfAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleDiagnoseIfAttr() argument
1133 handleNoBuiltinAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleNoBuiltinAttr() argument
1183 handlePassObjectSizeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handlePassObjectSizeAttr() argument
1215 handleConsumableAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleConsumableAttr() argument
1235 checkForConsumableClass(Sema & S,const CXXMethodDecl * MD,const ParsedAttr & AL) checkForConsumableClass() argument
1250 handleCallableWhenAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCallableWhenAttr() argument
1285 handleParamTypestateAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleParamTypestateAttr() argument
1319 handleReturnTypestateAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleReturnTypestateAttr() argument
1364 handleSetTypestateAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleSetTypestateAttr() argument
1386 handleTestTypestateAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleTestTypestateAttr() argument
1408 handleExtVectorTypeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleExtVectorTypeAttr() argument
1413 handlePackedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handlePackedAttr() argument
1441 handlePreferredName(Sema & S,Decl * D,const ParsedAttr & AL) handlePreferredName() argument
1478 checkIBOutletCommon(Sema & S,Decl * D,const ParsedAttr & AL) checkIBOutletCommon() argument
1504 handleIBOutlet(Sema & S,Decl * D,const ParsedAttr & AL) handleIBOutlet() argument
1511 handleIBOutletCollection(Sema & S,Decl * D,const ParsedAttr & AL) handleIBOutletCollection() argument
1578 attrNonNullArgCheck(Sema & S,QualType T,const ParsedAttr & AL,SourceRange AttrParmRange,SourceRange TypeRange,bool isReturnValue=false) attrNonNullArgCheck() argument
1594 handleNonNullAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleNonNullAttr() argument
1637 handleNonNullAttrParameter(Sema & S,ParmVarDecl * D,const ParsedAttr & AL) handleNonNullAttrParameter() argument
1657 handleReturnsNonNullAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleReturnsNonNullAttr() argument
1667 handleNoEscapeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleNoEscapeAttr() argument
1682 handleAssumeAlignedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAssumeAlignedAttr() argument
1688 handleAllocAlignAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAllocAlignAttr() argument
1774 checkAssumptionAttr(Sema & S,SourceLocation Loc,StringRef AssumptionStr) checkAssumptionAttr() argument
1797 handleAssumumptionAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAssumumptionAttr() argument
1820 handleOwnershipAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleOwnershipAttr() argument
1924 handleWeakRefAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleWeakRefAttr() argument
1982 handleIFuncAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleIFuncAttr() argument
1997 handleAliasAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAliasAttr() argument
2042 handleTLSModelAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleTLSModelAttr() argument
2065 handleRestrictAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleRestrictAttr() argument
2076 handleCPUSpecificAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCPUSpecificAttr() argument
2148 handleCommonAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCommonAttr() argument
2158 handleCmseNSEntryAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCmseNSEntryAttr() argument
2173 handleNakedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleNakedAttr() argument
2196 handleNoReturnAttr(Sema & S,Decl * D,const ParsedAttr & Attrs) handleNoReturnAttr() argument
2209 handleStandardNoReturnAttr(Sema & S,Decl * D,const ParsedAttr & A) handleStandardNoReturnAttr() argument
2224 handleNoCfCheckAttr(Sema & S,Decl * D,const ParsedAttr & Attrs) handleNoCfCheckAttr() argument
2254 handleAnalyzerNoReturnAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAnalyzerNoReturnAttr() argument
2275 handleVecReturnAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleVecReturnAttr() argument
2329 handleDependencyAttr(Sema & S,Scope * Scope,Decl * D,const ParsedAttr & AL) handleDependencyAttr() argument
2344 handleUnusedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleUnusedAttr() argument
2355 handleConstructorAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleConstructorAttr() argument
2368 handleDestructorAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleDestructorAttr() argument
2378 handleAttrWithMessage(Sema & S,Decl * D,const ParsedAttr & AL) handleAttrWithMessage() argument
2387 handleObjCSuppresProtocolAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCSuppresProtocolAttr() argument
2398 checkAvailabilityAttr(Sema & S,SourceRange Range,IdentifierInfo * Platform,VersionTuple Introduced,VersionTuple Deprecated,VersionTuple Obsoleted) checkAvailabilityAttr() argument
2619 handleAvailabilityAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAvailabilityAttr() argument
2861 handleExternalSourceSymbolAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleExternalSourceSymbolAttr() argument
2882 mergeVisibilityAttr(Sema & S,Decl * D,const AttributeCommonInfo & CI,typename T::VisibilityType value) mergeVisibilityAttr() argument
2908 handleVisibilityAttr(Sema & S,Decl * D,const ParsedAttr & AL,bool isTypeVisibility) handleVisibilityAttr() argument
2956 handleObjCDirectAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCDirectAttr() argument
2970 handleObjCDirectMembersAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCDirectMembersAttr() argument
2979 handleObjCMethodFamilyAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCMethodFamilyAttr() argument
3005 handleObjCNSObject(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCNSObject() argument
3032 handleObjCIndependentClass(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCIndependentClass() argument
3046 handleBlocksAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleBlocksAttr() argument
3063 handleSentinelAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleSentinelAttr() argument
3152 handleWarnUnusedResult(Sema & S,Decl * D,const ParsedAttr & AL) handleWarnUnusedResult() argument
3205 handleWeakImportAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleWeakImportAttr() argument
3228 handleWorkGroupSize(Sema & S,Decl * D,const ParsedAttr & AL) handleWorkGroupSize() argument
3253 handleSubGroupSize(Sema & S,Decl * D,const ParsedAttr & AL) handleSubGroupSize() argument
3273 handleVecTypeHint(Sema & S,Decl * D,const ParsedAttr & AL) handleVecTypeHint() argument
3350 handleSectionAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleSectionAttr() argument
3372 handleCodeModelAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCodeModelAttr() argument
3390 checkCodeSegName(Sema & S,SourceLocation LiteralLoc,StringRef CodeSegName) checkCodeSegName() argument
3420 handleCodeSegAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCodeSegAttr() argument
3525 handleTargetVersionAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleTargetVersionAttr() argument
3540 handleTargetAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleTargetAttr() argument
3648 handleTargetClonesAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleTargetClonesAttr() argument
3715 handleMinVectorWidthAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleMinVectorWidthAttr() argument
3732 handleCleanupAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCleanupAttr() argument
3787 handleEnumExtensibilityAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleEnumExtensibilityAttr() argument
3809 handleFormatArgAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleFormatArgAttr() argument
3880 handleInitPriorityAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleInitPriorityAttr() argument
3971 handleFormatAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleFormatAttr() argument
4086 handleCallbackAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCallbackAttr() argument
4232 handleCalledOnceAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCalledOnceAttr() argument
4244 handleTransparentUnionAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleTransparentUnionAttr() argument
4324 handleAnnotateAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAnnotateAttr() argument
4341 handleAlignValueAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAlignValueAttr() argument
4385 handleAlignedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAlignedAttr() argument
4447 validateAlignasAppliedType(Sema & S,Decl * D,const AlignedAttr & Attr,SourceLocation AttrLoc) validateAlignasAppliedType() argument
4687 parseModeAttrArg(Sema & S,StringRef Str,unsigned & DestWidth,bool & IntegerMode,bool & ComplexMode,FloatModeKind & ExplicitType) parseModeAttrArg() argument
4758 handleModeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleModeAttr() argument
4915 handleNoDebugAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleNoDebugAttr() argument
5025 handleAlwaysInlineAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAlwaysInlineAttr() argument
5031 handleMinSizeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleMinSizeAttr() argument
5036 handleOptimizeNoneAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleOptimizeNoneAttr() argument
5041 handleConstantAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleConstantAttr() argument
5057 handleSharedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleSharedAttr() argument
5073 handleGlobalAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleGlobalAttr() argument
5109 handleDeviceAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleDeviceAttr() argument
5125 handleManagedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleManagedAttr() argument
5138 handleGNUInlineAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleGNUInlineAttr() argument
5151 handleCallConvAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCallConvAttr() argument
5243 handleSuppressAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleSuppressAttr() argument
5269 handleLifetimeCategoryAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleLifetimeCategoryAttr() argument
5336 handleRandomizeLayoutAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleRandomizeLayoutAttr() argument
5343 handleNoRandomizeLayoutAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleNoRandomizeLayoutAttr() argument
5656 makeLaunchBoundsArgExpr(Sema & S,Expr * E,const CUDALaunchBoundsAttr & AL,const unsigned Idx) makeLaunchBoundsArgExpr() argument
5733 handleLaunchBoundsAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleLaunchBoundsAttr() argument
5742 handleArgumentWithTypeTagAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleArgumentWithTypeTagAttr() argument
5774 handleTypeTagForDatatypeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleTypeTagForDatatypeAttr() argument
5801 handleXRayLogArgsAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleXRayLogArgsAttr() argument
5814 handlePatchableFunctionEntryAttr(Sema & S,Decl * D,const ParsedAttr & AL) handlePatchableFunctionEntryAttr() argument
5889 handleArmBuiltinAliasAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleArmBuiltinAliasAttr() argument
5917 handleBuiltinAliasAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleBuiltinAliasAttr() argument
5945 handlePreferredTypeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handlePreferredTypeAttr() argument
6061 handleXReturnsXRetainedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleXReturnsXRetainedAttr() argument
6193 handleObjCReturnsInnerPointerAttr(Sema & S,Decl * D,const ParsedAttr & Attrs) handleObjCReturnsInnerPointerAttr() argument
6219 handleObjCRequiresSuperAttr(Sema & S,Decl * D,const ParsedAttr & Attrs) handleObjCRequiresSuperAttr() argument
6239 handleNSErrorDomain(Sema & S,Decl * D,const ParsedAttr & Attr) handleNSErrorDomain() argument
6270 handleObjCBridgeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCBridgeAttr() argument
6296 handleObjCBridgeMutableAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCBridgeMutableAttr() argument
6309 handleObjCBridgeRelatedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCBridgeRelatedAttr() argument
6325 handleObjCDesignatedInitializer(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCDesignatedInitializer() argument
6351 handleObjCRuntimeName(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCRuntimeName() argument
6363 handleObjCBoxable(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCBoxable() argument
6385 handleObjCOwnershipAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCOwnershipAttr() argument
6394 handleObjCPreciseLifetimeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCPreciseLifetimeAttr() argument
6433 handleSwiftAttrAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleSwiftAttrAttr() argument
6443 handleSwiftBridge(Sema & S,Decl * D,const ParsedAttr & AL) handleSwiftBridge() argument
6461 isErrorParameter(Sema & S,QualType QT) isErrorParameter() argument
6483 handleSwiftError(Sema & S,Decl * D,const ParsedAttr & AL) handleSwiftError() argument
6484 __anonb2727f1a1202(Sema &S, Decl *D, const ParsedAttr &AL) handleSwiftError() argument
6495 __anonb2727f1a1302(Sema &S, Decl *D, const ParsedAttr &AL) handleSwiftError() argument
6509 __anonb2727f1a1402(Sema &S, Decl *D, const ParsedAttr &AL) handleSwiftError() argument
6557 checkSwiftAsyncErrorBlock(Sema & S,Decl * D,const SwiftAsyncErrorAttr * ErrorAttr,const SwiftAsyncAttr * AsyncAttr) checkSwiftAsyncErrorBlock() argument
6638 handleSwiftAsyncError(Sema & S,Decl * D,const ParsedAttr & AL) handleSwiftAsyncError() argument
6685 validateSwiftFunctionName(Sema & S,const ParsedAttr & AL,SourceLocation Loc,StringRef Name,unsigned & SwiftParamCount,bool & IsSingleParamInit) validateSwiftFunctionName() argument
6962 handleSwiftName(Sema & S,Decl * D,const ParsedAttr & AL) handleSwiftName() argument
6974 handleSwiftAsyncName(Sema & S,Decl * D,const ParsedAttr & AL) handleSwiftAsyncName() argument
6986 handleSwiftNewType(Sema & S,Decl * D,const ParsedAttr & AL) handleSwiftNewType() argument
7013 handleSwiftAsyncAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleSwiftAsyncAttr() argument
7087 handleUuidAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleUuidAttr() argument
7147 handleHLSLNumThreadsAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleHLSLNumThreadsAttr() argument
7216 handleHLSLSV_DispatchThreadIDAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleHLSLSV_DispatchThreadIDAttr() argument
7236 handleHLSLShaderAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleHLSLShaderAttr() argument
7269 handleHLSLResourceBindingAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleHLSLResourceBindingAttr() argument
7341 handleHLSLParamModifierAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleHLSLParamModifierAttr() argument
7371 handleMSInheritanceAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleMSInheritanceAttr() argument
7385 handleDeclspecThreadAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleDeclspecThreadAttr() argument
7402 handleMSConstexprAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleMSConstexprAttr() argument
7424 handleAbiTagAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAbiTagAttr() argument
7455 handleARMInterruptAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleARMInterruptAttr() argument
7480 handleMSP430InterruptAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleMSP430InterruptAttr() argument
7532 handleMipsInterruptAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleMipsInterruptAttr() argument
7589 handleM68kInterruptAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleM68kInterruptAttr() argument
7622 handleAnyX86InterruptAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAnyX86InterruptAttr() argument
7687 handleAVRInterruptAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAVRInterruptAttr() argument
7700 handleAVRSignalAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAVRSignalAttr() argument
7713 handleBPFPreserveAIRecord(Sema & S,RecordDecl * RD) handleBPFPreserveAIRecord() argument
7725 handleBPFPreserveAccessIndexAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleBPFPreserveAccessIndexAttr() argument
7740 handleBTFDeclTagAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleBTFDeclTagAttr() argument
7756 handleWebAssemblyExportNameAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleWebAssemblyExportNameAttr() argument
7820 handleWebAssemblyImportModuleAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleWebAssemblyImportModuleAttr() argument
7837 handleWebAssemblyImportNameAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleWebAssemblyImportNameAttr() argument
7852 handleRISCVInterruptAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleRISCVInterruptAttr() argument
7910 handleInterruptAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleInterruptAttr() argument
7941 checkAMDGPUFlatWorkGroupSizeArguments(Sema & S,Expr * MinExpr,Expr * MaxExpr,const AMDGPUFlatWorkGroupSizeAttr & Attr) checkAMDGPUFlatWorkGroupSizeArguments() argument
7988 handleAMDGPUFlatWorkGroupSizeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAMDGPUFlatWorkGroupSizeAttr() argument
7996 checkAMDGPUWavesPerEUArguments(Sema & S,Expr * MinExpr,Expr * MaxExpr,const AMDGPUWavesPerEUAttr & Attr) checkAMDGPUWavesPerEUArguments() argument
8047 handleAMDGPUWavesPerEUAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAMDGPUWavesPerEUAttr() argument
8057 handleAMDGPUNumSGPRAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAMDGPUNumSGPRAttr() argument
8066 handleAMDGPUNumVGPRAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAMDGPUNumVGPRAttr() argument
8075 handleX86ForceAlignArgPointerAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleX86ForceAlignArgPointerAttr() argument
8098 handleLayoutVersion(Sema & S,Decl * D,const ParsedAttr & AL) handleLayoutVersion() argument
8145 handleDLLAttr(Sema & S,Decl * D,const ParsedAttr & A) handleDLLAttr() argument
8212 handleCapabilityAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCapabilityAttr() argument
8230 handleAssertCapabilityAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAssertCapabilityAttr() argument
8239 handleAcquireCapabilityAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAcquireCapabilityAttr() argument
8249 handleTryAcquireCapabilityAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleTryAcquireCapabilityAttr() argument
8259 handleReleaseCapabilityAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleReleaseCapabilityAttr() argument
8269 handleRequiresCapabilityAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleRequiresCapabilityAttr() argument
8286 handleDeprecatedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleDeprecatedAttr() argument
8322 if (const auto *S = dyn_cast<VarDecl>(D)) isGlobalVar() local
8332 handleNoSanitizeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleNoSanitizeAttr() argument
8359 handleNoSanitizeSpecificAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleNoSanitizeSpecificAttr() argument
8390 handleInternalLinkageAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleInternalLinkageAttr() argument
8395 handleOpenCLNoSVMAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleOpenCLNoSVMAttr() argument
8404 handleOpenCLAccessAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleOpenCLAccessAttr() argument
8451 handleZeroCallUsedRegsAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleZeroCallUsedRegsAttr() argument
8469 handleCountedByAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCountedByAttr() argument
8500 CheckCountedByAttr(Scope * S,const FieldDecl * FD) CheckCountedByAttr() argument
8598 handleFunctionReturnThunksAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleFunctionReturnThunksAttr() argument
8618 handleAvailableOnlyInDefaultEvalMethod(Sema & S,Decl * D,const ParsedAttr & AL) handleAvailableOnlyInDefaultEvalMethod() argument
8624 handleNoMergeAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleNoMergeAttr() argument
8634 handleNoUniqueAddressAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleNoUniqueAddressAttr() argument
8638 handleSYCLKernelAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleSYCLKernelAttr() argument
8677 handleDestroyAttr(Sema & S,Decl * D,const ParsedAttr & A) handleDestroyAttr() argument
8690 handleUninitializedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleUninitializedAttr() argument
8696 tryMakeVariablePseudoStrong(Sema & S,VarDecl * VD,bool DiagnoseFailure) tryMakeVariablePseudoStrong() argument
8733 handleObjCExternallyRetainedAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleObjCExternallyRetainedAttr() argument
8771 handleMIGServerRoutineAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleMIGServerRoutineAttr() argument
8793 handleMSAllocatorAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleMSAllocatorAttr() argument
8807 handleAcquireHandleAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleAcquireHandleAttr() argument
8825 handleHandleAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleHandleAttr() argument
8833 handleUnsafeBufferUsage(Sema & S,Decl * D,const ParsedAttr & AL) handleUnsafeBufferUsage() argument
8837 handleCFGuardAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleCFGuardAttr() argument
8868 handleEnforceTCBAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleEnforceTCBAttr() argument
8893 mergeEnforceTCBAttrImpl(Sema & S,Decl * D,const AttrTy & AL) mergeEnforceTCBAttrImpl() argument
8961 checkArmNewAttrMutualExclusion(Sema & S,const ParsedAttr & AL,const FunctionProtoType * FPT,FunctionType::ArmStateValue CurrentState,StringRef StateName) checkArmNewAttrMutualExclusion() argument
8983 handleArmNewAttr(Sema & S,Decl * D,const ParsedAttr & AL) handleArmNewAttr() argument
8992 for (StringRef S : ExistingAttr->newArgs()) handleArmNewAttr() local
9040 ProcessDeclAttribute(Sema & S,Scope * scope,Decl * D,const ParsedAttr & AL,const Sema::ProcessDeclAttributeOptions & Options) ProcessDeclAttribute() argument
9860 ProcessDeclAttributeList(Scope * S,Decl * D,const ParsedAttributesView & AttrList,const ProcessDeclAttributeOptions & Options) ProcessDeclAttributeList() argument
9966 checkUnusedDeclAttributes(Sema & S,const ParsedAttributesView & A) checkUnusedDeclAttributes() argument
10043 DeclApplyPragmaWeak(Scope * S,NamedDecl * ND,const WeakInfo & W) DeclApplyPragmaWeak() argument
10064 ProcessPragmaWeak(Scope * S,Decl * D) ProcessPragmaWeak() argument
10094 ProcessDeclAttributes(Scope * S,Decl * D,const Declarator & PD) ProcessDeclAttributes() argument
10143 isForbiddenTypeAllowed(Sema & S,Decl * D,const DelayedDiagnostic & diag,UnavailableAttr::ImplicitReason & reason) isForbiddenTypeAllowed() argument
10178 handleDelayedForbiddenType(Sema & S,DelayedDiagnostic & DD,Decl * D) handleDelayedForbiddenType() argument
[all...]
H A DSemaStmtAttr.cpp27 handleFallThroughAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleFallThroughAttr() argument
54 handleSuppressAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleSuppressAttr() argument
77 handleLoopHintAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange) handleLoopHintAttr() argument
103 __anon2d70c9ea0102(LoopHintAttr::OptionType O, LoopHintAttr::LoopHintState S) handleLoopHintAttr() argument
190 CallExprFinder(Sema & S,const Stmt * St) CallExprFinder() argument
199 VisitAsmStmt(const AsmStmt * S) VisitAsmStmt() argument
209 handleNoMergeAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleNoMergeAttr() argument
276 handleNoInlineAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleNoInlineAttr() argument
291 handleAlwaysInlineAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleAlwaysInlineAttr() argument
306 handleMustTailAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleMustTailAttr() argument
312 handleLikely(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleLikely() argument
321 handleUnlikely(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleUnlikely() argument
357 handleCodeAlignAttr(Sema & S,Stmt * St,const ParsedAttr & A) handleCodeAlignAttr() argument
366 CheckForDuplicateLoopAttrs(Sema & S,ArrayRef<const Attr * > Attrs) CheckForDuplicateLoopAttrs() argument
404 handleMSConstexprAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleMSConstexprAttr() argument
419 CheckForIncompatibleAttributes(Sema & S,const SmallVectorImpl<const Attr * > & Attrs) CheckForIncompatibleAttributes() argument
538 handleOpenCLUnrollHint(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleOpenCLUnrollHint() argument
569 ProcessStmtAttribute(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) ProcessStmtAttribute() argument
629 ProcessStmtAttributes(Stmt * S,const ParsedAttributes & InAttrs,SmallVectorImpl<const Attr * > & OutAttrs) ProcessStmtAttributes() argument
[all...]
/freebsd-src/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h90 #define CK_PR_LOAD(S, M, T, I) \ argument
101 #define CK_PR_LOAD_64(S, M, T, I) \ argument
116 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, I) argument
117 #define CK_PR_LOAD_S_64(S, T, I) CK_PR_LOAD_64(S, T, T, I) argument
136 #define CK_PR_STORE(S, M, T, I) \ argument
147 #define CK_PR_STORE_64(S, M, T, I) \ argument
161 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, I) argument
162 #define CK_PR_STORE_S_64(S, T, I) CK_PR_STORE_64(S, T, T, I) argument
212 #define CK_PR_NEG_S(S, T, W) \ argument
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp31 static bool isEmptyARCMTMacroStatement(NullStmt *S, in isEmptyARCMTMacroStatement()
84 bool VisitNullStmt(NullStmt *S) { in VisitNullStmt()
87 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt()
95 bool VisitIfStmt(IfStmt *S) { in VisitIfStmt()
107 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt()
119 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt()
129 bool VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
139 bool VisitObjCAutoreleasePoolStmt(ObjCAutoreleasePoolStmt *S) { in VisitObjCAutoreleasePoolStmt()
154 CompoundStmt *S = E->getSubStmt(); in TraverseStmtExpr() local
164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp37 static void writeWithCommas(raw_ostream &S, ArrayRef<char> Buffer) { in writeWithCommas()
56 static void write_unsigned_impl(raw_ostream &S, T N, size_t MinDigits, in write_unsigned_impl()
79 static void write_unsigned(raw_ostream &S, T N, size_t MinDigits, in write_unsigned()
90 static void write_signed(raw_ostream &S, T N, size_t MinDigits, in write_signed()
105 void llvm::write_integer(raw_ostream &S, unsigned int N, size_t MinDigits, in write_integer()
110 void llvm::write_integer(raw_ostream &S, int N, size_t MinDigits, in write_integer()
115 void llvm::write_integer(raw_ostream &S, unsigned long N, size_t MinDigits, in write_integer()
120 void llvm::write_integer(raw_ostream &S, long N, size_t MinDigits, in write_integer()
125 void llvm::write_integer(raw_ostream &S, unsigned long long N, size_t MinDigits, in write_integer()
130 void llvm::write_integer(raw_ostream &S, long long N, size_t MinDigits, in write_integer()
[all …]
H A DStringSaver.cpp15 StringRef StringSaver::save(StringRef S) { in save()
23 StringRef StringSaver::save(const Twine &S) { in save()
28 StringRef UniqueStringSaver::save(StringRef S) { in save()
35 StringRef UniqueStringSaver::save(const Twine &S) { in save()
/freebsd-src/sys/contrib/libb2/
H A Dblake2b-ref.c46 static inline int blake2b_set_lastnode( blake2b_state *S ) in blake2b_set_lastnode()
52 static inline int blake2b_clear_lastnode( blake2b_state *S ) in blake2b_clear_lastnode()
59 static inline int blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock()
67 static inline int blake2b_clear_lastblock( blake2b_state *S ) in blake2b_clear_lastblock()
75 static inline int blake2b_increment_counter( blake2b_state *S, const uint64_t inc ) in blake2b_increment_counter()
139 static inline int blake2b_init0( blake2b_state *S ) in blake2b_init0()
169 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
184 int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init()
205 int blake2b_init_key( blake2b_state *S, size_t outlen, const void *key, size_t keylen ) in blake2b_init_key()
237 static int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress()
[all …]
H A Dblake2s-ref.c41 static inline int blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
47 static inline int blake2s_clear_lastnode( blake2s_state *S ) in blake2s_clear_lastnode()
54 static inline int blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
62 static inline int blake2s_clear_lastblock( blake2s_state *S ) in blake2s_clear_lastblock()
70 static inline int blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
132 static inline int blake2s_init0( blake2s_state *S ) in blake2s_init0()
162 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
177 int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
198 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ) in blake2s_init_key()
230 static int blake2s_compress( blake2s_state *S, const uint8_t block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
[all …]
H A Dblake2-dispatch.c446 int blake2b_init_dispatch( blake2b_state *S, size_t outlen ) in blake2b_init_dispatch()
452 int blake2b_init_key_dispatch( blake2b_state *S, size_t outlen, const void *key, size_t keylen ) in blake2b_init_key_dispatch()
458 int blake2b_init_param_dispatch( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param_dispatch()
464 int blake2b_update_dispatch( blake2b_state *S, const uint8_t *in, size_t inlen ) in blake2b_update_dispatch()
470 int blake2b_final_dispatch( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final_dispatch()
482 BLAKE2_API int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init()
487 BLAKE2_API int blake2b_init_key( blake2b_state *S, size_t outlen, const void *key, size_t keylen ) in blake2b_init_key()
492 BLAKE2_API int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
497 BLAKE2_API int blake2b_update( blake2b_state *S, const uint8_t *in, size_t inlen ) in blake2b_update()
502 BLAKE2_API int blake2b_final( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp144 PPCTargetStreamer::PPCTargetStreamer(MCStreamer &S) : MCTargetStreamer(S) {} in PPCTargetStreamer() argument
225 PPCTargetAsmStreamer(MCStreamer & S,formatted_raw_ostream & OS) PPCTargetAsmStreamer() argument
228 emitTCEntry(const MCSymbol & S,MCSymbolRefExpr::VariantKind Kind) emitTCEntry() argument
261 emitLocalEntry(MCSymbolELF * S,const MCExpr * LocalOffset) emitLocalEntry() argument
274 PPCTargetELFStreamer(MCStreamer & S) PPCTargetELFStreamer() argument
280 emitTCEntry(const MCSymbol & S,MCSymbolRefExpr::VariantKind Kind) emitTCEntry() argument
300 emitLocalEntry(MCSymbolELF * S,const MCExpr * LocalOffset) emitLocalEntry() argument
319 emitAssignment(MCSymbol * S,const MCExpr * Value) emitAssignment() argument
343 copyLocalEntry(MCSymbolELF * D,const MCExpr * S) copyLocalEntry() argument
383 PPCTargetMachOStreamer(MCStreamer & S) PPCTargetMachOStreamer() argument
385 emitTCEntry(const MCSymbol & S,MCSymbolRefExpr::VariantKind Kind) emitTCEntry() argument
399 emitLocalEntry(MCSymbolELF * S,const MCExpr * LocalOffset) emitLocalEntry() argument
406 PPCTargetXCOFFStreamer(MCStreamer & S) PPCTargetXCOFFStreamer() argument
408 emitTCEntry(const MCSymbol & S,MCSymbolRefExpr::VariantKind Kind) emitTCEntry() argument
425 emitLocalEntry(MCSymbolELF * S,const MCExpr * LocalOffset) emitLocalEntry() argument
432 createAsmTargetStreamer(MCStreamer & S,formatted_raw_ostream & OS,MCInstPrinter * InstPrint,bool isVerboseAsm) createAsmTargetStreamer() argument
439 createNullTargetStreamer(MCStreamer & S) createNullTargetStreamer() argument
444 createObjectTargetStreamer(MCStreamer & S,const MCSubtargetInfo & STI) createObjectTargetStreamer() argument
[all...]

12345678910>>...57