Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectExpression.cpp110 bool tmp_value = Args::StringToBoolean(option_arg, true, &success); in SetOptionValue() local
132 bool tmp_value = Args::StringToBoolean(option_arg, true, &success); in SetOptionValue() local
HDCommandObjectThread.cpp1343 bool tmp_value = Args::StringToBoolean (option_arg, false, &success); in SetOptionValue() local
HDCommandObjectProcess.cpp1636 bool tmp_value = Args::StringToBoolean (option.c_str(), false, &success); in VerifyCommandOptionValue() local
/trueos/contrib/subversion/subversion/libsvn_subr/
HDconfig.c757 const char *tmp_value; in svn_config_get_bool() local
780 const char *tmp_value; in svn_config_get_int64() local
805 const char *tmp_value; in svn_config_get_yes_no_ask() local
835 const char *tmp_value; in svn_config_get_tristate() local
1157 const char* tmp_value; in svn_config_get_server_setting_int() local
1188 const char* tmp_value; in svn_config_get_server_setting_bool() local
HDconfig_impl.h66 svn_stringbuf_t *tmp_value; member
HDhash.c564 const char *tmp_value = svn_hash__get_cstring(hash, key, NULL); in svn_hash__get_bool() local
/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp463 Value tmp_value(m_value); in ResolveValue() local