Home
last modified time | relevance | path

Searched defs:tmp_value (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp81 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue() local
93 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue() local
113 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue() local
149 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue() local
H A DCommandObjectProcess.cpp1466 bool tmp_value = OptionArgParser::ToBoolean(option, false, &success); in VerifyCommandOptionValue() local
H A DCommandObjectThread.cpp1355 bool tmp_value = in SetOptionValue() local
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c901 const char *tmp_value; in svn_config_get_bool() local
924 const char *tmp_value; in svn_config_get_int64() local
949 const char *tmp_value; in svn_config_get_yes_no_ask() local
979 const char *tmp_value; in svn_config_get_tristate() local
1290 const char* tmp_value; in svn_config_get_server_setting_int() local
1321 const char* tmp_value; in svn_config_get_server_setting_bool() local
H A Dconfig_impl.h66 svn_stringbuf_t *tmp_value; member
H A Dhash.c602 const char *tmp_value = svn_hash__get_cstring(hash, key, NULL); in svn_hash__get_bool() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp337 Value tmp_value(m_value); in ResolveValue() local