Home
last modified time | relevance | path

Searched refs:ffe_set_is_pedantic (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dparse.c41 ffe_set_is_pedantic (pedantic);
H A Dtop.c229 ffe_set_is_pedantic (TRUE);
231 ffe_set_is_pedantic (FALSE);
H A Dtop.h237 #define ffe_set_is_pedantic(f) (ffe_is_pedantic_ = (f)) macro