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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 19270 QualType ReductionType = GetTypeFromParser(ParsedType.get());
19271 if (ReductionType.isNull())
19278 if (ReductionType.hasQualifiers()) {
19283 if (ReductionType->isFunctionType()) {
19287 if (ReductionType->isReferenceType()) {
19291 if (ReductionType->isArrayType()) {
19295 return ReductionType;
19396 QualType ReductionType = DRD->getType();
19404 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_in");
19412 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_out")
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 312 QualType ReductionType =
314 if (!ReductionType.isNull()) {
316 std::make_pair(ReductionType, Range.getBegin()));

Completed in 74 milliseconds