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()
1707 for (const AssumptionClauseMappingInfo &ACMI : AssumptionClauseMappings) { in ParseOpenMPAssumesDirective() local1708 if (ACMI.StartsWith) in ParseOpenMPAssumesDirective()1709 SS.StartsWith(ACMI.Identifier, ACMIdx++); in ParseOpenMPAssumesDirective()1711 SS.Case(ACMI.Identifier, ACMIdx++); in ParseOpenMPAssumesDirective()1737 const AssumptionClauseMappingInfo &ACMI = AssumptionClauseMappings[Idx]; in ParseOpenMPAssumesDirective() local1738 if (ACMI.HasDirectiveList || ACMI.HasExpression) { in ParseOpenMPAssumesDirective()1755 if (ACMI.StartsWith) in ParseOpenMPAssumesDirective()1756 Assumption = "ompx_" + Assumption.substr(ACMI.Identifier.size()); in ParseOpenMPAssumesDirective()