GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
builtin_m2_type Struct Reference

#include "m2-lang.h"

Public Attributes

struct typebuiltin_char = nullptr
 
struct typebuiltin_int = nullptr
 
struct typebuiltin_card = nullptr
 
struct typebuiltin_real = nullptr
 
struct typebuiltin_bool = nullptr
 

Detailed Description

Definition at line 38 of file m2-lang.h.

Member Data Documentation

◆ builtin_bool

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().

◆ builtin_card

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().

◆ builtin_char

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().

◆ builtin_int

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().

◆ builtin_real

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().


The documentation for this struct was generated from the following file: