Searched refs:option_value (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp275 const OptionValueBoolean *option_value = GetAsBoolean(); local
276 if (option_value)
277 return option_value->GetCurrentValue();
282 OptionValueBoolean *option_value = GetAsBoolean(); local
283 if (option_value) {
284 option_value->SetCurrentValue(new_value);
291 const OptionValueChar *option_value = GetAsChar(); local
292 if (option_value)
293 return option_value->GetCurrentValue();
298 OptionValueChar *option_value local
307 const OptionValueEnumeration *option_value = GetAsEnumeration(); local
314 OptionValueEnumeration *option_value = GetAsEnumeration(); local
323 const OptionValueFileSpec *option_value = GetAsFileSpec(); local
330 OptionValueFileSpec *option_value = GetAsFileSpec(); local
339 const OptionValueFileSpecList *option_value = GetAsFileSpecList(); local
346 const OptionValueFormat *option_value = GetAsFormat(); local
353 OptionValueFormat *option_value = GetAsFormat(); local
363 const OptionValueLanguage *option_value = GetAsLanguage(); local
370 OptionValueLanguage *option_value = GetAsLanguage(); local
379 const OptionValueFormatEntity *option_value = GetAsFormatEntity(); local
386 const OptionValueRegex *option_value = GetAsRegex(); local
393 const OptionValueSInt64 *option_value = GetAsSInt64(); local
400 OptionValueSInt64 *option_value = GetAsSInt64(); local
409 const OptionValueString *option_value = GetAsString(); local
416 OptionValueString *option_value = GetAsString(); local
425 const OptionValueUInt64 *option_value = GetAsUInt64(); local
432 OptionValueUInt64 *option_value = GetAsUInt64(); local
441 const OptionValueUUID *option_value = GetAsUUID(); local
448 OptionValueUUID *option_value = GetAsUUID(); local
[all...]
H A DOptionGroupBoolean.cpp39 llvm::StringRef option_value,
48 error = m_value.SetValueFromString(option_value);
38 SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, ExecutionContext *execution_context) argument
H A DOptionGroupFile.cpp69 llvm::StringRef option_value,
71 Status error(m_file_list.SetValueFromString(option_value));
68 SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, ExecutionContext *execution_context) argument
H A DOptionValueDictionary.cpp41 OptionValue *option_value = pos->second.get(); local
59 option_value->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options);
73 option_value->DumpValue(exe_ctx, strm,
/freebsd-13-stable/sys/kgssapi/
H A Dgss_set_cred_option.c49 const gss_buffer_t option_value)
67 args.option_value = *option_value;
46 gss_set_cred_option(OM_uint32 *minor_status, gss_cred_id_t *cred, const gss_OID option_name, const gss_buffer_t option_value) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupArchitecture.h27 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupOutputFile.h27 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupUUID.h27 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupFile.h33 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
64 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupBoolean.h34 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupPythonClassWithDict.h38 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupString.h31 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupUInt64.h32 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupVariable.h27 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupWatchpoint.h28 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupFormat.h39 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupPlatform.h31 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupValueObjectDisplay.h27 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h33 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DCommandObjectMemory.cpp59 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
66 error = m_num_per_line.SetValueFromString(option_value);
70 option_value.str().c_str());
78 error = m_view_as_type.SetValueFromString(option_value);
86 error = m_language_for_type.SetValueFromString(option_value);
90 error = m_offset.SetValueFromString(option_value);
911 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
918 m_expr.SetValueFromString(option_value);
922 m_string.SetValueFromString(option_value);
926 if (m_count.SetValueFromString(option_value)
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h91 int GetOption(int level, int option_name, int &option_value);
92 int SetOption(int level, int option_name, int option_value);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp406 int Socket::GetOption(int level, int option_name, int &option_value) { argument
408 reinterpret_cast<get_socket_option_arg_type>(&option_value);
414 int Socket::SetOption(int level, int option_name, int option_value) { argument
416 reinterpret_cast<get_socket_option_arg_type>(&option_value);
418 sizeof(option_value));
H A DTCPSocket.cpp210 int option_value = 1; local
212 reinterpret_cast<set_socket_option_arg_type>(&option_value);
214 sizeof(option_value));
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_conf.c26 unsigned long option_value; member in struct:__anon7282
31 unsigned long option_value; member in struct:__anon7283
106 unsigned long option_value, int onoff)
132 *pflags |= option_value;
134 *pflags &= ~option_value;
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff);
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1);
105 ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, unsigned long option_value, int onoff) argument
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_xz.c125 struct option_value { struct
130 static const struct option_value option_values[] = {
337 const struct option_value *val =

Completed in 298 milliseconds

12