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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 7152 /// mappers, and non-contiguous information.
7166 MapMappersArrayTy Mappers;
7177 Mappers.append(CurInfo.Mappers.begin(), CurInfo.Mappers.end());
7435 /// user-defined mappers (all included in \a CombinedInfo) for the provided
7910 CombinedInfo.Mappers.push_back(nullptr);
7924 CombinedInfo.Mappers.push_back(nullptr);
7942 CombinedInfo.Mappers.push_back(HasMapper ? Mapper : nullptr);
8315 /// mappers for the extracted mappable expressions (all included in \
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 4928 /// Whether this clause is possible to have user-defined mappers associated.
4954 /// user-defined mappers associated.
5167 "Must be a clause that is possible to have user-defined mappers");
5174 /// Get the user-defined mappers references that are in the trailing objects
5178 "Must be a clause that is possible to have user-defined mappers");
5185 /// Set the user-defined mappers that are in the trailing objects of the
5189 "Unexpected number of user-defined mappers.");
5191 "Must be a clause that is possible to have user-defined mappers");
5228 // Whether this clause is possible to have user-defined mappers associated.
5255 ArrayRef<Expr *> Mappers)
    [all...]

Completed in 90 milliseconds