Searched refs:prev_fast_math (Results 1 – 2 of 2) sorted by relevance
588 bool prev_fast_math; in c_cpp_builtins_optimize_pragma() local607 prev_fast_math = fast_math_flags_struct_set_p (prev); in c_cpp_builtins_optimize_pragma()609 if (!prev_fast_math && cur_fast_math) in c_cpp_builtins_optimize_pragma()611 else if (prev_fast_math && !cur_fast_math) in c_cpp_builtins_optimize_pragma()
599 bool prev_fast_math; in c_cpp_builtins_optimize_pragma() local622 prev_fast_math = fast_math_flags_struct_set_p (prev); in c_cpp_builtins_optimize_pragma()624 if (!prev_fast_math && cur_fast_math) in c_cpp_builtins_optimize_pragma()626 else if (prev_fast_math && !cur_fast_math) in c_cpp_builtins_optimize_pragma()