Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dpre-init.cc46 class PreInit: public FuseTest { class
58 class PreInitP: public PreInit,
63 PreInit::SetUp(); in SetUp()
81 TEST_F(PreInit, unmount_before_init) in TEST_F() argument
123 TEST_F(PreInit, signal_during_unmount_before_init) in TEST_F() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp469 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() argument
476 Clause->setPreInitStmt(PreInit); in Create()
518 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
526 Clause->setPreInitStmt(PreInit); in Create()
590 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, in Create() argument
612 Clause->setPreInitStmt(PreInit); in Create()
799 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate, in Create() argument
812 Clause->setPreInitStmt(PreInit); in Create()
872 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() argument
882 Clause->setPreInitStmt(PreInit); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h199 Stmt *PreInit = nullptr; variable
213 PreInit = S;
219 const Stmt *getPreInitStmt() const { return PreInit; } in getPreInitStmt()
222 Stmt *getPreInitStmt() { return PreInit; } in getPreInitStmt()
3323 ArrayRef<Expr *> InitVL, Stmt *PreInit);
3535 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate);
3945 Stmt *PreInit, Expr *PostUpdate, ArrayRef<bool> IsPrivateVarReduction,
4239 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
4484 Stmt *PreInit, Expr *PostUpdate);
4718 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit,
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6478 if (const auto *PreInit = in getNumThreads() local
6480 for (const auto *I : PreInit->decls()) { in getNumThreads()
6516 if (const auto *PreInit = in getNumThreads() local
6518 for (const auto *I : PreInit->decls()) { in getNumThreads()
6587 if (const auto *PreInit = in getNumThreadsExprForTargetDirective() local
6589 for (const auto *I : PreInit->decls()) { in getNumThreadsExprForTargetDirective()
H A DCGStmtOpenMP.cpp59 if (const auto *PreInit = in emitPreInitStmt() local
61 for (const auto *I : PreInit->decls()) { in emitPreInitStmt()
251 if (const auto *PreInit = in OMPSimdLexicalScope() local
253 for (const auto *I : PreInit->decls()) { in OMPSimdLexicalScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22632 Stmt *PreInit = buildPreInits(getASTContext(), Captures); in ActOnOpenMPNumTeamsClause() local
22634 LParenLoc, EndLoc, Vars, PreInit); in ActOnOpenMPNumTeamsClause()
22668 Stmt *PreInit = buildPreInits(getASTContext(), Captures); in ActOnOpenMPThreadLimitClause() local
22670 LParenLoc, EndLoc, Vars, PreInit); in ActOnOpenMPThreadLimitClause()