Searched refs:getInscanCopyArrayTemps (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | OpenMPClause.h | 3344 MutableArrayRef<Expr *> getInscanCopyArrayTemps() { in getInscanCopyArrayTemps() function 3347 ArrayRef<const Expr *> getInscanCopyArrayTemps() const { in getInscanCopyArrayTemps() function 3356 return MutableArrayRef<Expr *>(getInscanCopyArrayTemps().end(), in getInscanCopyArrayElems() 3360 return llvm::ArrayRef(getInscanCopyArrayTemps().end(), varlist_size()); in getInscanCopyArrayElems() 3489 return helper_expr_const_range(getInscanCopyArrayTemps().begin(), in copy_array_temps() 3490 getInscanCopyArrayTemps().end()); in copy_array_temps() 3494 return helper_expr_range(getInscanCopyArrayTemps().begin(), in copy_array_temps() 3495 getInscanCopyArrayTemps().end()); in copy_array_temps()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | OpenMPClause.h | 3304 MutableArrayRef<Expr *> getInscanCopyArrayTemps() { in getInscanCopyArrayTemps() function 3307 ArrayRef<const Expr *> getInscanCopyArrayTemps() const { in getInscanCopyArrayTemps() function 3316 return MutableArrayRef<Expr *>(getInscanCopyArrayTemps().end(), in getInscanCopyArrayElems() 3320 return llvm::ArrayRef(getInscanCopyArrayTemps().end(), varlist_size()); in getInscanCopyArrayElems() 3449 return helper_expr_const_range(getInscanCopyArrayTemps().begin(), in copy_array_temps() 3450 getInscanCopyArrayTemps().end()); in copy_array_temps() 3454 return helper_expr_range(getInscanCopyArrayTemps().begin(), in copy_array_temps() 3455 getInscanCopyArrayTemps().end()); in copy_array_temps()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | OpenMPClause.h | 3344 MutableArrayRef<Expr *> getInscanCopyArrayTemps() { in getInscanCopyArrayTemps() function 3347 ArrayRef<const Expr *> getInscanCopyArrayTemps() const { in getInscanCopyArrayTemps() function 3356 return MutableArrayRef<Expr *>(getInscanCopyArrayTemps().end(), in getInscanCopyArrayElems() 3360 return llvm::ArrayRef(getInscanCopyArrayTemps().end(), varlist_size()); in getInscanCopyArrayElems() 3489 return helper_expr_const_range(getInscanCopyArrayTemps().begin(), in copy_array_temps() 3490 getInscanCopyArrayTemps().end()); in copy_array_temps() 3494 return helper_expr_range(getInscanCopyArrayTemps().begin(), in copy_array_temps() 3495 getInscanCopyArrayTemps().end()); in copy_array_temps()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | OpenMPClause.h | 3344 MutableArrayRef<Expr *> getInscanCopyArrayTemps() { in getInscanCopyArrayTemps() function 3347 ArrayRef<const Expr *> getInscanCopyArrayTemps() const { in getInscanCopyArrayTemps() function 3356 return MutableArrayRef<Expr *>(getInscanCopyArrayTemps().end(), in getInscanCopyArrayElems() 3360 return llvm::ArrayRef(getInscanCopyArrayTemps().end(), varlist_size()); in getInscanCopyArrayElems() 3489 return helper_expr_const_range(getInscanCopyArrayTemps().begin(), in copy_array_temps() 3490 getInscanCopyArrayTemps().end()); in copy_array_temps() 3494 return helper_expr_range(getInscanCopyArrayTemps().begin(), in copy_array_temps() 3495 getInscanCopyArrayTemps().end()); in copy_array_temps()
|