HomeSort by: relevance | last modified time | path
    Searched refs:ACMI (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPConstants.h 105 for (const AssumptionClauseMappingInfo &ACMI : AssumptionClauseMappings)
106 S += (S.empty() ? "'" : "', '") + ACMI.Identifier.str();
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 1555 for (const AssumptionClauseMappingInfo &ACMI : AssumptionClauseMappings) {
1556 if (ACMI.StartsWith)
1557 SS.StartsWith(ACMI.Identifier, ACMIdx++);
1559 SS.Case(ACMI.Identifier, ACMIdx++);
1585 const AssumptionClauseMappingInfo &ACMI = AssumptionClauseMappings[Idx];
1586 if (ACMI.HasDirectiveList || ACMI.HasExpression) {
1603 if (ACMI.StartsWith)
1604 Assumption = Assumption.substr(ACMI.Identifier.size());

Completed in 53 milliseconds