Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp5193 bool CannotThrow; in EmitCall() local
5196 CannotThrow = false; in EmitCall()
5202 CannotThrow = true; in EmitCall()
5205 CannotThrow = Attrs.hasFnAttribute(llvm::Attribute::NoUnwind); in EmitCall()
5209 CannotThrow = true; in EmitCall()
5220 llvm::BasicBlock *InvokeDest = CannotThrow ? nullptr : getInvokeDest(); in EmitCall()