Home
last modified time | relevance | path

Searched refs:Device_Entity (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dgnat_cuda.adb743 Device_Entity : Entity_Id; variable
754 Device_Entity := Node (Device_Elmt);
757 case Ekind (Device_Entity) is
759 Bod := Subprogram_Body (Device_Entity);
769 Remove (Subprogram_Spec (Device_Entity));
773 Remove (Declaration_Node (Device_Entity));
779 Remove_Entity_And_Homonym (Device_Entity);
H A Dsem_prag.adb14978 Device_Entity : Entity_Id; variable
14985 Device_Entity := Entity (Arg_Node);
14987 if Ekind (Device_Entity) in E_Variable
14993 (Package_Specification_Of_Scope (Scope (Device_Entity)),
14994 Device_Entity);
14999 Device_Entity);