GDB (xrefs)
|
#include "m2-lang.h"
Public Attributes | |
struct type * | builtin_char = nullptr |
struct type * | builtin_int = nullptr |
struct type * | builtin_card = nullptr |
struct type * | builtin_real = nullptr |
struct type * | builtin_bool = nullptr |
struct type* builtin_m2_type::builtin_bool = nullptr |
Definition at line 44 of file m2-lang.h.
Referenced by build_m2_types(), and m2_language::language_arch_info().
struct type* builtin_m2_type::builtin_card = nullptr |
Definition at line 42 of file m2-lang.h.
Referenced by build_m2_types(), and m2_language::language_arch_info().
struct type* builtin_m2_type::builtin_char = nullptr |
Definition at line 40 of file m2-lang.h.
Referenced by build_m2_types(), and m2_language::language_arch_info().
struct type* builtin_m2_type::builtin_int = nullptr |
Definition at line 41 of file m2-lang.h.
Referenced by build_m2_types(), and m2_language::language_arch_info().
struct type* builtin_m2_type::builtin_real = nullptr |
Definition at line 43 of file m2-lang.h.
Referenced by build_m2_types(), and m2_language::language_arch_info().