Home
last modified time | relevance | path

Searched refs:Get_Whole_Association_Flag (Results 1 – 12 of 12) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap5.adb652 pragma Assert (Get_Whole_Association_Flag (Assoc));
716 if Get_Whole_Association_Flag (Assoc)
728 pragma Assert (Get_Whole_Association_Flag (Assoc));
731 if Get_Whole_Association_Flag (Assoc) then
742 if Get_Whole_Association_Flag (Assoc) then
775 pragma Assert (Get_Whole_Association_Flag (Assoc));
807 if Get_Whole_Association_Flag (Assoc) then
H A Dtrans-chap8.adb3491 if not Get_Whole_Association_Flag (El)
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-insts.adb647 and then not Get_Whole_Association_Flag (Iassoc)
742 and then not Get_Whole_Association_Flag (Iassoc)
816 if Get_Whole_Association_Flag (Assoc) then
901 if Get_Whole_Association_Flag (Assoc) then
1092 if Get_Whole_Association_Flag (Assoc) then
1182 if Get_Whole_Association_Flag (Assoc) then
H A Dsynth-stmts.adb1876 if not Get_Whole_Association_Flag (Assoc) then
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb1197 if Get_Whole_Association_Flag (Assoc) then
1348 if Get_Whole_Association_Flag (Assoc) then
1355 if Get_Whole_Association_Flag (Assoc)
1396 if Get_Whole_Association_Flag (Assoc) then
H A Dsimul-execution.adb3593 pragma Assert (Get_Whole_Association_Flag (Assoc));
3697 if Get_Whole_Association_Flag (Assoc) then
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_assocs.adb1259 if Get_Whole_Association_Flag (Assoc) = False then
1466 if Get_Whole_Association_Flag (Assoc) = False then
2540 if Get_Whole_Association_Flag (Assoc) then
H A Dvhdl-canon.adb935 if Get_Whole_Association_Flag (Assoc_El) then
2509 (El, Get_Whole_Association_Flag (Assoc));
H A Dvhdl-nodes.ads7639 function Get_Whole_Association_Flag (Target : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb2224 function Get_Whole_Association_Flag (Target : Iir) return Boolean is subprogram
2230 end Get_Whole_Association_Flag;
H A Dvhdl-nodes_meta.adb5577 return Get_Whole_Association_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1897 Get_Whole_Association_Flag = libghdl.vhdl__nodes__get_whole_association_flag variable