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

#include "f-lang.h"

Public Attributes

struct typebuiltin_character = nullptr
 
struct typebuiltin_integer_s1 = nullptr
 
struct typebuiltin_integer_s2 = nullptr
 
struct typebuiltin_integer = nullptr
 
struct typebuiltin_integer_s8 = nullptr
 
struct typebuiltin_logical_s1 = nullptr
 
struct typebuiltin_logical_s2 = nullptr
 
struct typebuiltin_logical = nullptr
 
struct typebuiltin_logical_s8 = nullptr
 
struct typebuiltin_real = nullptr
 
struct typebuiltin_real_s8 = nullptr
 
struct typebuiltin_real_s16 = nullptr
 
struct typebuiltin_complex = nullptr
 
struct typebuiltin_complex_s8 = nullptr
 
struct typebuiltin_complex_s16 = nullptr
 
struct typebuiltin_void = nullptr
 

Detailed Description

Definition at line 324 of file f-lang.h.

Member Data Documentation

◆ builtin_character

struct type* builtin_f_type::builtin_character = nullptr

Definition at line 326 of file f-lang.h.

Referenced by build_fortran_types(), and f_language::language_arch_info().

◆ builtin_complex

struct type* builtin_f_type::builtin_complex = nullptr

◆ builtin_complex_s16

struct type* builtin_f_type::builtin_complex_s16 = nullptr

Definition at line 340 of file f-lang.h.

Referenced by build_fortran_types().

◆ builtin_complex_s8

struct type* builtin_f_type::builtin_complex_s8 = nullptr

Definition at line 339 of file f-lang.h.

Referenced by build_fortran_types(), and f_language::language_arch_info().

◆ builtin_integer

struct type* builtin_f_type::builtin_integer = nullptr

◆ builtin_integer_s1

struct type* builtin_f_type::builtin_integer_s1 = nullptr

Definition at line 327 of file f-lang.h.

Referenced by build_fortran_types().

◆ builtin_integer_s2

struct type* builtin_f_type::builtin_integer_s2 = nullptr

Definition at line 328 of file f-lang.h.

Referenced by build_fortran_types(), and eval_op_f_loc().

◆ builtin_integer_s8

struct type* builtin_f_type::builtin_integer_s8 = nullptr

Definition at line 330 of file f-lang.h.

Referenced by build_fortran_types(), and eval_op_f_loc().

◆ builtin_logical

struct type* builtin_f_type::builtin_logical = nullptr

◆ builtin_logical_s1

struct type* builtin_f_type::builtin_logical_s1 = nullptr

Definition at line 331 of file f-lang.h.

Referenced by build_fortran_types(), and f_language::language_arch_info().

◆ builtin_logical_s2

struct type* builtin_f_type::builtin_logical_s2 = nullptr

Definition at line 332 of file f-lang.h.

Referenced by build_fortran_types(), and f_language::language_arch_info().

◆ builtin_logical_s8

struct type* builtin_f_type::builtin_logical_s8 = nullptr

Definition at line 334 of file f-lang.h.

Referenced by build_fortran_types(), and f_language::language_arch_info().

◆ builtin_real

struct type* builtin_f_type::builtin_real = nullptr

◆ builtin_real_s16

struct type* builtin_f_type::builtin_real_s16 = nullptr

◆ builtin_real_s8

struct type* builtin_f_type::builtin_real_s8 = nullptr

◆ builtin_void

struct type* builtin_f_type::builtin_void = nullptr

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