Searched refs:partitionStr (Results 1 – 1 of 1) sorted by relevance
1839 TString partitionStr; in handleEntryPointAttributes() local1840 if (! it->getString(partitionStr)) { in handleEntryPointAttributes()1845 if (partitionStr == "integer") { in handleEntryPointAttributes()1847 } else if (partitionStr == "fractional_even") { in handleEntryPointAttributes()1849 } else if (partitionStr == "fractional_odd") { in handleEntryPointAttributes()1853 error(loc, "unsupported partitioning type", partitionStr.c_str(), ""); in handleEntryPointAttributes()