Home
last modified time | relevance | path

Searched refs:first_arg (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp90 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments() local
91 if (first_arg) { in SetArguments()
95 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
106 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments() local
107 if (first_arg) { in SetArguments()
111 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_common.h114 #define __rte_format_printf(format_index, first_arg) \ argument
115 __attribute__((format(gnu_printf, format_index, first_arg)))
117 #define __rte_format_printf(format_index, first_arg) \ argument
118 __attribute__((format(printf, format_index, first_arg)))
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp551 bool first_arg = true; in ForEachMacro() local
556 if (!first_arg) in ForEachMacro()
559 first_arg = false; in ForEachMacro()
565 if (first_arg) in ForEachMacro()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp998 const char *first_arg = args.GetArgumentAtIndex(0); in ParseAutoEnableOptions() local
999 if (first_arg && (strcmp(first_arg, "--") == 0)) in ParseAutoEnableOptions()
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib815 typeset first_arg=$1
818 if (( first_arg < second_arg )); then
819 $ECHO $first_arg
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2258 llvm::StringRef first_arg = request.GetParsedLine().GetArgumentAtIndex(0); in HandleCompletion() local
2260 if (!first_arg.empty()) { in HandleCompletion()
2261 if (first_arg.front() == m_comment_char) in HandleCompletion()
2263 if (first_arg.front() == CommandHistory::g_repeat_char) { in HandleCompletion()
2264 if (auto hist_str = m_command_history.FindString(first_arg)) in HandleCompletion()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1498 int first_arg, swig_lua_base_iterator_func func, int *const ret) in SWIG_Lua_iterate_bases() argument
1508 lua_getmetatable(L,first_arg); in SWIG_Lua_iterate_bases()
1539 for(j=first_arg;j<=last_arg;j++) in SWIG_Lua_iterate_bases()
1580 lua_setmetatable(L,first_arg); in SWIG_Lua_iterate_bases()
1597 … SWIG_Lua_class_do_get_item(lua_State *L, swig_type_info *type, int SWIGUNUSED first_arg, int *ret) in SWIG_Lua_class_do_get_item() argument
1605 assert(first_arg == substack_start+1); in SWIG_Lua_class_do_get_item()
1606 (void)first_arg; in SWIG_Lua_class_do_get_item()
1636 SWIGINTERN int SWIG_Lua_class_do_get(lua_State *L, swig_type_info *type, int SWIGUNUSED first_arg,… in SWIG_Lua_class_do_get() argument
1644 assert(first_arg == substack_start+1); in SWIG_Lua_class_do_get()
1645 (void)first_arg; in SWIG_Lua_class_do_get()
[all …]