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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 5210 /// \param LogicalTy Type for the logical iteration number.
5217 static CapturedStmt *buildDistanceFunc(Sema &Actions, QualType LogicalTy,
5222 TypeSourceInfo *LogicalTSI = Ctx.getTrivialTypeSourceInfo(LogicalTy);
5228 QualType ResultTy = Ctx.getLValueReferenceType(LogicalTy);
5241 DistParam, LogicalTy, VK_LValue, {}, nullptr, nullptr, {}, nullptr);
5257 Ctx, llvm::APInt(Ctx.getIntWidth(LogicalTy), 0), LogicalTy, {});
5347 /// \param LogicalTy Type for the logical iteration number.
5355 QualType LogicalTy,
5365 {"Logical", LogicalTy},
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1994 QualType LogicalTy = DistanceFunc->getCapturedDecl()
1998 Address CountAddr = CreateMemTemp(LogicalTy, ".count.addr");

Completed in 68 milliseconds