| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ThreadPool.h | 66 auto async(Function &&F, Args &&...ArgList) { in async() function 74 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async() function 235 inline auto async(Function &&F, Args &&...ArgList) { in async() function
|
| H A D | TaskQueue.h | 81 std::future<std::result_of_t<Callable()>> async(Callable &&C) { in async() function
|
| /llvm-project-15.0.7/flang/test/Lower/OpenACC/ |
| H A D | acc-wait.f90 | 6 integer :: async = 1 local
|
| H A D | acc-update.f90 | 6 integer :: async = 1 local
|
| H A D | acc-exit-data.f90 | 6 integer :: async = 1 local
|
| H A D | acc-enter-data.f90 | 6 integer :: async = 1 local
|
| H A D | acc-parallel.f90 | 8 integer :: async = 1 local
|
| H A D | acc-parallel-loop.f90 | 8 integer :: async = 1 local
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 39 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) in SBAttachInfo() 134 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | unused-return-value.cpp | 8 async, enumerator
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | OpenACC.cpp | 138 mlir::Value &async, bool &addAsyncAttr, in genAsyncClause() 357 mlir::Value async; in createParallelOp() local 670 mlir::Value ifCond, async, waitDevnum; in genACCEnterDataOp() local 744 mlir::Value ifCond, async, waitDevnum; in genACCExitDataOp() local 858 mlir::Value ifCond, async, waitDevnum; in genACCUpdateOp() local 958 mlir::Value ifCond, waitDevnum, async; in genACC() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/OpenACC/IR/ |
| H A D | OpenACC.cpp | 240 OptionalParseResult async, numGangs, numWorkers, vectorLength; in parse() local 396 if (Value async = this->async()) in print() local
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.h | 274 HandlePacketCallback async; // Function to call when inferior is running member
|
| /llvm-project-15.0.7/mlir/utils/vscode/ |
| H A D | package-lock.json | 408 "async": "^3.2.3", string 2016 "async": { object 2238 "async": "^3.2.3", string
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Target.cpp | 3234 const bool async = attach_info.GetAsync(); in Attach() local
|