Lines Matching refs:Poe
23 type Poe is new T; type24 X : Poe;25 Y : Poe;31 type Poe is new T; type32 type Arr is array (1 .. 2) of Poe;41 protected type Poe (D3 : Integer := F1) is44 end Poe;46 protected body Poe is55 end Poe;57 function Is_Ok (C : Poe) return Boolean is62 procedure Chk is new Check (Poe, Is_Ok);