Searched refs:first_arg (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ProcessInfo.cpp | 90 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 D | rte_common.h | 114 #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 D | ClangModulesDeclVendor.cpp | 541 bool first_arg = true; in ForEachMacro() local 546 if (!first_arg) in ForEachMacro() 549 first_arg = false; in ForEachMacro() 555 if (first_arg) in ForEachMacro()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 997 const char *first_arg = args.GetArgumentAtIndex(0); in ParseAutoEnableOptions() local 998 if (first_arg && (strcmp(first_arg, "--") == 0)) in ParseAutoEnableOptions()
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | libtest.kshlib | 815 typeset first_arg=$1 818 if (( first_arg < second_arg )); then 819 $ECHO $first_arg
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 2114 llvm::StringRef first_arg = request.GetParsedLine().GetArgumentAtIndex(0); in HandleCompletion() local 2116 if (!first_arg.empty()) { in HandleCompletion() 2117 if (first_arg.front() == m_comment_char) in HandleCompletion() 2119 if (first_arg.front() == CommandHistory::g_repeat_char) { in HandleCompletion() 2120 if (auto hist_str = m_command_history.FindString(first_arg)) in HandleCompletion()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 1494 int first_arg, swig_lua_base_iterator_func func, int *const ret) in SWIG_Lua_iterate_bases() argument 1504 lua_getmetatable(L,first_arg); in SWIG_Lua_iterate_bases() 1535 for(j=first_arg;j<=last_arg;j++) in SWIG_Lua_iterate_bases() 1576 lua_setmetatable(L,first_arg); in SWIG_Lua_iterate_bases() 1593 … 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 1601 assert(first_arg == substack_start+1); in SWIG_Lua_class_do_get_item() 1602 (void)first_arg; in SWIG_Lua_class_do_get_item() 1632 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 1640 assert(first_arg == substack_start+1); in SWIG_Lua_class_do_get() 1641 (void)first_arg; in SWIG_Lua_class_do_get() [all …]
|