Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp3178 std::optional<LangOptions::FPExceptionModeKind> ExceptionsValue; member
3259 AnnotValue->ExceptionsValue = in HandlePragma()
3266 if (!AnnotValue->ExceptionsValue) { in HandlePragma()
3383 if (AnnotValue->ExceptionsValue) in HandlePragmaFP()
3385 *AnnotValue->ExceptionsValue); in HandlePragmaFP()