Home
last modified time | relevance | path

Searched refs:T_Table (Results 1 – 18 of 18) sorted by relevance

/dports/textproc/unroff/unroff-1.0/src/
H A Dscmtable.c18 static int T_Table; variable
21 return TYPE(x) == T_Table ? True : False; in p_tablep()
45 t = Alloc_Object(sizeof(struct s_table), T_Table, 0); in p_make_table()
59 Check_Type(t, T_Table); in table_op()
98 T_Table = Define_Type(0, "table", NOFUNC, sizeof(struct s_table), in init_scmtable()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gnat.dg/
H A Dexpr_func2.ads5 type T_Table is array (T_Index range <>) of Boolean; type
8 Table : T_Table (1 .. N);
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DHanMacWrdJText.cxx234 T_Table=9, T_Comment=10, T_Unknown enumerator
598 zone.m_type==HanMacWrdJTextInternal::TextZone::T_Table; in sendText()