Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dopts.h73 #define CL_SEPARATE (1 << 25) /* If takes a separate argument. */ macro
Dopts.c523 if (option->flags & CL_SEPARATE) in handle_option()
533 else if (option->flags & CL_SEPARATE) in handle_option()
547 if (arg == NULL && (option->flags & (CL_JOINED | CL_SEPARATE))) in handle_option()
DChangeLog-200320324 (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,