Searched refs:FPEB (Results 1 – 1 of 1) sorted by relevance
3407 LangOptions::FPExceptionModeKind FPEB = LangOptions::FPE_Ignore; in ParseLangArgs() local3411 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()