Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4100 if (const Expr *ChunkSizeExpr = SchedClause->getChunkSize()) in emitOMPForDirective() local
4101 ChunkSize = CGF.EmitScalarExpr(ChunkSizeExpr); in emitOMPForDirective()