Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp203 if (auto *PreInitCompound = dyn_cast<CompoundStmt>(PreInits)) in emitPreInitStmt() local
204 llvm::append_range(PreInitStmts, PreInitCompound->body()); in emitPreInitStmt()