Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueSInt64.cpp33 Status OptionValueSInt64::SetValueFromString(llvm::StringRef value_ref, in SetValueFromString() argument
45 std::string value_str = value_ref.trim().str(); in SetValueFromString()
59 value_ref.str().c_str()); in SetValueFromString()
68 error = OptionValue::SetValueFromString(value_ref, op); in SetValueFromString()
H A DOptionValueUInt64.cpp37 Status OptionValueUInt64::SetValueFromString(llvm::StringRef value_ref, in SetValueFromString() argument
49 std::string value_str = value_ref.trim().str(); in SetValueFromString()
66 error = OptionValue::SetValueFromString(value_ref, op); in SetValueFromString()
/freebsd-13.1/usr.bin/locale/
H A Dlocale.c138 int value_ref; member
811 *kwval = nl_langinfo(kwinfo[i].value_ref); in kwval_lookup()
814 *kwval = kwval_lconv(kwinfo[i].value_ref); in kwval_lookup()
826 *kwval = kwval_ltime(kwinfo[i].value_ref); in kwval_lookup()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp350 ArrayRef<Metadata *> value_ref(values, 2); in CreateResultVariable() local
352 MDNode *persistent_global_md = MDNode::get(m_module->getContext(), value_ref); in CreateResultVariable()
1107 ArrayRef<llvm::Metadata *> value_ref(values, 2); in RewritePersistentAlloc() local
1109 MDNode *persistent_global_md = MDNode::get(m_module->getContext(), value_ref); in RewritePersistentAlloc()