Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dlanghooks.h284 bool (*missing_argument) (const char *opt, size_t code); member
Dopts.c549 if (!lang_hooks.missing_argument (opt, opt_index)) in handle_option()
DChangeLog-200315320 missing_argument.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DOptions.cpp1123 bool missing_argument = false; in ParseForCompletion() local
1174 missing_argument = true; in ParseForCompletion()
1215 if (missing_argument) in ParseForCompletion()