Searched defs:PreInit (Results 1 – 5 of 5) 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 | 468 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() 801 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create() 871 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() 934 ArrayRef<Expr *> TaskgroupDescriptors, Stmt *PreInit, Expr *PostUpdate) { in Create()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6232 if (const auto *PreInit = in getNumThreads() local 6270 if (const auto *PreInit = in getNumThreads() local 6340 if (const auto *PreInit = in getNumThreadsExprForTargetDirective() local
|
H A D | CGStmtOpenMP.cpp | 55 if (const auto *PreInit = in emitPreInitStmt() local 245 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
|