Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp672 auto *AsyncFuncPtrAddr = dyn_cast<GlobalVariable>(V->stripPointerCasts()); in checkAsyncFuncPointer() local
673 if (!AsyncFuncPtrAddr) in checkAsyncFuncPointer()
677 cast<StructType>(AsyncFuncPtrAddr->getType()->getPointerElementType()); in checkAsyncFuncPointer()