Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp65 convertStrToExceptionBehavior(StringRef ExceptionArg) { in convertStrToExceptionBehavior() argument
66 return StringSwitch<std::optional<fp::ExceptionBehavior>>(ExceptionArg) in convertStrToExceptionBehavior()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp591 Arg *ExceptionArg = Args.getLastArg(options::OPT_fsjlj_exceptions, in getDefaultUnwindTableLevel() local
594 if (ExceptionArg && in getDefaultUnwindTableLevel()
595 ExceptionArg->getOption().matches(options::OPT_fseh_exceptions)) in getDefaultUnwindTableLevel()
H A DClang.cpp197 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local
200 if (ExceptionArg) in addExceptionArgs()
202 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()
203 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()