Searched refs:first_arg (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 552 bool first_arg = true; in ForEachMacro() local 557 if (!first_arg) in ForEachMacro() 560 first_arg = false; in ForEachMacro() 566 if (first_arg) in ForEachMacro()
|
| /freebsd-14.2/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-14.2/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 818 typeset first_arg=$1 821 if (( first_arg < second_arg )); then 822 $ECHO $first_arg
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2101 llvm::StringRef first_arg = request.GetParsedLine().GetArgumentAtIndex(0); in HandleCompletion() local 2103 if (!first_arg.empty()) { in HandleCompletion() 2104 if (first_arg.front() == m_comment_char) in HandleCompletion() 2106 if (first_arg.front() == CommandHistory::g_repeat_char) { in HandleCompletion() 2107 if (auto hist_str = m_command_history.FindString(first_arg)) in HandleCompletion()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1450 int first_arg, swig_lua_base_iterator_func func, int *const ret) in SWIG_Lua_iterate_bases() argument 1460 lua_getmetatable(L,first_arg); in SWIG_Lua_iterate_bases() 1491 for(j=first_arg;j<=last_arg;j++) in SWIG_Lua_iterate_bases() 1532 lua_setmetatable(L,first_arg); in SWIG_Lua_iterate_bases() 1549 … 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 1557 assert(first_arg == substack_start+1); in SWIG_Lua_class_do_get_item() 1587 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 1595 assert(first_arg == substack_start+1); in SWIG_Lua_class_do_get() 1666 SWIGINTERN int SWIG_Lua_class_do_set(lua_State *L, swig_type_info *type, int first_arg, int *ret) in SWIG_Lua_class_do_set() argument 1718 bases_search_result = SWIG_Lua_iterate_bases(L,type,first_arg,SWIG_Lua_class_do_set,ret); in SWIG_Lua_class_do_set()
|