Lines Matching refs:default_cstr_value
34 std::make_shared<OptionValueArch>(definition.default_cstr_value); in Property()
54 if (definition.default_cstr_value) in Property()
57 llvm::StringRef(definition.default_cstr_value), false, nullptr)); in Property()
64 llvm::StringRef s(definition.default_cstr_value ? definition.default_cstr_value : ""); in Property()
86 if (definition.default_cstr_value) { in Property()
89 llvm::StringRef(definition.default_cstr_value)) in Property()
112 FileSpec file_spec = FileSpec(definition.default_cstr_value); in Property()
132 if (definition.default_cstr_value) in Property()
133 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property()
148 if (definition.default_cstr_value) in Property()
150 llvm::StringRef(definition.default_cstr_value)); in Property()
161 definition.default_cstr_value); in Property()
176 std::make_shared<OptionValueRegex>(definition.default_cstr_value); in Property()
186 if (definition.default_cstr_value) in Property()
187 llvm::to_integer(definition.default_cstr_value, value); in Property()
189 definition.default_cstr_value ? value : definition.default_uint_value); in Property()
195 if (definition.default_cstr_value) in Property()
196 llvm::to_integer(definition.default_cstr_value, value); in Property()
202 definition.default_cstr_value ? value : definition.default_uint_value); in Property()
210 if (definition.default_cstr_value) in Property()
211 uuid.SetFromStringRef(definition.default_cstr_value); in Property()
222 new OptionValueString(definition.default_cstr_value); in Property()