Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFPEnv.cpp54 Optional<fp::ExceptionBehavior> StrToExceptionBehavior(StringRef ExceptionArg) { in StrToExceptionBehavior() argument
55 return StringSwitch<Optional<fp::ExceptionBehavior>>(ExceptionArg) in StrToExceptionBehavior()
/external/llvm-project/llvm/lib/IR/
DFPEnv.cpp60 Optional<fp::ExceptionBehavior> StrToExceptionBehavior(StringRef ExceptionArg) { in StrToExceptionBehavior() argument
61 return StringSwitch<Optional<fp::ExceptionBehavior>>(ExceptionArg) in StrToExceptionBehavior()
/external/llvm-project/clang/lib/Driver/ToolChains/
DMinGW.cpp462 Arg *ExceptionArg = Args.getLastArg(options::OPT_fsjlj_exceptions, in IsUnwindTablesDefault() local
465 if (ExceptionArg && in IsUnwindTablesDefault()
466 ExceptionArg->getOption().matches(options::OPT_fseh_exceptions)) in IsUnwindTablesDefault()
DClang.cpp441 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local
444 if (ExceptionArg) in addExceptionArgs()
446 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()
447 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()
/external/clang/lib/Driver/
DTools.cpp2674 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local
2677 if (ExceptionArg) in addExceptionArgs()
2679 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()
2680 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()
2685 assert(ExceptionArg && in addExceptionArgs()
2692 << RTTIArg->getAsString(Args) << ExceptionArg->getAsString(Args); in addExceptionArgs()