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

#include "d-lang.h"

Public Attributes

struct typebuiltin_void = nullptr
 
struct typebuiltin_bool = nullptr
 
struct typebuiltin_byte = nullptr
 
struct typebuiltin_ubyte = nullptr
 
struct typebuiltin_short = nullptr
 
struct typebuiltin_ushort = nullptr
 
struct typebuiltin_int = nullptr
 
struct typebuiltin_uint = nullptr
 
struct typebuiltin_long = nullptr
 
struct typebuiltin_ulong = nullptr
 
struct typebuiltin_cent = nullptr
 
struct typebuiltin_ucent = nullptr
 
struct typebuiltin_float = nullptr
 
struct typebuiltin_double = nullptr
 
struct typebuiltin_real = nullptr
 
struct typebuiltin_ifloat = nullptr
 
struct typebuiltin_idouble = nullptr
 
struct typebuiltin_ireal = nullptr
 
struct typebuiltin_cfloat = nullptr
 
struct typebuiltin_cdouble = nullptr
 
struct typebuiltin_creal = nullptr
 
struct typebuiltin_char = nullptr
 
struct typebuiltin_wchar = nullptr
 
struct typebuiltin_dchar = nullptr
 

Detailed Description

Definition at line 29 of file d-lang.h.

Member Data Documentation

◆ builtin_bool

struct type* builtin_d_type::builtin_bool = nullptr

Definition at line 32 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_byte

struct type* builtin_d_type::builtin_byte = nullptr

Definition at line 33 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_cdouble

struct type* builtin_d_type::builtin_cdouble = nullptr

Definition at line 50 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_cent

struct type* builtin_d_type::builtin_cent = nullptr

Definition at line 41 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_cfloat

struct type* builtin_d_type::builtin_cfloat = nullptr

Definition at line 49 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_char

struct type* builtin_d_type::builtin_char = nullptr

Definition at line 52 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_creal

struct type* builtin_d_type::builtin_creal = nullptr

Definition at line 51 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_dchar

struct type* builtin_d_type::builtin_dchar = nullptr

Definition at line 54 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_double

struct type* builtin_d_type::builtin_double = nullptr

Definition at line 44 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_float

struct type* builtin_d_type::builtin_float = nullptr

Definition at line 43 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_idouble

struct type* builtin_d_type::builtin_idouble = nullptr

Definition at line 47 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_ifloat

struct type* builtin_d_type::builtin_ifloat = nullptr

Definition at line 46 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_int

struct type* builtin_d_type::builtin_int = nullptr

Definition at line 37 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_ireal

struct type* builtin_d_type::builtin_ireal = nullptr

Definition at line 48 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_long

struct type* builtin_d_type::builtin_long = nullptr

Definition at line 39 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_real

struct type* builtin_d_type::builtin_real = nullptr

Definition at line 45 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_short

struct type* builtin_d_type::builtin_short = nullptr

Definition at line 35 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_ubyte

struct type* builtin_d_type::builtin_ubyte = nullptr

Definition at line 34 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_ucent

struct type* builtin_d_type::builtin_ucent = nullptr

Definition at line 42 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_uint

struct type* builtin_d_type::builtin_uint = nullptr

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

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_ulong

struct type* builtin_d_type::builtin_ulong = nullptr

Definition at line 40 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_ushort

struct type* builtin_d_type::builtin_ushort = nullptr

Definition at line 36 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_void

struct type* builtin_d_type::builtin_void = nullptr

Definition at line 31 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().

◆ builtin_wchar

struct type* builtin_d_type::builtin_wchar = nullptr

Definition at line 53 of file d-lang.h.

Referenced by build_d_types(), and d_language::language_arch_info().


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