Searched refs:domainStr (Results 1 – 1 of 1) sorted by relevance
1775 TString domainStr; in handleEntryPointAttributes() local1776 if (! it->getString(domainStr)) { in handleEntryPointAttributes()1781 if (domainStr == "tri") { in handleEntryPointAttributes()1783 } else if (domainStr == "quad") { in handleEntryPointAttributes()1785 } else if (domainStr == "isoline") { in handleEntryPointAttributes()1788 error(loc, "unsupported domain type", domainStr.c_str(), ""); in handleEntryPointAttributes()