Home
last modified time | relevance | path

Searched defs:Is_Volatile_Object_Ref (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_util.ads2518 function Is_Volatile_Object_Ref (N : Node_Id) return Boolean; subprogspec
2525 with procedure Handle_Parameter (Formal : Entity_Id; Actual : Node_Id);
H A Dsem_util.adb21756 function Is_Volatile_Object_Ref (N : Node_Id) return Boolean is subprogram
21757 function Is_Volatile_Object_Entity (Id : Entity_Id) return Boolean;
21761 function Prefix_Has_Volatile_Components (P : Node_Id) return Boolean;
21770 function Is_Volatile_Object_Entity (Id : Entity_Id) return Boolean is
21802 elsif Is_Volatile_Object_Ref (P) then argument