Home
last modified time | relevance | path

Searched refs:specialBitSet (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/module/
H A D__fortran_type_info.f9043 integer(4) :: specialBitSet component
/llvm-project-15.0.7/flang/lib/Semantics/
H A Druntime-type-info.cpp584 std::uint32_t specialBitSet{0}; in DescribeType() local
587 CHECK(!(specialBitSet & bit)); in DescribeType()
588 specialBitSet |= bit; in DescribeType()
597 IntExpr<4>(specialBitSet)); in DescribeType()