Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp4314 bool CannotThrow; in EmitCall() local
4317 CannotThrow = false; in EmitCall()
4323 CannotThrow = true; in EmitCall()
4326 CannotThrow = Attrs.hasAttribute(llvm::AttributeList::FunctionIndex, in EmitCall()
4338 llvm::BasicBlock *InvokeDest = CannotThrow ? nullptr : getInvokeDest(); in EmitCall()