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

#include "go-lang.h"

Public Attributes

struct typebuiltin_void = nullptr
 
struct typebuiltin_char = nullptr
 
struct typebuiltin_bool = nullptr
 
struct typebuiltin_int = nullptr
 
struct typebuiltin_uint = nullptr
 
struct typebuiltin_uintptr = nullptr
 
struct typebuiltin_int8 = nullptr
 
struct typebuiltin_int16 = nullptr
 
struct typebuiltin_int32 = nullptr
 
struct typebuiltin_int64 = nullptr
 
struct typebuiltin_uint8 = nullptr
 
struct typebuiltin_uint16 = nullptr
 
struct typebuiltin_uint32 = nullptr
 
struct typebuiltin_uint64 = nullptr
 
struct typebuiltin_float32 = nullptr
 
struct typebuiltin_float64 = nullptr
 
struct typebuiltin_complex64 = nullptr
 
struct typebuiltin_complex128 = nullptr
 

Detailed Description

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

Member Data Documentation

◆ builtin_bool

struct type* builtin_go_type::builtin_bool = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_char

struct type* builtin_go_type::builtin_char = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_complex128

struct type* builtin_go_type::builtin_complex128 = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_complex64

struct type* builtin_go_type::builtin_complex64 = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_float32

struct type* builtin_go_type::builtin_float32 = nullptr

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

Referenced by build_go_types(), go_language::language_arch_info(), and parse_number().

◆ builtin_float64

struct type* builtin_go_type::builtin_float64 = nullptr

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

Referenced by build_go_types(), go_language::language_arch_info(), and parse_number().

◆ builtin_int

struct type* builtin_go_type::builtin_int = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_int16

struct type* builtin_go_type::builtin_int16 = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_int32

struct type* builtin_go_type::builtin_int32 = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_int64

struct type* builtin_go_type::builtin_int64 = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_int8

struct type* builtin_go_type::builtin_int8 = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_uint

struct type* builtin_go_type::builtin_uint = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_uint16

struct type* builtin_go_type::builtin_uint16 = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_uint32

struct type* builtin_go_type::builtin_uint32 = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_uint64

struct type* builtin_go_type::builtin_uint64 = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_uint8

struct type* builtin_go_type::builtin_uint8 = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_uintptr

struct type* builtin_go_type::builtin_uintptr = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().

◆ builtin_void

struct type* builtin_go_type::builtin_void = nullptr

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

Referenced by build_go_types(), and go_language::language_arch_info().


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