Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5575 bool CannotThrow; in EmitCall() local
5578 CannotThrow = false; in EmitCall()
5584 CannotThrow = true; in EmitCall()
5587 CannotThrow = Attrs.hasFnAttr(llvm::Attribute::NoUnwind); in EmitCall()
5591 CannotThrow = true; in EmitCall()
5602 llvm::BasicBlock *InvokeDest = CannotThrow ? nullptr : getInvokeDest(); in EmitCall()