Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp3407 LangOptions::FPExceptionModeKind FPEB = LangOptions::FPE_Ignore; in ParseLangArgs() local
3411 FPEB = LangOptions::FPE_Ignore; in ParseLangArgs()
3413 FPEB = LangOptions::FPE_MayTrap; in ParseLangArgs()
3415 FPEB = LangOptions::FPE_Strict; in ParseLangArgs()
3419 Opts.setFPExceptionMode(FPEB); in ParseLangArgs()