Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp3124 llvm::Optional<LangOptions::FPExceptionModeKind> ExceptionsValue; member
3205 AnnotValue->ExceptionsValue = in HandlePragma()
3212 if (!AnnotValue->ExceptionsValue) { in HandlePragma()
3329 if (AnnotValue->ExceptionsValue) in HandlePragmaFP()
3331 *AnnotValue->ExceptionsValue); in HandlePragmaFP()