Home
last modified time | relevance | path

Searched defs:PreInit (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dpre-init.cc46 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 DOpenMPClause.cpp468 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 DCGOpenMPRuntime.cpp6232 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 DCGStmtOpenMP.cpp55 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 DOpenMPClause.h199 Stmt *PreInit = nullptr; variable