Home
last modified time | relevance | path

Searched defs:async (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreadPool.h66 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 DTaskQueue.h81 std::future<std::result_of_t<Callable()>> async(Callable &&C) { in async() function
/llvm-project-15.0.7/flang/test/Lower/OpenACC/
H A Dacc-wait.f906 integer :: async = 1 local
H A Dacc-update.f906 integer :: async = 1 local
H A Dacc-exit-data.f906 integer :: async = 1 local
H A Dacc-enter-data.f906 integer :: async = 1 local
H A Dacc-parallel.f908 integer :: async = 1 local
H A Dacc-parallel-loop.f908 integer :: async = 1 local
/llvm-project-15.0.7/lldb/source/API/
H A DSBAttachInfo.cpp39 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 Dunused-return-value.cpp8 async, enumerator
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp138 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 DOpenACC.cpp240 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 DRNBRemote.h274 HandlePacketCallback async; // Function to call when inferior is running member
/llvm-project-15.0.7/mlir/utils/vscode/
H A Dpackage-lock.json408 "async": "^3.2.3", string
2016 "async": { object
2238 "async": "^3.2.3", string
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3234 const bool async = attach_info.GetAsync(); in Attach() local