Home
last modified time | relevance | path

Searched refs:KmpSizeTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4250 QualType KmpSizeTy = Context.getSizeType().withConst(); in getParallelRegionParams() local
4251 Params.push_back(std::make_pair(".previous.lb.", KmpSizeTy)); in getParallelRegionParams()
4252 Params.push_back(std::make_pair(".previous.ub.", KmpSizeTy)); in getParallelRegionParams()