Determine if F might catch asynchronous exceptions.

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

static
bool
mayCatchAsynchronousExceptions(Function const& F);

Return Value

True if the condition described by this query holds.

Parameters

Name

Description

F

The function of interest.

Created with MrDocs