Home
last modified time | relevance | path

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

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