GDB (xrefs)
|
#include "go-lang.h"
Public Attributes | |
struct type * | builtin_void |
struct type * | builtin_char |
struct type * | builtin_bool |
struct type * | builtin_int |
struct type * | builtin_uint |
struct type * | builtin_uintptr |
struct type * | builtin_int8 |
struct type * | builtin_int16 |
struct type * | builtin_int32 |
struct type * | builtin_int64 |
struct type * | builtin_uint8 |
struct type * | builtin_uint16 |
struct type * | builtin_uint32 |
struct type * | builtin_uint64 |
struct type * | builtin_float32 |
struct type * | builtin_float64 |
struct type * | builtin_complex64 |
struct type * | builtin_complex128 |
struct type* builtin_go_type::builtin_bool |
Definition at line 33 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_char |
Definition at line 32 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
Definition at line 48 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
Definition at line 47 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_float32 |
Definition at line 45 of file go-lang.h.
Referenced by build_go_types(), go_language_arch_info(), and parse_go_float().
struct type* builtin_go_type::builtin_float64 |
Definition at line 46 of file go-lang.h.
Referenced by build_go_types(), go_language_arch_info(), and parse_go_float().
struct type* builtin_go_type::builtin_int |
Definition at line 34 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_int16 |
Definition at line 38 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_int32 |
Definition at line 39 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_int64 |
Definition at line 40 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_int8 |
Definition at line 37 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_uint |
Definition at line 35 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_uint16 |
Definition at line 42 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_uint32 |
Definition at line 43 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_uint64 |
Definition at line 44 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_uint8 |
Definition at line 41 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_uintptr |
Definition at line 36 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().
struct type* builtin_go_type::builtin_void |
Definition at line 31 of file go-lang.h.
Referenced by build_go_types(), and go_language_arch_info().