Searched refs:ACMI (Results 1 – 2 of 2) sorted by relevance
46 for (const AssumptionClauseMappingInfo &ACMI : AssumptionClauseMappings) in getAllAssumeClauseOptions() local47 S += (S.empty() ? "'" : "', '") + ACMI.Identifier.str(); in getAllAssumeClauseOptions()
1697 for (const AssumptionClauseMappingInfo &ACMI : AssumptionClauseMappings) { in ParseOpenMPAssumesDirective() local1698 if (ACMI.StartsWith) in ParseOpenMPAssumesDirective()1699 SS.StartsWith(ACMI.Identifier, ACMIdx++); in ParseOpenMPAssumesDirective()1701 SS.Case(ACMI.Identifier, ACMIdx++); in ParseOpenMPAssumesDirective()1727 const AssumptionClauseMappingInfo &ACMI = AssumptionClauseMappings[Idx]; in ParseOpenMPAssumesDirective() local1728 if (ACMI.HasDirectiveList || ACMI.HasExpression) { in ParseOpenMPAssumesDirective()1745 if (ACMI.StartsWith) in ParseOpenMPAssumesDirective()1746 Assumption = "ompx_" + Assumption.substr(ACMI.Identifier.size()); in ParseOpenMPAssumesDirective()