Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3290 std::optional<LangOptions::FPExceptionModeKind> ExceptionsValue; member
3372 AnnotValue->ExceptionsValue = in HandlePragma()
3379 if (!AnnotValue->ExceptionsValue) { in HandlePragma()
3502 if (AnnotValue->ExceptionsValue) in HandlePragmaFP()
3504 *AnnotValue->ExceptionsValue); in HandlePragmaFP()