Home
last modified time | relevance | path

Searched defs:AsyncEnd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_trace/pw_trace_test/
H A Dfake_backend.h42 AsyncEnd, enumerator
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dtrace.h91 AsyncEnd = 'e', enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp243 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(II)) { in buildFrom() local
H A DCoroFrame.cpp2754 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(CE)) { in buildCoroutineFrame() local