Home
last modified time | relevance | path

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

/external/autotest/site_utils/deployment/
Dcommandline.py440 missing_args = self._REQUIRED_PAIR_ARGS - set(kwargs)
441 if missing_args:
443 % (', '.join(missing_args),))
/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_top_level.cpp169 template<typename=int> int missing_args; // expected-note {{here}} variable
170 template int missing_args; // expected-error {{must specify a template argument list}}