pragma All_Calls_Remote[(library_unit_name)]; -- See section E.2.3 Remote Call Interface Library Units.
pragma Asynchronous(local_name); -- See section E.4.1 Pragma Asynchronous.
pragma Atomic(local_name); -- See section C.6 Shared Variable Control.
pragma Atomic_Components(array_local_name); -- See section C.6 Shared Variable Control.
pragma Attach_Handler(handler_name, expression); -- See section C.3.1 Protected Procedure Handlers.
pragma Controlled(first_subtype_local_name); -- See section 13.11.3 Pragma Controlled.
pragma Convention([Convention =>] convention_identifier, [Entity =>] local_name); -- See section B.1 Interfacing Pragmas.
pragma Discard_Names[([On => ] local_name)]; -- See section C.5 Pragma Discard_Names.
pragma Elaborate(library_unit_name{, library_unit_name}); -- See section 10.2.1 Elaboration Control.
pragma Elaborate_All(library_unit_name{, library_unit_name}); -- See section 10.2.1 Elaboration Control.
pragma Elaborate_Body[(library_unit_name)]; -- See section 10.2.1 Elaboration Control.
pragma Export( [Convention =>] convention_identifier, [Entity =>] local_name [, [External_Name =>] string_expression] [, [Link_Name =>] string_expression]); -- See section B.1 Interfacing Pragmas.
pragma Import( [Convention =>] convention_identifier, [Entity =>] local_name [, [External_Name =>] string_expression] [, [Link_Name =>] string_expression]); -- See section B.1 Interfacing Pragmas.
pragma Inline(name {, name}); -- See section 6.3.2 Inline Expansion of Subprograms.
pragma Inspection_Point[(object_name {, object_name})]; -- See section H.3.2 Pragma Inspection_Point.
pragma Interrupt_Handler(handler_name); -- See section C.3.1 Protected Procedure Handlers.
pragma Interrupt_Priority[(expression)]; -- See section D.1 Task Priorities.
pragma Linker_Options(string_expression); -- See section B.1 Interfacing Pragmas.
pragma List(identifier); -- See section 2.8 Pragmas.
pragma Locking_Policy(policy_identifier); -- See section D.3 Priority Ceiling Locking.
pragma Normalize_Scalars; -- See section H.1 Pragma Normalize_Scalars.
pragma Optimize(identifier); -- See section 2.8 Pragmas.
pragma Pack(first_subtype_local_name); -- See section 13.2 Pragma Pack.
pragma Page; -- See section 2.8 Pragmas.
pragma Preelaborate[(library_unit_name)]; -- See section 10.2.1 Elaboration Control.
pragma Priority(expression); -- See section D.1 Task Priorities.
pragma Pure[(library_unit_name)]; -- See section 10.2.1 Elaboration Control.
pragma Queuing_Policy(policy_identifier); -- See section D.4 Entry Queuing Policies.
pragma Remote_Call_Interface[(library_unit_name)]; -- See section E.2.3 Remote Call Interface Library Units.
pragma Remote_Types[(library_unit_name)]; -- See section E.2.2 Remote Types Library Units.
pragma Restrictions(restriction{, restriction}); -- See section 13.12 Pragma Restrictions.
pragma Reviewable; -- See section H.3.1 Pragma Reviewable.
pragma Shared_Passive[(library_unit_name)]; -- See section E.2.1 Shared Passive Library Units.
pragma Storage_Size(expression); -- See section 13.3 Representation Attributes.
pragma Suppress(identifier [, [On =>] name]); -- See section 11.5 Suppressing Checks.
pragma Task_Dispatching_Policy(policy_identifier ); -- See section D.2.2 The Standard Task Dispatching Policy.
pragma Volatile(local_name); -- See section C.6 Shared Variable Control.
pragma Volatile_Components(array_local_name); -- See section C.6 Shared Variable Control.
Go to the first, previous, next, last section, table of contents.