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

#include "language.h"

Public Attributes

bool trivially_copyable = true
 
bool trivially_copy_constructible = true
 
bool trivially_destructible = true
 
bool copy_constructible = true
 
bool destructible = true
 

Detailed Description

Definition at line 232 of file language.h.

Member Data Documentation

◆ copy_constructible

bool language_pass_by_ref_info::copy_constructible = true

Definition at line 251 of file language.h.

◆ destructible

bool language_pass_by_ref_info::destructible = true

Definition at line 255 of file language.h.

◆ trivially_copy_constructible

bool language_pass_by_ref_info::trivially_copy_constructible = true

Definition at line 241 of file language.h.

◆ trivially_copyable

bool language_pass_by_ref_info::trivially_copyable = true

Definition at line 236 of file language.h.

Referenced by default_return_in_first_hidden_param_p().

◆ trivially_destructible

bool language_pass_by_ref_info::trivially_destructible = true

Definition at line 246 of file language.h.


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