Home
last modified time | relevance | path

Searched defs:IntrinsicTypeSpec (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dtype.cpp547 IntrinsicTypeSpec::IntrinsicTypeSpec(TypeCategory category, KindExpr &&kind) in IntrinsicTypeSpec() function in Fortran::semantics::IntrinsicTypeSpec
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h678 struct IntrinsicTypeSpec { struct
680 struct Real {
686 struct Complex {
691 struct Character {
696 struct Logical {
724 std::variant<IntrinsicTypeSpec, DerivedTypeSpec> u; argument