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 Apr 26 2025 17:02:48 for FLANG by
1.9.6