Searched refs:CL_SEPARATE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dopts.h73 #define CL_SEPARATE (1 << 25) /* If takes a separate argument. */ macro
H A Dopts.c259 if (option->flags & CL_SEPARATE)
269 else if (option->flags & CL_SEPARATE)
283 if (arg == NULL && (option->flags & (CL_JOINED | CL_SEPARATE)))

Completed in 116 milliseconds