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.cpp5633 bool CannotThrow; in EmitCall() local
5636 CannotThrow = false; in EmitCall()
5642 CannotThrow = true; in EmitCall()
5645 CannotThrow = Attrs.hasFnAttr(llvm::Attribute::NoUnwind); in EmitCall()
5649 CannotThrow = true; in EmitCall()
5660 llvm::BasicBlock *InvokeDest = CannotThrow ? nullptr : getInvokeDest(); in EmitCall()