Lines Matching refs:default_cstr_value
33 m_value_sp.reset(new OptionValueArch(definition.default_cstr_value)); in Property()
52 if (definition.default_cstr_value) in Property()
54 llvm::StringRef(definition.default_cstr_value), false, nullptr))); in Property()
61 llvm::StringRef s(definition.default_cstr_value ? definition.default_cstr_value : ""); in Property()
81 if (definition.default_cstr_value) { in Property()
84 llvm::StringRef(definition.default_cstr_value)) in Property()
101 FileSpec file_spec = FileSpec(definition.default_cstr_value); in Property()
121 if (definition.default_cstr_value) in Property()
122 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property()
137 if (definition.default_cstr_value) in Property()
139 llvm::StringRef(definition.default_cstr_value)); in Property()
150 new OptionValueFormatEntity(definition.default_cstr_value)); in Property()
164 m_value_sp.reset(new OptionValueRegex(definition.default_cstr_value)); in Property()
173 definition.default_cstr_value in Property()
174 ? StringConvert::ToSInt64(definition.default_cstr_value) in Property()
184 definition.default_cstr_value in Property()
185 ? StringConvert::ToUInt64(definition.default_cstr_value) in Property()
194 if (definition.default_cstr_value) in Property()
195 uuid.SetFromStringRef(definition.default_cstr_value); in Property()
206 new OptionValueString(definition.default_cstr_value); in Property()