Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5819 bool CannotThrow; in EmitCall() local
5822 CannotThrow = false; in EmitCall()
5828 CannotThrow = true; in EmitCall()
5831 CannotThrow = Attrs.hasFnAttr(llvm::Attribute::NoUnwind); in EmitCall()
5835 CannotThrow = true; in EmitCall()
5846 llvm::BasicBlock *InvokeDest = CannotThrow ? nullptr : getInvokeDest(); in EmitCall()