Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp1692 CommandArgumentData id_arg; in CommandObjectBreakpointNameConfigure() local
1693 id_arg.arg_type = eArgTypeBreakpointName; in CommandObjectBreakpointNameConfigure()
1694 id_arg.arg_repetition = eArgRepeatOptional; in CommandObjectBreakpointNameConfigure()
1695 arg1.push_back(id_arg); in CommandObjectBreakpointNameConfigure()
1783 CommandArgumentData id_arg; in CommandObjectBreakpointNameAdd() local
1784 id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointNameAdd()
1785 id_arg.arg_repetition = eArgRepeatOptional; in CommandObjectBreakpointNameAdd()
1786 arg1.push_back(id_arg); in CommandObjectBreakpointNameAdd()
1868 CommandArgumentData id_arg; in CommandObjectBreakpointNameDelete() local
1869 id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointNameDelete()
[all …]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_i18n.h116 kmp_msg_t __kmp_msg_format(unsigned id_arg, ...);
Dkmp_i18n.cpp624 kmp_msg_t __kmp_msg_format(unsigned id_arg, ...) { in __kmp_msg_format() argument
631 va_start(args, id_arg); in __kmp_msg_format()
636 kmp_i18n_id_t id = (kmp_i18n_id_t)id_arg; in __kmp_msg_format()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp900 CommandArgumentData id_arg; in AddIDsArgumentData() local
905 id_arg.arg_type = ID; in AddIDsArgumentData()
906 id_arg.arg_repetition = eArgRepeatOptional; in AddIDsArgumentData()
916 arg.push_back(id_arg); in AddIDsArgumentData()