Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp169 template<typename=int> int missing_args; // expected-note {{here}} variable
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.cpp1391 [[noreturn]] static void missing_args( in missing_args() function