Searched refs:ACMI (Results 1 – 2 of 2) sorted by relevance
105 for (const AssumptionClauseMappingInfo &ACMI : AssumptionClauseMappings) in getAllAssumeClauseOptions() local106 S += (S.empty() ? "'" : "', '") + ACMI.Identifier.str(); in getAllAssumeClauseOptions()
1555 for (const AssumptionClauseMappingInfo &ACMI : AssumptionClauseMappings) { in ParseOpenMPAssumesDirective() local1556 if (ACMI.StartsWith) in ParseOpenMPAssumesDirective()1557 SS.StartsWith(ACMI.Identifier, ACMIdx++); in ParseOpenMPAssumesDirective()1559 SS.Case(ACMI.Identifier, ACMIdx++); in ParseOpenMPAssumesDirective()1585 const AssumptionClauseMappingInfo &ACMI = AssumptionClauseMappings[Idx]; in ParseOpenMPAssumesDirective() local1586 if (ACMI.HasDirectiveList || ACMI.HasExpression) { in ParseOpenMPAssumesDirective()1603 if (ACMI.StartsWith) in ParseOpenMPAssumesDirective()1604 Assumption = Assumption.substr(ACMI.Identifier.size()); in ParseOpenMPAssumesDirective()