Lines Matching refs:Attribute

897       case Attribute::Alignment:  in constructFunction()
898 case Attribute::AllocSize: in constructFunction()
899 case Attribute::ArgMemOnly: in constructFunction()
900 case Attribute::Builtin: in constructFunction()
901 case Attribute::ByVal: in constructFunction()
902 case Attribute::Convergent: in constructFunction()
903 case Attribute::Dereferenceable: in constructFunction()
904 case Attribute::DereferenceableOrNull: in constructFunction()
905 case Attribute::ElementType: in constructFunction()
906 case Attribute::InAlloca: in constructFunction()
907 case Attribute::InReg: in constructFunction()
908 case Attribute::InaccessibleMemOnly: in constructFunction()
909 case Attribute::InaccessibleMemOrArgMemOnly: in constructFunction()
910 case Attribute::JumpTable: in constructFunction()
911 case Attribute::Naked: in constructFunction()
912 case Attribute::Nest: in constructFunction()
913 case Attribute::NoAlias: in constructFunction()
914 case Attribute::NoBuiltin: in constructFunction()
915 case Attribute::NoCapture: in constructFunction()
916 case Attribute::NoMerge: in constructFunction()
917 case Attribute::NoReturn: in constructFunction()
918 case Attribute::NoSync: in constructFunction()
919 case Attribute::NoUndef: in constructFunction()
920 case Attribute::None: in constructFunction()
921 case Attribute::NonNull: in constructFunction()
922 case Attribute::Preallocated: in constructFunction()
923 case Attribute::ReadNone: in constructFunction()
924 case Attribute::ReadOnly: in constructFunction()
925 case Attribute::Returned: in constructFunction()
926 case Attribute::ReturnsTwice: in constructFunction()
927 case Attribute::SExt: in constructFunction()
928 case Attribute::Speculatable: in constructFunction()
929 case Attribute::StackAlignment: in constructFunction()
930 case Attribute::StructRet: in constructFunction()
931 case Attribute::SwiftError: in constructFunction()
932 case Attribute::SwiftSelf: in constructFunction()
933 case Attribute::SwiftAsync: in constructFunction()
934 case Attribute::WillReturn: in constructFunction()
935 case Attribute::WriteOnly: in constructFunction()
936 case Attribute::ZExt: in constructFunction()
937 case Attribute::ImmArg: in constructFunction()
938 case Attribute::ByRef: in constructFunction()
939 case Attribute::EndAttrKinds: in constructFunction()
940 case Attribute::EmptyKey: in constructFunction()
941 case Attribute::TombstoneKey: in constructFunction()
944 case Attribute::AlwaysInline: in constructFunction()
945 case Attribute::Cold: in constructFunction()
946 case Attribute::Hot: in constructFunction()
947 case Attribute::NoRecurse: in constructFunction()
948 case Attribute::InlineHint: in constructFunction()
949 case Attribute::MinSize: in constructFunction()
950 case Attribute::NoCallback: in constructFunction()
951 case Attribute::NoDuplicate: in constructFunction()
952 case Attribute::NoFree: in constructFunction()
953 case Attribute::NoImplicitFloat: in constructFunction()
954 case Attribute::NoInline: in constructFunction()
955 case Attribute::NonLazyBind: in constructFunction()
956 case Attribute::NoRedZone: in constructFunction()
957 case Attribute::NoUnwind: in constructFunction()
958 case Attribute::NoSanitizeCoverage: in constructFunction()
959 case Attribute::NullPointerIsValid: in constructFunction()
960 case Attribute::OptForFuzzing: in constructFunction()
961 case Attribute::OptimizeNone: in constructFunction()
962 case Attribute::OptimizeForSize: in constructFunction()
963 case Attribute::SafeStack: in constructFunction()
964 case Attribute::ShadowCallStack: in constructFunction()
965 case Attribute::SanitizeAddress: in constructFunction()
966 case Attribute::SanitizeMemory: in constructFunction()
967 case Attribute::SanitizeThread: in constructFunction()
968 case Attribute::SanitizeHWAddress: in constructFunction()
969 case Attribute::SanitizeMemTag: in constructFunction()
970 case Attribute::SpeculativeLoadHardening: in constructFunction()
971 case Attribute::StackProtect: in constructFunction()
972 case Attribute::StackProtectReq: in constructFunction()
973 case Attribute::StackProtectStrong: in constructFunction()
974 case Attribute::StrictFP: in constructFunction()
975 case Attribute::UWTable: in constructFunction()
976 case Attribute::VScaleRange: in constructFunction()
977 case Attribute::NoCfCheck: in constructFunction()
978 case Attribute::MustProgress: in constructFunction()
979 case Attribute::NoProfile: in constructFunction()
1203 call->addParamAttr(SwiftErrArgNo, Attribute::SwiftError); in emitCallAndSwitchStatement()
1204 newFunction->addParamAttr(SwiftErrArgNo, Attribute::SwiftError); in emitCallAndSwitchStatement()