Searched defs:PreInit (Results 1 – 6 of 6) sorted by relevance
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | pre-init.cc | 46 class PreInit: public FuseTest { class 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 D | OpenMPClause.cpp | 469 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() 518 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() 590 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, in Create() 799 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate, in Create() 872 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() 934 ArrayRef<Expr *> TaskgroupDescriptors, Stmt *PreInit, Expr *PostUpdate) { in Create() 1780 ArrayRef<Expr *> VL, Stmt *PreInit) { in Create() 1798 ArrayRef<Expr *> VL, Stmt *PreInit) { in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6478 if (const auto *PreInit = in getNumThreads() local 6516 if (const auto *PreInit = in getNumThreads() local 6587 if (const auto *PreInit = in getNumThreadsExprForTargetDirective() local
|
| H A D | CGStmtOpenMP.cpp | 59 if (const auto *PreInit = in emitPreInitStmt() local 251 if (const auto *PreInit = in OMPSimdLexicalScope() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 199 Stmt *PreInit = nullptr; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 22632 Stmt *PreInit = buildPreInits(getASTContext(), Captures); in ActOnOpenMPNumTeamsClause() local 22668 Stmt *PreInit = buildPreInits(getASTContext(), Captures); in ActOnOpenMPThreadLimitClause() local
|