Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5200 bool CannotThrow; in EmitCall() local
5203 CannotThrow = false; in EmitCall()
5209 CannotThrow = true; in EmitCall()
5212 CannotThrow = Attrs.hasFnAttribute(llvm::Attribute::NoUnwind); in EmitCall()
5216 CannotThrow = true; in EmitCall()
5227 llvm::BasicBlock *InvokeDest = CannotThrow ? nullptr : getInvokeDest(); in EmitCall()