reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
821 case Intrinsic::coro_free:
lib/Transforms/Coroutines/CoroCleanup.cpp 69 case Intrinsic::coro_free:
lib/Transforms/Coroutines/CoroEarly.cpp 163 case Intrinsic::coro_free:
lib/Transforms/Coroutines/CoroInstr.h 297 return I->getIntrinsicID() == Intrinsic::coro_free;
tools/clang/lib/CodeGen/CGBuiltin.cpp 3545 return EmitCoroutineIntrinsic(E, Intrinsic::coro_free);
tools/clang/lib/CodeGen/CGCoroutine.cpp718 case llvm::Intrinsic::coro_free: { 751 else if (IID == llvm::Intrinsic::coro_free) {