Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp206 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() argument
213 Clause->setPreInitStmt(PreInit); in Create()
254 ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps, Stmt *PreInit, in Create() argument
263 Clause->setPreInitStmt(PreInit); in Create()
320 Stmt *PreInit, Expr *PostUpdate) { in Create() argument
337 Clause->setPreInitStmt(PreInit); in Create()
483 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() argument
493 Clause->setPreInitStmt(PreInit); in Create()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dobject_detector.h134 virtual absl::Status PreInit();
Dimage_segmenter.h131 virtual absl::Status PreInit();
Dimage_classifier.h135 virtual absl::Status PreInit();
Dimage_segmenter.cc186 RETURN_IF_ERROR(PreInit()); in Init()
198 absl::Status ImageSegmenter::PreInit() { in PreInit() function in tflite::task::vision::ImageSegmenter
Dobject_detector.cc279 RETURN_IF_ERROR(PreInit()); in Init()
291 absl::Status ObjectDetector::PreInit() { in PreInit() function in tflite::task::vision::ObjectDetector
Dimage_classifier.cc138 RETURN_IF_ERROR(PreInit()); in Init()
154 absl::Status ImageClassifier::PreInit() { in PreInit() function in tflite::task::vision::ImageClassifier
/external/libwebm/webm_parser/src/
Dmaster_value_parser.h69 PreInit(); in Init()
81 PreInit(); in InitAfterSeek()
523 void PreInit() {
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp429 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() argument
436 Clause->setPreInitStmt(PreInit); in Create()
479 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
487 Clause->setPreInitStmt(PreInit); in Create()
551 Stmt *PreInit, Expr *PostUpdate) { in Create() argument
571 Clause->setPreInitStmt(PreInit); in Create()
753 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
764 Clause->setPreInitStmt(PreInit); in Create()
823 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() argument
833 Clause->setPreInitStmt(PreInit); in Create()
[all …]
/external/clang/include/clang/AST/
DOpenMPClause.h78 Stmt *PreInit; variable
81 void setPreInitStmt(Stmt *S) { PreInit = S; } in setPreInitStmt()
82 OMPClauseWithPreInit(const OMPClause *This) : PreInit(nullptr) { in OMPClauseWithPreInit()
88 const Stmt *getPreInitStmt() const { return PreInit; } in getPreInitStmt()
90 Stmt *getPreInitStmt() { return PreInit; } in getPreInitStmt()
1353 ArrayRef<Expr *> InitVL, Stmt *PreInit);
1534 Stmt *PreInit, Expr *PostUpdate);
1811 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2002 Stmt *PreInit, Expr *PostUpdate);
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h115 Stmt *PreInit = nullptr; variable
129 PreInit = S;
135 const Stmt *getPreInitStmt() const { return PreInit; } in getPreInitStmt()
138 Stmt *getPreInitStmt() { return PreInit; } in getPreInitStmt()
2342 ArrayRef<Expr *> InitVL, Stmt *PreInit);
2554 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate);
2928 Stmt *PreInit, Expr *PostUpdate);
3201 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
3446 Stmt *PreInit, Expr *PostUpdate);
3674 Stmt *PreInit, Expr *PostUpdate);
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp45 if (const auto *PreInit = in emitPreInitStmt() local
47 for (const auto *I : PreInit->decls()) { in emitPreInitStmt()
209 if (const auto *PreInit = in OMPSimdLexicalScope() local
211 for (const auto *I : PreInit->decls()) { in OMPSimdLexicalScope()
DCGOpenMPRuntime.cpp6705 if (const auto *PreInit = in getNumThreads() local
6707 for (const auto *I : PreInit->decls()) { in getNumThreads()
6730 if (const auto *PreInit = in getNumThreads() local
6732 for (const auto *I : PreInit->decls()) { in getNumThreads()
6803 if (const auto *PreInit = in emitNumThreadsForTargetDirective() local
6805 for (const auto *I : PreInit->decls()) { in emitNumThreadsForTargetDirective()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp33 if (auto *PreInit = cast_or_null<DeclStmt>(CPI->getPreInitStmt())) { in emitPreInitStmt() local
34 for (const auto *I : PreInit->decls()) { in emitPreInitStmt()