Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dtop.c198 ffe_set_is_automatic (TRUE);
200 ffe_set_is_automatic (FALSE);
H A Dtop.h222 #define ffe_set_is_automatic(f) (ffe_is_automatic_ = (f)) macro