OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionArg
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
FPEnv.cpp
60
Optional<fp::ExceptionBehavior> StrToExceptionBehavior(StringRef
ExceptionArg
) {
61
return StringSwitch<Optional<fp::ExceptionBehavior>>(
ExceptionArg
)
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MinGW.cpp
462
Arg *
ExceptionArg
= Args.getLastArg(options::OPT_fsjlj_exceptions,
465
if (
ExceptionArg
&&
466
ExceptionArg
->getOption().matches(options::OPT_fseh_exceptions))
Clang.cpp
452
Arg *
ExceptionArg
= Args.getLastArg(
455
if (
ExceptionArg
)
457
ExceptionArg
->getOption().matches(options::OPT_fcxx_exceptions) ||
458
ExceptionArg
->getOption().matches(options::OPT_fexceptions);
Completed in 29 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026