Searched refs:CL_SEPARATE (Results 1 – 3 of 3) sorted by relevance
73 #define CL_SEPARATE (1 << 25) /* If takes a separate argument. */ macro
523 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()
20324 (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,