Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp202 SmallVector<const Stmt *> PreInitStmts; in emitPreInitStmt() local
204 llvm::append_range(PreInitStmts, PreInitCompound->body()); in emitPreInitStmt()
206 PreInitStmts.push_back(PreInits); in emitPreInitStmt()
208 for (const Stmt *S : PreInitStmts) { in emitPreInitStmt()