Searched refs:missing_argument (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dlanghooks.h274 bool (*missing_argument) (const char *opt, size_t code); member in struct:lang_hooks
H A Dopts.c308 if (!lang_hooks.missing_argument (opt, opt_index))
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptions.cpp1081 bool missing_argument = false;
1132 missing_argument = true;
1173 if (missing_argument)

Completed in 143 milliseconds