reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Coroutines/Coroutines.cpp
  557     fail(I, "llvm.coro.id.retcon.* prototype not a Function", V);
  573       fail(I, "llvm.coro.id.retcon prototype must return pointer as first "
  578       fail(I, "llvm.coro.id.retcon prototype return type must be same as"
  585     fail(I, "llvm.coro.id.retcon.* prototype must take pointer as "
  593     fail(I, "llvm.coro.* allocator not a Function", V);
  597     fail(I, "llvm.coro.* allocator must return a pointer", F);
  601     fail(I, "llvm.coro.* allocator must take integer as only param", F);
  608     fail(I, "llvm.coro.* deallocator not a Function", V);
  612     fail(I, "llvm.coro.* deallocator must return void", F);
  616     fail(I, "llvm.coro.* deallocator must take pointer as only param", F);
  622     fail(I, Reason, V);