Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/utils/
H A Dgenerate_microtask_cases.py12 for i in range(args.max_args+1):
/llvm-project-15.0.7/clang/docs/tools/
H A Ddump_ast_matchers.py387 min_args, max_args, name = m.groups()[:3]
388 if max_args == '1':
391 elif max_args == 'std::numeric_limits<unsigned>::max()':
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1170 size_t max_args = *maybe_args; in SetBreakpointCommandCallbackFunction() local
1173 if (max_args >= 4) { in SetBreakpointCommandCallbackFunction()
1176 } else if (max_args >= 3) { in SetBreakpointCommandCallbackFunction()
1187 function_name, max_args); in SetBreakpointCommandCallbackFunction()