Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueSInt64.cpp34 Status OptionValueSInt64::SetValueFromString(llvm::StringRef value_ref, in SetValueFromString() argument
46 std::string value_str = value_ref.trim().str(); in SetValueFromString()
60 value_ref.str().c_str()); in SetValueFromString()
69 error = OptionValue::SetValueFromString(value_ref, op); in SetValueFromString()
H A DOptionValueUInt64.cpp39 Status OptionValueUInt64::SetValueFromString(llvm::StringRef value_ref, in SetValueFromString() argument
51 std::string value_str = value_ref.trim().str(); in SetValueFromString()
68 error = OptionValue::SetValueFromString(value_ref, op); in SetValueFromString()
/freebsd-12.1/usr.bin/locale/
H A Dlocale.c138 int value_ref; member
810 *kwval = nl_langinfo(kwinfo[i].value_ref); in kwval_lookup()
813 *kwval = kwval_lconv(kwinfo[i].value_ref); in kwval_lookup()
825 *kwval = kwval_ltime(kwinfo[i].value_ref); in kwval_lookup()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp365 ArrayRef<Metadata *> value_ref(values, 2); in CreateResultVariable() local
367 MDNode *persistent_global_md = MDNode::get(m_module->getContext(), value_ref); in CreateResultVariable()
1165 ArrayRef<llvm::Metadata *> value_ref(values, 2); in RewritePersistentAlloc() local
1167 MDNode *persistent_global_md = MDNode::get(m_module->getContext(), value_ref); in RewritePersistentAlloc()