Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFPEnv.cpp65 convertStrToExceptionBehavior(StringRef ExceptionArg) { in convertStrToExceptionBehavior() argument
66 return StringSwitch<std::optional<fp::ExceptionBehavior>>(ExceptionArg) in convertStrToExceptionBehavior()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DMinGW.cpp553 Arg *ExceptionArg = Args.getLastArg(options::OPT_fsjlj_exceptions, in getDefaultUnwindTableLevel() local
556 if (ExceptionArg && in getDefaultUnwindTableLevel()
557 ExceptionArg->getOption().matches(options::OPT_fseh_exceptions)) in getDefaultUnwindTableLevel()
H A DClang.cpp362 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local
365 if (ExceptionArg) in addExceptionArgs()
367 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()
368 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()