Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dflags.h33 extern bool fast_math_flags_struct_set_p (struct cl_optimization *);
H A Dopts.c2649 fast_math_flags_struct_set_p (struct cl_optimization *opt)
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dflags.h39 extern bool fast_math_flags_struct_set_p (struct cl_optimization *);
H A Dopts.c1856 fast_math_flags_struct_set_p (struct cl_optimization *opt) in fast_math_flags_struct_set_p() function
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-cppbuiltin.c546 prev_fast_math = fast_math_flags_struct_set_p (prev); in c_cpp_builtins_optimize_pragma()
547 cur_fast_math = fast_math_flags_struct_set_p (cur); in c_cpp_builtins_optimize_pragma()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-cppbuiltin.c589 prev_fast_math = fast_math_flags_struct_set_p (prev); in c_cpp_builtins_optimize_pragma()
590 cur_fast_math = fast_math_flags_struct_set_p (cur); in c_cpp_builtins_optimize_pragma()