Home
last modified time | relevance | path

Searched refs:AsyncFuncPtrAddr (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp592 auto *AsyncFuncPtrAddr = dyn_cast<GlobalVariable>(V->stripPointerCasts()); in checkAsyncFuncPointer() local
593 if (!AsyncFuncPtrAddr) in checkAsyncFuncPointer()