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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dflags.h33 extern bool fast_math_flags_struct_set_p (struct cl_optimization *);
H A Dopts.c2928 fast_math_flags_struct_set_p (struct cl_optimization *opt) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dflags.h71 extern bool fast_math_flags_struct_set_p (struct cl_optimization *);
H A Dopts.cc3303 fast_math_flags_struct_set_p (struct cl_optimization *opt) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c607 prev_fast_math = fast_math_flags_struct_set_p (prev);
608 cur_fast_math = fast_math_flags_struct_set_p (cur);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc622 prev_fast_math = fast_math_flags_struct_set_p (prev);
623 cur_fast_math = fast_math_flags_struct_set_p (cur);

Completed in 216 milliseconds