Home
last modified time | relevance | path

Searched refs:spec_string (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp947 bool SymbolContextSpecifier::AddSpecification(const char *spec_string, in AddSpecification() argument
956 FileSpec module_file_spec(spec_string); in AddSpecification()
965 m_module_spec.assign(spec_string); in AddSpecification()
971 m_file_spec_up = std::make_unique<FileSpec>(spec_string); in AddSpecification()
975 if ((return_value = llvm::to_integer(spec_string, m_start_line))) in AddSpecification()
979 if ((return_value = llvm::to_integer(spec_string, m_end_line))) in AddSpecification()
983 m_function_spec.assign(spec_string); in AddSpecification()
988 m_class_name.assign(spec_string); in AddSpecification()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DConverter.pm1443 my $spec_string = "$vers[$i+1]-from-$vers[$i]";
1444 $converted = _convert( $converted, $down_convert{$spec_string}, $vers[$i+1], $is_fragment );
1460 my $spec_string = "$vers[$i+1]-from-$vers[$i]";
1461 $converted = _convert( $converted, $up_convert{$spec_string}, $vers[$i+1], $is_fragment );
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolContext.h346 bool AddSpecification(const char *spec_string, SpecificationType type);