Searched refs:value_ref (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueSInt64.cpp33 Status OptionValueSInt64::SetValueFromString(llvm::StringRef value_ref, argument
45 std::string value_str = value_ref.trim().str();
59 value_ref.str().c_str());
68 error = OptionValue::SetValueFromString(value_ref, op);
H A DOptionValueUInt64.cpp38 Status OptionValueUInt64::SetValueFromString(llvm::StringRef value_ref, argument
50 std::string value_str = value_ref.trim().str();
67 error = OptionValue::SetValueFromString(value_ref, op);
/freebsd-11-stable/usr.bin/locale/
H A Dlocale.c118 int value_ref; member in struct:_kwinfo
623 if (kwinfo[i].value_ref < KW_ZERO) {
624 *kwval = nl_langinfo(kwinfo[i].value_ref);
626 *kwval = kwval_lconv(kwinfo[i].value_ref);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp364 ArrayRef<Metadata *> value_ref(values, 2);
366 MDNode *persistent_global_md = MDNode::get(m_module->getContext(), value_ref);
1120 ArrayRef<llvm::Metadata *> value_ref(values, 2);
1122 MDNode *persistent_global_md = MDNode::get(m_module->getContext(), value_ref);

Completed in 61 milliseconds