Searched refs:Has_Data (Results 1 – 8 of 8) sorted by relevance
114 type Node (Has_Data : Boolean; Level : Level_Id);119 type Node (Has_Data : Boolean; Level : Level_Id) is record122 case Has_Data is132 Header : Link := new Node (Has_Data => False, Level => Max_Level);
18 type Node (Has_Data : Boolean) is record23 case Has_Data is36 Result := new Node (Has_Data => False);139 return new Node (Has_Data => True);308 New_Head := new Node (Has_Data => False);
140 type Node (Has_Data : Boolean);
118 Ptr := new Node (Has_Data => True, Level => New_Level);
89 bool Has_Data (int x, int y, CSG_Parameter_Grid_List *pInput);
201 if( Mask.asByte(x, y) && (Crop == 1 || Has_Data(x, y, pInput)) ) in Get_Output()253 bool CGrid_Polygon_Clip::Has_Data(int x, int y, CSG_Parameter_Grid_List *pInput) in Has_Data() function in CGrid_Polygon_Clip
924 function Has_Data (Source : Signal_Source) return Boolean is subprogram928 end Has_Data;
203 function Has_Data (Source : Signal_Source) return Boolean; subprogspec