Home
last modified time | relevance | path

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

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