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

Definitions

include/llvm/IR/InstrTypes.h
 1694   bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); }
include/llvm/IR/Instructions.h
 3834   bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); }