Home
last modified time | relevance | path

Searched refs:HostSignedIntType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dcpp-type.h37 using type = common::HostSignedIntType<8 * KIND>;
78 using type = common::HostSignedIntType<8 * KIND>;
/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.h34 IoStatementState &, const DataEdit &, common::HostSignedIntType<8 * KIND>);
H A Dedit-output.cpp101 common::HostSignedIntType<8 * KIND> n) { in EditIntegerOutput()
/llvm-project-15.0.7/flang/include/flang/Common/
H A Duint128.h288 using HostSignedIntType = typename HostSignedIntTypeHelper<BITS>::type; variable