FLANG
Fortran
common
HostSignedIntTypeHelper
Public Types
|
List of all members
Fortran::common::HostSignedIntTypeHelper< BITS > Struct Template Reference
Public Types
using
type
= std::conditional_t<(BITS<=8), std::int8_t, std::conditional_t<(BITS<=16), std::int16_t, std::conditional_t<(BITS<=32), std::int32_t, std::conditional_t<(BITS<=64), std::int64_t,
int128_t
> > > >
The documentation for this struct was generated from the following file:
include/flang/Common/
uint128.h
Generated on Sat Jun 7 2025 20:44:18 for FLANG by
1.9.6