Home
last modified time | relevance | path

Searched refs:isDECStructure (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp341 if (details.isDECStructure()) { in PutDerivedType()
664 if (typeSymbol.get<DerivedTypeDetails>().isDECStructure()) { in PutObjectEntity()
H A Dtype.cpp777 .isDECStructure()) { in AsFortran()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h283 bool isDECStructure() const { return isDECStructure_; } in isDECStructure() function