/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 206 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/ |
D | object_detector.h | 134 virtual absl::Status PreInit();
|
D | image_segmenter.h | 131 virtual absl::Status PreInit();
|
D | image_classifier.h | 135 virtual absl::Status PreInit();
|
D | image_segmenter.cc | 186 RETURN_IF_ERROR(PreInit()); in Init() 198 absl::Status ImageSegmenter::PreInit() { in PreInit() function in tflite::task::vision::ImageSegmenter
|
D | object_detector.cc | 279 RETURN_IF_ERROR(PreInit()); in Init() 291 absl::Status ObjectDetector::PreInit() { in PreInit() function in tflite::task::vision::ObjectDetector
|
D | image_classifier.cc | 138 RETURN_IF_ERROR(PreInit()); in Init() 154 absl::Status ImageClassifier::PreInit() { in PreInit() function in tflite::task::vision::ImageClassifier
|
/external/libwebm/webm_parser/src/ |
D | master_value_parser.h | 69 PreInit(); in Init() 81 PreInit(); in InitAfterSeek() 523 void PreInit() {
|
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 429 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/ |
D | OpenMPClause.h | 78 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/ |
D | OpenMPClause.h | 115 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/ |
D | CGStmtOpenMP.cpp | 45 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()
|
D | CGOpenMPRuntime.cpp | 6705 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/ |
D | CGStmtOpenMP.cpp | 33 if (auto *PreInit = cast_or_null<DeclStmt>(CPI->getPreInitStmt())) { in emitPreInitStmt() local 34 for (const auto *I : PreInit->decls()) { in emitPreInitStmt()
|