Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp89 static bool isRuntimeTypeInfoData(const Fortran::semantics::Symbol &sym) { in isRuntimeTypeInfoData() function
500 if (var.hasSymbol() && isRuntimeTypeInfoData(var.getSymbol())) in getLinkageAttribute()