Home
last modified time | relevance | path

Searched refs:Meta_State (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-regexp.adb1391 type Meta_State is array (0 .. Last_Index) of Boolean; type
1392 pragma Pack (Meta_State);
1395 No_States : constant Meta_State := [others => False];
1397 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1426 (Meta_State : State_Index;
1475 (Meta_State : State_Index;
1479 if not Meta_States (Meta_State)(State) then
1480 Meta_States (Meta_State)(State) := True;
1486 Closure (Meta_State, First_Table (State, Column));
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adainclude/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Ds-regexp.adb1377 type Meta_State is array (0 .. Last_Index) of Boolean; type
1378 pragma Pack (Meta_State);
1381 No_States : constant Meta_State := (others => False);
1383 type Meta_States_Array is array (State_Index range <>) of Meta_State;
1412 (Meta_State : State_Index;
1461 (Meta_State : State_Index;
1465 if not Meta_States (Meta_State)(State) then
1466 Meta_States (Meta_State)(State) := True;
1472 Closure (Meta_State, First_Table (State, Column));
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-regexp.adb1097 type Meta_State is array (1 .. Last_Index) of Boolean; type
1102 Meta_States : array (1 .. Last_Index + 1) of Meta_State :=
1113 (State : in out Meta_State;
1123 (State : in out Meta_State;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-regexp.adb1097 type Meta_State is array (1 .. Last_Index) of Boolean; type
1102 Meta_States : array (1 .. Last_Index + 1) of Meta_State :=
1113 (State : in out Meta_State;
1123 (State : in out Meta_State;
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-regexp.adb1379 type Meta_State is array (1 .. Last_Index) of Boolean; type
1384 Meta_States : array (1 .. Last_Index + 1) of Meta_State :=
1395 (State : in out Meta_State;
1405 (State : in out Meta_State;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-regexp.adb1379 type Meta_State is array (1 .. Last_Index) of Boolean; type
1384 Meta_States : array (1 .. Last_Index + 1) of Meta_State :=
1395 (State : in out Meta_State;
1405 (State : in out Meta_State;

12