Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp3498 bool CannotThrow; in EmitCall() local
3501 CannotThrow = false; in EmitCall()
3506 CannotThrow = true; in EmitCall()
3509 CannotThrow = Attrs.hasAttribute(llvm::AttributeSet::FunctionIndex, in EmitCall()
3512 llvm::BasicBlock *InvokeDest = CannotThrow ? nullptr : getInvokeDest(); in EmitCall()