Searched defs:PreInit (Results 1 – 10 of 10) sorted by relevance
| /external/clang/lib/AST/ |
| D | OpenMPClause.cpp | 206 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() 254 ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps, Stmt *PreInit, in Create() 320 Stmt *PreInit, Expr *PostUpdate) { in Create() 483 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
|
| /external/tflite-support/tensorflow_lite_support/cc/task/vision/ |
| D | image_segmenter.cc | 198 absl::Status ImageSegmenter::PreInit() { in PreInit() function in tflite::task::vision::ImageSegmenter
|
| D | object_detector.cc | 291 absl::Status ObjectDetector::PreInit() { in PreInit() function in tflite::task::vision::ObjectDetector
|
| D | image_classifier.cc | 154 absl::Status ImageClassifier::PreInit() { in PreInit() function in tflite::task::vision::ImageClassifier
|
| /external/llvm-project/clang/lib/AST/ |
| D | OpenMPClause.cpp | 429 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() 479 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() 551 Stmt *PreInit, Expr *PostUpdate) { in Create() 753 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create() 823 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() 886 ArrayRef<Expr *> TaskgroupDescriptors, Stmt *PreInit, Expr *PostUpdate) { in Create()
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 45 if (const auto *PreInit = in emitPreInitStmt() local 209 if (const auto *PreInit = in OMPSimdLexicalScope() local
|
| D | CGOpenMPRuntime.cpp | 6705 if (const auto *PreInit = in getNumThreads() local 6730 if (const auto *PreInit = in getNumThreads() local 6803 if (const auto *PreInit = in emitNumThreadsForTargetDirective() local
|
| /external/clang/include/clang/AST/ |
| D | OpenMPClause.h | 78 Stmt *PreInit; variable
|
| /external/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 33 if (auto *PreInit = cast_or_null<DeclStmt>(CPI->getPreInitStmt())) { in emitPreInitStmt() local
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | OpenMPClause.h | 115 Stmt *PreInit = nullptr; variable
|