Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dlanghooks.h284 bool (*missing_argument) (const char *opt, size_t code); member
H A Dopts.c549 if (!lang_hooks.missing_argument (opt, opt_index)) in handle_option()
H A DChangeLog-200315320 missing_argument.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp1167 bool missing_argument = false; in ParseForCompletion() local
1218 missing_argument = true; in ParseForCompletion()
1259 if (missing_argument) in ParseForCompletion()