Home
last modified time | relevance | path

Searched refs:Get_Use_Flag (Results 1 – 7 of 7) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-std_package.adb1464 if Get_Use_Flag (Time_Fs_Unit) then
1467 if Get_Use_Flag (Time_Ps_Unit) then
1470 if Get_Use_Flag (Time_Ns_Unit) then
1473 if Get_Use_Flag (Time_Us_Unit) then
1476 if Get_Use_Flag (Time_Ms_Unit) then
1479 if Get_Use_Flag (Time_Sec_Unit) then
1482 if Get_Use_Flag (Time_Min_Unit) then
1485 if Get_Use_Flag (Time_Hr_Unit) then
H A Dvhdl-sem_decls.adb169 exit when Get_Use_Flag (N);
2537 if not Get_Use_Flag (El)
2546 if not Get_Use_Flag (El) then
H A Dvhdl-nodes.ads9079 function Get_Use_Flag (Decl : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb6845 function Get_Use_Flag (Decl : Iir) return Boolean is subprogram
6851 end Get_Use_Flag;
H A Dvhdl-nodes_meta.adb5669 return Get_Use_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap4.adb2333 and then (not Flag_Discard_Unused or else Get_Use_Flag (El))
2526 and then not Get_Use_Flag (El)
2567 Get_Use_Flag (Get_Subprogram_Specification (El))
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2752 Get_Use_Flag = libghdl.vhdl__nodes__get_use_flag variable