Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dopts.h69 #define CL_DISABLED (1 << 21) /* Disabled in this configuration. */ macro
Dopts.c263 if (option->flags & CL_DISABLED) in handle_option()