Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp2960 llvm::Optional<LangOptions::FPExceptionModeKind> ExceptionsValue; member
3036 AnnotValue->ExceptionsValue = in HandlePragma()
3043 if (!AnnotValue->ExceptionsValue) { in HandlePragma()
3147 if (AnnotValue->ExceptionsValue) in HandlePragmaFP()
3149 *AnnotValue->ExceptionsValue); in HandlePragmaFP()